POST api/Master/COCContainerRentalCalculation
Request Information
URI Parameters
None.
Body Parameters
COCContRentalCalculationInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DEC_DEM_ID | integer |
None. |
|
| DEC_CONT_TYPE | integer |
None. |
|
| DEC_CHG_TYPE | string |
None. |
|
| DEC_CHG_ID | integer |
None. |
|
| DEC_CP_ID | integer |
None. |
|
| DEC_AP_ID | integer |
None. |
|
| DEC_BL_ID | integer |
None. |
|
| DEC_CON_ID | integer |
None. |
|
| IT_ID | integer |
None. |
|
| IT_CON_ID | integer |
None. |
|
| IT_CUR_DP_ID | integer |
None. |
|
| IT_CUR_TR_ID | integer |
None. |
|
| CNR_ID | integer |
None. |
|
| DEC_TILL_DATE | date |
None. |
|
| DEC_RUN_TYPE | string |
None. |
|
| DEC_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEC_DEM_ID": 1,
"DEC_CONT_TYPE": 1,
"DEC_CHG_TYPE": "sample string 1",
"DEC_CHG_ID": 1,
"DEC_CP_ID": 1,
"DEC_AP_ID": 1,
"DEC_BL_ID": 1,
"DEC_CON_ID": 1,
"IT_ID": 1,
"IT_CON_ID": 1,
"IT_CUR_DP_ID": 1,
"IT_CUR_TR_ID": 1,
"CNR_ID": 1,
"DEC_TILL_DATE": "2026-06-08T03:12:07.8440632+00:00",
"DEC_RUN_TYPE": "sample string 2",
"DEC_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<COCContRentalCalculationInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CNR_ID>1</CNR_ID> <DEC_AP_ID>1</DEC_AP_ID> <DEC_BL_ID>1</DEC_BL_ID> <DEC_CHG_ID>1</DEC_CHG_ID> <DEC_CHG_TYPE>sample string 1</DEC_CHG_TYPE> <DEC_CONT_TYPE>1</DEC_CONT_TYPE> <DEC_CON_ID>1</DEC_CON_ID> <DEC_CP_ID>1</DEC_CP_ID> <DEC_CREATED_BY>1</DEC_CREATED_BY> <DEC_DEM_ID>1</DEC_DEM_ID> <DEC_RUN_TYPE>sample string 2</DEC_RUN_TYPE> <DEC_TILL_DATE>2026-06-08T03:12:07.8440632+00:00</DEC_TILL_DATE> <IT_CON_ID>1</IT_CON_ID> <IT_CUR_DP_ID>1</IT_CUR_DP_ID> <IT_CUR_TR_ID>1</IT_CUR_TR_ID> <IT_ID>1</IT_ID> </COCContRentalCalculationInputs>
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. |