POST api/Accounts/GetMatchBatch
Request Information
URI Parameters
None.
Body Parameters
MatchBatchInput| Name | Description | Type | Additional information |
|---|---|---|---|
| AR_ID | integer |
None. |
|
| ARG_ID | integer |
None. |
|
| AP_ID | integer |
None. |
|
| APG_ID | integer |
None. |
|
| CP_ID | integer |
None. |
|
| GLT_ID | integer |
None. |
|
| LEDGER_TYPE | string |
None. |
|
| BATCH_NUM | string |
None. |
|
| DOCUMENT_NUM | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AR_ID": 1,
"ARG_ID": 1,
"AP_ID": 1,
"APG_ID": 1,
"CP_ID": 1,
"GLT_ID": 1,
"LEDGER_TYPE": "sample string 1",
"BATCH_NUM": "sample string 2",
"DOCUMENT_NUM": "sample string 3",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<MatchBatchInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <APG_ID>1</APG_ID> <AP_ID>1</AP_ID> <ARG_ID>1</ARG_ID> <AR_ID>1</AR_ID> <BATCH_NUM>sample string 2</BATCH_NUM> <CP_ID>1</CP_ID> <DOCUMENT_NUM>sample string 3</DOCUMENT_NUM> <GLT_ID>1</GLT_ID> <LEDGER_TYPE>sample string 1</LEDGER_TYPE> <LENGTH>1</LENGTH> <START>1</START> </MatchBatchInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |