POST api/CHAMasters/GetCHAMandateCodeMaster
Request Information
URI Parameters
None.
Body Parameters
CHAMandateCodeMasterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CMC_ID | integer |
None. |
|
| CMC_RITC_CODE | string |
None. |
|
| CMC_ESAN_CODE | string |
None. |
|
| CMC_ESAN_DESC | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CMC_ID": 1,
"CMC_RITC_CODE": "sample string 1",
"CMC_ESAN_CODE": "sample string 2",
"CMC_ESAN_DESC": "sample string 3",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<CHAMandateCodeMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CMC_ESAN_CODE>sample string 2</CMC_ESAN_CODE> <CMC_ESAN_DESC>sample string 3</CMC_ESAN_DESC> <CMC_ID>1</CMC_ID> <CMC_RITC_CODE>sample string 1</CMC_RITC_CODE> <LENGTH>1</LENGTH> <START>1</START> </CHAMandateCodeMasterInput>
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. |