POST api/ForwadingBilling/PostDamageWaiver
Request Information
URI Parameters
None.
Body Parameters
DamageWaiverInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DW_ID | integer |
None. |
|
| 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_BUFFER_AMOUNT | decimal number |
None. |
|
| DW_CUR_ID | integer |
None. |
|
| DW_STATUS | string |
None. |
|
| DW_NOTES | string |
None. |
|
| PROGRAM_ID | string |
None. |
|
| DW_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DW_ID": 1,
"DW_CP_ID": 1,
"DW_BASIS": "sample string 1",
"DW_BKG_ID": 1,
"DW_CONT_TYPE": 1,
"DW_CON_ID": 1,
"DW_BUFFER_AMOUNT": 1.1,
"DW_CUR_ID": 1,
"DW_STATUS": "sample string 2",
"DW_NOTES": "sample string 3",
"PROGRAM_ID": "sample string 4",
"DW_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<DamageWaiverInputs 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_BUFFER_AMOUNT>1.1</DW_BUFFER_AMOUNT> <DW_CONT_TYPE>1</DW_CONT_TYPE> <DW_CON_ID>1</DW_CON_ID> <DW_CP_ID>1</DW_CP_ID> <DW_CREATED_BY>1</DW_CREATED_BY> <DW_CUR_ID>1</DW_CUR_ID> <DW_ID>1</DW_ID> <DW_NOTES>sample string 3</DW_NOTES> <DW_STATUS>sample string 2</DW_STATUS> <PROGRAM_ID>sample string 4</PROGRAM_ID> </DamageWaiverInputs>
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. |