POST V1/APIServices.{ext}/CheckClientApiAccess/{billFromDate}/{billToDate}/{siteGroup}/{siteNumber}/{accountNumber}/{transactionId}/{isSmartClient}?ApiName={ApiName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiName |
No description available |
string |
Required |
| ext |
Which media types are acceptable for the response, such as json/xml If no matches are found, the content negotiator tries to match on the media type of the request body, if any. For example, if the request contains JSON data, the content negotiator looks for a JSON formatter. |
string |
Content-Type: application/json OR application/xml |
| billFromDate |
No description available |
string |
None. |
| billToDate |
No description available |
string |
None. |
| siteGroup |
No description available |
string |
None. |
| siteNumber |
No description available |
string |
None. |
| accountNumber |
No description available |
string |
None. |
| transactionId |
No description available |
string |
None. |
| isSmartClient |
No description available |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.