POST api/followup/{followupid}/send
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| followupid | string |
Required |
Body Parameters
FollowUpSendDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FollowupId | globally unique identifier |
None. |
|
| PersonId | Collection of globally unique identifier |
None. |
|
| ProductId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"followupId": "ee819f8d-322b-46b6-98b7-8ed9d4820cc0",
"personId": [
"707c9d29-ee4a-4d1c-a1ca-55b56c321db9",
"89efbcfe-b4df-4605-b6ea-61d1dc86c7e9"
],
"productId": [
"dce2ad9f-f3c0-41c8-ac0c-18054237966b",
"f47f65d8-25a6-47ff-ad44-56b65635c98d"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.