POST {version}/UpdateCheckStatus
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ManageCheckStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckStatusId | globally unique identifier |
None. |
|
| TransactionIds | Collection of globally unique identifier |
None. |
|
| IsNewTran | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CheckStatusId": "4227ee9d-8cbe-4781-be2e-ef1241d56dfd",
"TransactionIds": [
"4592b72b-8f07-4620-8eee-5a1dfe861b43",
"241f09b4-967f-4cf1-99b1-2957c953f53e"
],
"IsNewTran": true
}
application/xml, text/xml
Sample:
<ManageCheckStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<CheckStatusId>4227ee9d-8cbe-4781-be2e-ef1241d56dfd</CheckStatusId>
<IsNewTran>true</IsNewTran>
<TransactionIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4592b72b-8f07-4620-8eee-5a1dfe861b43</d2p1:guid>
<d2p1:guid>241f09b4-967f-4cf1-99b1-2957c953f53e</d2p1:guid>
</TransactionIds>
</ManageCheckStatus>
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. |