POST api/Accounts/GetGLFromARG
Request Information
URI Parameters
None.
Body Parameters
ARDOCInput| Name | Description | Type | Additional information |
|---|---|---|---|
| AR_ID | integer |
None. |
|
| ARG_ID | integer |
None. |
|
| AR_CUR_ID | integer |
None. |
|
| CP_ID | integer |
None. |
|
| DOC_TYPE_ID | integer |
None. |
|
| DRCR_TYPE | string |
None. |
|
| DOC_NUM | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AR_ID": 1,
"ARG_ID": 1,
"AR_CUR_ID": 1,
"CP_ID": 1,
"DOC_TYPE_ID": 1,
"DRCR_TYPE": "sample string 1",
"DOC_NUM": "sample string 2",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<ARDOCInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <ARG_ID>1</ARG_ID> <AR_CUR_ID>1</AR_CUR_ID> <AR_ID>1</AR_ID> <CP_ID>1</CP_ID> <DOC_NUM>sample string 2</DOC_NUM> <DOC_TYPE_ID>1</DOC_TYPE_ID> <DRCR_TYPE>sample string 1</DRCR_TYPE> <LENGTH>1</LENGTH> <START>1</START> </ARDOCInput>
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. |