GET CompanyMessages/{field}/{id}/{last}/{count}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
field | string |
Required |
|
id | string |
Required |
|
last | integer |
Default value is 0 |
|
count | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IAPIResponseBaseName | Description | Type | Additional information |
---|---|---|---|
Code | ResultCodes |
None. |
|
APITransactionID | string |
None. |
|
Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "APITransactionID": "sample string 1", "Result": "OK" }
application/xml, text/xml
Sample:
<IAPIResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Veripro.API.Base"> <APITransactionID>sample string 1</APITransactionID> <Code>OK</Code> </IAPIResponseBase>