PUT api/campaigns/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
CampaignDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| OrderId | globally unique identifier |
Required |
|
| Comments | string |
None. |
|
| PriceTableId | integer |
None. |
|
| CampaignItems | Collection of CampaignItemDto |
None. |
|
| CampaignStatusChanges | Collection of CampaignStatusChangeDto |
None. |
|
| Status | CampaignStatusDto |
None. |
|
| Reference | string |
String length: inclusive between 0 and 16 |
|
| DeliveryDetails | DeliveryDetailsDto |
None. |
|
| ConsignmentNumber | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreationDateUtc | date |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| SubtotalExVat | decimal number |
None. |
|
| SubtotalIncVat | decimal number |
None. |
|
| DiscountedTotalExVat | decimal number |
None. |
|
| DiscountedTotalIncVat | decimal number |
None. |
|
| VatRateApplied | decimal number |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.