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": "ec8ebd56-3dd2-4d04-b916-91fbd4bc548e",
"personId": [
"96da96ee-15c2-4628-bc88-c90aeeef1218",
"b85f4d22-e742-4c34-89b0-c0ff566e93e8"
],
"productId": [
"13e5700c-2875-48ac-bd60-3205e1847bc2",
"995c27e4-1a43-41e5-b458-0d0c512a3eee"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.