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": [
"b1c644ab-3e61-4c42-96c5-72d4cef7d5da",
"3d664305-557c-4ae4-989e-29a524699ebb"
],
"notInProgressAmendmentIds": [
"8cd75a54-690c-49cb-a0f3-d30a35c3d6d3",
"f368860b-5fe5-4acf-ac37-f49433d063d6"
],
"amendmentType": 1
}
application/xml, text/xml
Sample:
<AmendmentRequestUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Web.ClientIntegrationService.Models">
<amendmentType>1</amendmentType>
<inProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b1c644ab-3e61-4c42-96c5-72d4cef7d5da</d2p1:guid>
<d2p1:guid>3d664305-557c-4ae4-989e-29a524699ebb</d2p1:guid>
</inProgressAmendmentIds>
<notInProgressAmendmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8cd75a54-690c-49cb-a0f3-d30a35c3d6d3</d2p1:guid>
<d2p1:guid>f368860b-5fe5-4acf-ac37-f49433d063d6</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. |