POST api/CampaignMessage/UpdateCampaignDetailSequence

Request Information

URI Parameters

None.

Body Parameters

CampaignMessageSequenceDTO
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true