POST api/campaigns/consignmentupdate

Request Information

URI Parameters

None.

Body Parameters

CampaignConsignmentUpdateDto
NameDescriptionTypeAdditional information
CampaignId

globally unique identifier

Required

ConsignmentNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CampaignId": "12157eed-3eb3-49c4-8e82-d3511f00d2db",
  "ConsignmentNumber": "sample string 2"
}

application/xml, text/xml

Sample:
<CampaignConsignmentUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models">
  <CampaignId>12157eed-3eb3-49c4-8e82-d3511f00d2db</CampaignId>
  <ConsignmentNumber>sample string 2</ConsignmentNumber>
</CampaignConsignmentUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.