POST {version}/UpdateCheckStatus

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

ManageCheckStatus
NameDescriptionTypeAdditional information
CheckStatusId

globally unique identifier

None.

TransactionIds

Collection of globally unique identifier

None.

IsNewTran

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CheckStatusId": "b9ac40ef-0db3-4531-8c49-0f3b71bc7b9e",
  "TransactionIds": [
    "42ef260c-9931-4635-8257-94a2f0bc649a",
    "a7be8ea4-8dad-45dc-ab02-8e9267efa58e"
  ],
  "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>b9ac40ef-0db3-4531-8c49-0f3b71bc7b9e</CheckStatusId>
  <IsNewTran>true</IsNewTran>
  <TransactionIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>42ef260c-9931-4635-8257-94a2f0bc649a</d2p1:guid>
    <d2p1:guid>a7be8ea4-8dad-45dc-ab02-8e9267efa58e</d2p1:guid>
  </TransactionIds>
</ManageCheckStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.