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": [
"cde06112-af2b-4435-84b3-3b69f315c1db",
"cad4085a-db74-42c4-84a1-af9b177c7e35"
],
"notInProgressAmendmentIds": [
"5a4df486-197a-4e01-add4-fdaa57935549",
"cfc899c3-63b2-4a45-b37a-6df19f03757c"
],
"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>cde06112-af2b-4435-84b3-3b69f315c1db</d2p1:guid>
<d2p1:guid>cad4085a-db74-42c4-84a1-af9b177c7e35</d2p1:guid>
</inProgressAmendmentIds>
<notInProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5a4df486-197a-4e01-add4-fdaa57935549</d2p1:guid>
<d2p1:guid>cfc899c3-63b2-4a45-b37a-6df19f03757c</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. |