POST api/Invoice/CalculateDemurrage

Request Information

URI Parameters

None.

Body Parameters

CalculateDemurrage
NameDescriptionTypeAdditional information
DEC_BL_ID

integer

None.

DEC_CHG_ID

integer

None.

IT_CON_ID

integer

None.

DEC_CP_ID

integer

None.

DEC_TILL_DATE

date

None.

DEC_RUN_TYPE

string

None.

DEC_CREATED_BY

integer

None.

DEC_DEM_ID

integer

None.

IT_ID

integer

None.

CNR_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DEC_BL_ID": 1,
  "DEC_CHG_ID": 1,
  "IT_CON_ID": 1,
  "DEC_CP_ID": 1,
  "DEC_TILL_DATE": "2025-12-06T04:28:16.8513999+00:00",
  "DEC_RUN_TYPE": "sample string 1",
  "DEC_CREATED_BY": 1,
  "DEC_DEM_ID": 1,
  "IT_ID": 1,
  "CNR_ID": 1
}

application/xml, text/xml

Sample:
<CalculateDemurrage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CNR_ID>1</CNR_ID>
  <DEC_BL_ID>1</DEC_BL_ID>
  <DEC_CHG_ID>1</DEC_CHG_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 1</DEC_RUN_TYPE>
  <DEC_TILL_DATE>2025-12-06T04:28:16.8513999+00:00</DEC_TILL_DATE>
  <IT_CON_ID>1</IT_CON_ID>
  <IT_ID>1</IT_ID>
</CalculateDemurrage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.