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": "29a4c5a7-bb62-4a90-9ca4-532e3313673e",
"personId": [
"38ac7a40-bd5a-4997-93fc-e110028d5c94",
"cddee6a7-4d99-45c0-87be-b1210d6fddcb"
],
"productId": [
"d0b84cf7-656e-485e-b6f3-9678237192e0",
"ceeecef0-8063-4880-bdce-92e330b2d8e5"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.