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": "27701a86-4745-4437-b2f7-26eadf3c159d",
"TransactionIds": [
"b958369f-69a7-4b11-8e19-21723a371998",
"904453a8-99c8-49c0-8cc7-540c84e45001"
],
"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>27701a86-4745-4437-b2f7-26eadf3c159d</CheckStatusId>
<IsNewTran>true</IsNewTran>
<TransactionIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b958369f-69a7-4b11-8e19-21723a371998</d2p1:guid>
<d2p1:guid>904453a8-99c8-49c0-8cc7-540c84e45001</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. |