POST marketingplan/updateamendmentstatuses
Request Information
URI Parameters
None.
Body Parameters
AmendmentRequestUpdateModelName | Description | Type | Additional information |
---|---|---|---|
inProgressAmendmentIds | Collection of globally unique identifier |
None. |
|
notInProgressAmendmentIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "inProgressAmendmentIds": [ "113a4b09-1f47-419b-b3ad-7d43de24909e", "2f6dae07-b18c-44c6-983e-bbe3d0b55aab" ], "notInProgressAmendmentIds": [ "b6fe244d-1eb1-49b6-805e-ec33bdeb78c3", "443d5e69-d772-4413-98be-8b1a438f5c65" ] }
application/xml, text/xml
Sample:
<AmendmentRequestUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodExport.Web.Services.Models"> <inProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>113a4b09-1f47-419b-b3ad-7d43de24909e</d2p1:guid> <d2p1:guid>2f6dae07-b18c-44c6-983e-bbe3d0b55aab</d2p1:guid> </inProgressAmendmentIds> <notInProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b6fe244d-1eb1-49b6-805e-ec33bdeb78c3</d2p1:guid> <d2p1:guid>443d5e69-d772-4413-98be-8b1a438f5c65</d2p1:guid> </notInProgressAmendmentIds> </AmendmentRequestUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |