Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3.1 - Add the First Recipient Item for the Recipient:

Now, we you need to add our your first RecipientItem linked to the Recipient in the Step 2.
Endpoint: https://api.botdoc.io/v1/module_container/recipient/{recipient_id}/recipient_item/
Method: POST.

...

3.2 - Add the Second Recipient Item for the Recipient:

Now, we you need to add our your second RecipientItem linked to the Recipient in the Step 2.
Endpoint: https://api.botdoc.io/v1/module_container/recipient/{recipient_id}/recipient_item/
Method: POST.

...

4 - Remove the Recipient Item From a Container:

Now, we you need to remove our your RecipientItem linked to the Recipient in the Step 2.
Endpoint: https://api.botdoc.io/v1/module_container/recipientitem/{id}/
Method: POST.

...