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": "25569e5a-22c7-4f09-9ee5-3e6ca21a0342", "TransactionIds": [ "0abd11ce-fcdf-4846-9bcf-77517f8b09aa", "3f9613ab-f5c0-4fc7-b1f6-3146e92b3190" ], "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>25569e5a-22c7-4f09-9ee5-3e6ca21a0342</CheckStatusId> <IsNewTran>true</IsNewTran> <TransactionIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>0abd11ce-fcdf-4846-9bcf-77517f8b09aa</d2p1:guid> <d2p1:guid>3f9613ab-f5c0-4fc7-b1f6-3146e92b3190</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. |