POST marketingplan/updateamendmentstatuses
Request Information
URI Parameters
None.
Body Parameters
AmendmentRequestUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| inProgressAmendmentIds | Collection of globally unique identifier |
None. |
|
| notInProgressAmendmentIds | Collection of globally unique identifier |
None. |
|
| amendmentType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"inProgressAmendmentIds": [
"b8e68c7b-8236-404a-8f1f-f5b22155d5be",
"28216571-79a4-44bf-9a7f-b0f2886d29e6"
],
"notInProgressAmendmentIds": [
"a2326e1c-6f01-4c19-8bab-933ac4376f09",
"474c769e-4758-4c88-9037-6a1ed5f097a6"
],
"amendmentType": 1
}
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">
<amendmentType>1</amendmentType>
<inProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b8e68c7b-8236-404a-8f1f-f5b22155d5be</d2p1:guid>
<d2p1:guid>28216571-79a4-44bf-9a7f-b0f2886d29e6</d2p1:guid>
</inProgressAmendmentIds>
<notInProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a2326e1c-6f01-4c19-8bab-933ac4376f09</d2p1:guid>
<d2p1:guid>474c769e-4758-4c88-9037-6a1ed5f097a6</d2p1:guid>
</notInProgressAmendmentIds>
</AmendmentRequestUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |