POST api/CampaignMessage/UpdateCampaignDetailSequence
Request Information
URI Parameters
None.
Body Parameters
CampaignMessageSequenceDTOName | Description | Type | Additional information |
---|---|---|---|
CampaignId | integer |
None. |
|
SortedMessageIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CampaignId": 1, "SortedMessageIds": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true