POST api/Invoice/TNPCalculateDemurrage
Request Information
URI Parameters
None.
Body Parameters
TNPCalDemurrage| Name | Description | Type | Additional information |
|---|---|---|---|
| DEC_CHG_ID | integer |
None. |
|
| DEC_AR_ID | integer |
None. |
|
| DEC_CP_ID | integer |
None. |
|
| DEC_TILL_DATE | date |
None. |
|
| DEC_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEC_CHG_ID": 1,
"DEC_AR_ID": 1,
"DEC_CP_ID": 1,
"DEC_TILL_DATE": "2025-12-06T04:25:25.6512382+00:00",
"DEC_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<TNPCalDemurrage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DEC_AR_ID>1</DEC_AR_ID> <DEC_CHG_ID>1</DEC_CHG_ID> <DEC_CP_ID>1</DEC_CP_ID> <DEC_CREATED_BY>1</DEC_CREATED_BY> <DEC_TILL_DATE>2025-12-06T04:25:25.6512382+00:00</DEC_TILL_DATE> </TNPCalDemurrage>
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. |