POST api/ForwadingBilling/GetDamageWaiverList
Request Information
URI Parameters
None.
Body Parameters
GetDamageWaiver| Name | Description | Type | Additional information |
|---|---|---|---|
| DW_CP_ID | integer |
None. |
|
| DW_BASIS | string |
None. |
|
| DW_BKG_ID | integer |
None. |
|
| DW_CONT_TYPE | integer |
None. |
|
| DW_CON_ID | integer |
None. |
|
| DW_STATUS | string |
None. |
|
| DW_SEARCH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DW_CP_ID": 1,
"DW_BASIS": "sample string 1",
"DW_BKG_ID": 1,
"DW_CONT_TYPE": 1,
"DW_CON_ID": 1,
"DW_STATUS": "sample string 2",
"DW_SEARCH": "sample string 3"
}
application/xml, text/xml
Sample:
<GetDamageWaiver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DW_BASIS>sample string 1</DW_BASIS> <DW_BKG_ID>1</DW_BKG_ID> <DW_CONT_TYPE>1</DW_CONT_TYPE> <DW_CON_ID>1</DW_CON_ID> <DW_CP_ID>1</DW_CP_ID> <DW_SEARCH>sample string 3</DW_SEARCH> <DW_STATUS>sample string 2</DW_STATUS> </GetDamageWaiver>
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. |