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": [
"4fef7249-e8b9-434d-8c7c-73b1b78254cd",
"6aac1bb5-7da8-43ac-81fc-d629c0431bd1"
],
"notInProgressAmendmentIds": [
"9de6fb84-3c30-4847-96ff-a0d187063f06",
"586ef4fc-2ea3-4c0c-bf93-333b865eaed2"
],
"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>4fef7249-e8b9-434d-8c7c-73b1b78254cd</d2p1:guid>
<d2p1:guid>6aac1bb5-7da8-43ac-81fc-d629c0431bd1</d2p1:guid>
</inProgressAmendmentIds>
<notInProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9de6fb84-3c30-4847-96ff-a0d187063f06</d2p1:guid>
<d2p1:guid>586ef4fc-2ea3-4c0c-bf93-333b865eaed2</d2p1:guid>
</notInProgressAmendmentIds>
</AmendmentRequestUpdateModel>
application/x-www-form-urlencoded
Sample:
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. |