POST api/TO/PutTNPWFD
Request Information
URI Parameters
None.
Body Parameters
TnpWaiverFreedaysInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TFW_ID | integer |
None. |
|
| TFW_CP_ID | integer |
None. |
|
| TFW_TYPE | string |
None. |
|
| TFW_CHG_ID | integer |
None. |
|
| TFW_TO_ID | integer |
None. |
|
| TFW_WAIVER_AMT | decimal number |
None. |
|
| TFW_CUR_ID | integer |
None. |
|
| TFW_FREE_HOURS | integer |
None. |
|
| TFW_AUTHORISED_BY | integer |
None. |
|
| TFW_NOTES | string |
None. |
|
| TFW_STATUS | string |
None. |
|
| TFW_SEARCH | string |
None. |
|
| PROGRAM_ID | string |
None. |
|
| AUTO_APPROVE | string |
None. |
|
| TFW_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TFW_ID": 1,
"TFW_CP_ID": 1,
"TFW_TYPE": "sample string 1",
"TFW_CHG_ID": 1,
"TFW_TO_ID": 1,
"TFW_WAIVER_AMT": 1.1,
"TFW_CUR_ID": 1,
"TFW_FREE_HOURS": 1,
"TFW_AUTHORISED_BY": 1,
"TFW_NOTES": "sample string 2",
"TFW_STATUS": "sample string 3",
"TFW_SEARCH": "sample string 4",
"PROGRAM_ID": "sample string 5",
"AUTO_APPROVE": "sample string 6",
"TFW_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<TnpWaiverFreedaysInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AUTO_APPROVE>sample string 6</AUTO_APPROVE> <PROGRAM_ID>sample string 5</PROGRAM_ID> <TFW_AUTHORISED_BY>1</TFW_AUTHORISED_BY> <TFW_CHG_ID>1</TFW_CHG_ID> <TFW_CP_ID>1</TFW_CP_ID> <TFW_CREATED_BY>1</TFW_CREATED_BY> <TFW_CUR_ID>1</TFW_CUR_ID> <TFW_FREE_HOURS>1</TFW_FREE_HOURS> <TFW_ID>1</TFW_ID> <TFW_NOTES>sample string 2</TFW_NOTES> <TFW_SEARCH>sample string 4</TFW_SEARCH> <TFW_STATUS>sample string 3</TFW_STATUS> <TFW_TO_ID>1</TFW_TO_ID> <TFW_TYPE>sample string 1</TFW_TYPE> <TFW_WAIVER_AMT>1.1</TFW_WAIVER_AMT> </TnpWaiverFreedaysInputs>
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. |