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": [
"d43cad08-f920-4739-9954-53de3cfd8e36",
"2f0064c2-4128-4fa9-910d-93bc2faa00d5"
],
"notInProgressAmendmentIds": [
"b22d59ec-90f3-4e50-941c-d1c6955edcf5",
"4a177152-051b-4ed5-9075-5e0cace6b6ed"
],
"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>d43cad08-f920-4739-9954-53de3cfd8e36</d2p1:guid>
<d2p1:guid>2f0064c2-4128-4fa9-910d-93bc2faa00d5</d2p1:guid>
</inProgressAmendmentIds>
<notInProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b22d59ec-90f3-4e50-941c-d1c6955edcf5</d2p1:guid>
<d2p1:guid>4a177152-051b-4ed5-9075-5e0cace6b6ed</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. |