Web Service: FindChecksDetails

Bret Hillbun -

Overview

This service combines the FindChecks and GetChecks services to retrieve the details of documents matching a specified criterion with a single round-trip. For the internal format of the CheckInfo returned, see the GetCheck service description.

 

SOAP Service

Request

<FindChecksDetails xmlns="https://gateway.acheck21.com/GlobalGateway/">
    <Username>string</Username>
    <Password>string</Password>
    <ClientID>string</ClientID>
    <Query>XML</Query>
</FindChecksDetails>

 

Response

<FindChecksDetailsResponse xmlns="https://gateway.acheck21.com/GlobalGateway/">
<FindChecksDetailsResult>     <Code>int</Code>     <Message>string</Message>     <Checks>          <CheckInfo>...</CheckInfo>         ...          <CheckInfo>...</CheckInfo>      </Checks> </FindChecksDetailsResult>
</FindChecksDetailsResponse>

 

REST Service

URL https://gateway.acheck21.com/GlobalGateway/REST/checks/<ClientID>/details?<Query>
VERB GET
Response Same as the SOAP response

 

Possible values for <Code>

Code HTTP Status Code Description
 0 204 No error
10000 401 Not authorized
10001 404 Item not found

 

For more information on how to generate valid <Query> values, please visit the following article:

http://help.acheck21.com/hc/en-us/articles/204143405-Concept-ACHeck21-XML-Query-Language

Have more questions? Submit a request

Comments