POST api/Master/GetChaChargeRules
Request Information
URI Parameters
None.
Body Parameters
GetChaChargeRulesInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| CCR_RT_ID | integer |
None. |
|
| CCR_CP_ID | integer |
None. |
|
| CCR_BASIS | integer |
None. |
|
| CCR_ACTIVITY | string |
None. |
|
| CCR_PRINT_NAME | string |
None. |
|
| CCR_REV_CHG_ID | integer |
None. |
|
| CCR_CST_CHG_ID | integer |
None. |
|
| CCR_STATUS | string |
None. |
|
| CCR_SLAB_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CCR_RT_ID": 1,
"CCR_CP_ID": 1,
"CCR_BASIS": 1,
"CCR_ACTIVITY": "sample string 1",
"CCR_PRINT_NAME": "sample string 2",
"CCR_REV_CHG_ID": 1,
"CCR_CST_CHG_ID": 1,
"CCR_STATUS": "sample string 3",
"CCR_SLAB_TYPE": "sample string 4"
}
application/xml, text/xml
Sample:
<GetChaChargeRulesInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CCR_ACTIVITY>sample string 1</CCR_ACTIVITY> <CCR_BASIS>1</CCR_BASIS> <CCR_CP_ID>1</CCR_CP_ID> <CCR_CST_CHG_ID>1</CCR_CST_CHG_ID> <CCR_PRINT_NAME>sample string 2</CCR_PRINT_NAME> <CCR_REV_CHG_ID>1</CCR_REV_CHG_ID> <CCR_RT_ID>1</CCR_RT_ID> <CCR_SLAB_TYPE>sample string 4</CCR_SLAB_TYPE> <CCR_STATUS>sample string 3</CCR_STATUS> </GetChaChargeRulesInputs>
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. |