POST api/BillOfLading/GetDemurageCost

Request Information

URI Parameters

None.

Body Parameters

inputdemuragecost
NameDescriptionTypeAdditional information
DEM_CP_ID

integer

None.

DEM_BL

integer

None.

CNR_ID

integer

None.

DEM_CONT_TYPE

integer

None.

DEM_CON_ID

integer

None.

DEM_CHG_ID

integer

None.

DEM_FROM_DATE

date

None.

DEM_TO_DATE

date

None.

DEM_MODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DEM_CP_ID": 1,
  "DEM_BL": 1,
  "CNR_ID": 1,
  "DEM_CONT_TYPE": 1,
  "DEM_CON_ID": 1,
  "DEM_CHG_ID": 1,
  "DEM_FROM_DATE": "2024-05-19T18:03:51.1992246+05:30",
  "DEM_TO_DATE": "2024-05-19T18:03:51.1992246+05:30",
  "DEM_MODE": "sample string 1"
}

application/xml, text/xml

Sample:
<inputdemuragecost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CNR_ID>1</CNR_ID>
  <DEM_BL>1</DEM_BL>
  <DEM_CHG_ID>1</DEM_CHG_ID>
  <DEM_CONT_TYPE>1</DEM_CONT_TYPE>
  <DEM_CON_ID>1</DEM_CON_ID>
  <DEM_CP_ID>1</DEM_CP_ID>
  <DEM_FROM_DATE>2024-05-19T18:03:51.1992246+05:30</DEM_FROM_DATE>
  <DEM_MODE>sample string 1</DEM_MODE>
  <DEM_TO_DATE>2024-05-19T18:03:51.1992246+05:30</DEM_TO_DATE>
</inputdemuragecost>

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.