POST api/Master/PutDrawerBankMaster
Request Information
URI Parameters
None.
Body Parameters
DrawerBankMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| DBK_ID | integer |
None. |
|
| DBK_CP_ID | integer |
None. |
|
| DBK_NAME | string |
None. |
|
| DBK_BRANCH | string |
None. |
|
| DBK_NOTES | string |
None. |
|
| DBK_PROGRAM_ID | string |
None. |
|
| DBK_CREATED_BY | string |
None. |
|
| DBK_MODIFIED_BY | string |
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",
"DBK_NOTES": "sample string 3",
"DBK_PROGRAM_ID": "sample string 4",
"DBK_CREATED_BY": "sample string 5",
"DBK_MODIFIED_BY": "sample string 6"
}
application/xml, text/xml
Sample:
<DrawerBankMaster 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_CREATED_BY>sample string 5</DBK_CREATED_BY> <DBK_ID>1</DBK_ID> <DBK_MODIFIED_BY>sample string 6</DBK_MODIFIED_BY> <DBK_NAME>sample string 1</DBK_NAME> <DBK_NOTES>sample string 3</DBK_NOTES> <DBK_PROGRAM_ID>sample string 4</DBK_PROGRAM_ID> </DrawerBankMaster>
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. |