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": "18b2750f-14f5-4a91-8290-59ff1f53f017",
"personId": [
"a263033b-dd41-47ff-bbb0-4a9e658e1a6a",
"ce922aec-f845-4e59-a5f5-e35e3b4bc60a"
],
"productId": [
"ff2cfd31-9f1a-4047-8366-dc0f1009ffa3",
"8012961f-34ee-4ad4-9527-59ed96c06e40"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.