POST api/Accounts/GetDrawerBank
Request Information
URI Parameters
None.
Body Parameters
DrawerBank| Name | Description | Type | Additional information |
|---|---|---|---|
| DBK_ID | integer |
None. |
|
| DBK_CP_ID | integer |
None. |
|
| DBK_NAME | string |
None. |
|
| DBK_BRANCH | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBK_ID": 1,
"DBK_CP_ID": 1,
"DBK_NAME": "sample string 1",
"DBK_BRANCH": "sample string 2",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<DrawerBank xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DBK_BRANCH>sample string 2</DBK_BRANCH> <DBK_CP_ID>1</DBK_CP_ID> <DBK_ID>1</DBK_ID> <DBK_NAME>sample string 1</DBK_NAME> <LENGTH>1</LENGTH> <START>1</START> </DrawerBank>
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. |