POST api/Master/GetChargeApplicabilityAt
Request Information
URI Parameters
None.
Body Parameters
ChargeApplicabilityAt| Name | Description | Type | Additional information |
|---|---|---|---|
| AT_ID | integer |
None. |
|
| AT_CODE | string |
None. |
|
| AT_NAME | string |
None. |
|
| CHG_APPLICABILITY | string |
None. |
|
| CP_BUSINESS | string |
None. |
|
| AT_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| AT_REQUESTED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AT_ID": 1,
"AT_CODE": "sample string 1",
"AT_NAME": "sample string 2",
"CHG_APPLICABILITY": "sample string 3",
"CP_BUSINESS": "sample string 4",
"AT_STATUS": "sample string 5",
"START": 1,
"LENGTH": 1,
"AT_REQUESTED_BY": 1
}
application/xml, text/xml
Sample:
<ChargeApplicabilityAt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AT_CODE>sample string 1</AT_CODE> <AT_ID>1</AT_ID> <AT_NAME>sample string 2</AT_NAME> <AT_REQUESTED_BY>1</AT_REQUESTED_BY> <AT_STATUS>sample string 5</AT_STATUS> <CHG_APPLICABILITY>sample string 3</CHG_APPLICABILITY> <CP_BUSINESS>sample string 4</CP_BUSINESS> <LENGTH>1</LENGTH> <START>1</START> </ChargeApplicabilityAt>
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. |