POST {version}/UpdateCheckStatus
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
ManageCheckStatusName | 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": "8a288d23-23c8-4adb-85eb-29c3b79a8bb3", "TransactionIds": [ "5156f7c2-8268-4436-b3e6-9db866d75646", "26e27beb-0112-43a5-9b55-e84ea37aa6af" ], "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>8a288d23-23c8-4adb-85eb-29c3b79a8bb3</CheckStatusId> <IsNewTran>true</IsNewTran> <TransactionIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>5156f7c2-8268-4436-b3e6-9db866d75646</d2p1:guid> <d2p1:guid>26e27beb-0112-43a5-9b55-e84ea37aa6af</d2p1:guid> </TransactionIds> </ManageCheckStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |