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