POST api/CHAMasters/PostADMaster
Request Information
URI Parameters
None.
Body Parameters
CHAADMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| AD_ID | integer |
None. |
|
| AD_CODE | string |
None. |
|
| AD_NAME | string |
None. |
|
| AD_BK_ID | integer |
None. |
|
| AD_STATUS | string |
None. |
|
| AD_NOTES | string |
None. |
|
| AD_CREATED_BY | integer |
None. |
|
| AD_BANK_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AD_ID": 1,
"AD_CODE": "sample string 1",
"AD_NAME": "sample string 2",
"AD_BK_ID": 1,
"AD_STATUS": "sample string 3",
"AD_NOTES": "sample string 4",
"AD_CREATED_BY": 1,
"AD_BANK_NAME": "sample string 5"
}
application/xml, text/xml
Sample:
<CHAADMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AD_BANK_NAME>sample string 5</AD_BANK_NAME> <AD_BK_ID>1</AD_BK_ID> <AD_CODE>sample string 1</AD_CODE> <AD_CREATED_BY>1</AD_CREATED_BY> <AD_ID>1</AD_ID> <AD_NAME>sample string 2</AD_NAME> <AD_NOTES>sample string 4</AD_NOTES> <AD_STATUS>sample string 3</AD_STATUS> </CHAADMaster>
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. |