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": "0857ea61-9ccd-4d1d-98ff-99f496c080b1",
"personId": [
"894f4bf8-9bbe-45e5-9c4f-c5219fbf95d7",
"6e2cbfd4-2c83-4737-bd5e-c9804b42b502"
],
"productId": [
"36cd88c4-b2d2-4ab4-9d31-b41b5f9f1205",
"cfb38242-72dc-4c06-a8da-2e53c53540b3"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.