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": "f734da12-3ee2-4359-b32c-8b76dd5b4e2d",
"personId": [
"987b951f-11a1-4894-a1d0-d359d2147d58",
"f5835051-c41e-478b-ab9f-176cf4d6d4d1"
],
"productId": [
"e41ccaef-a26b-452d-abbf-66042e4bdc82",
"cf6a982e-41a3-4b0c-bbfe-ca64c11f1864"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.