POST api/Invoice/WMSCalculateDemurrage
Request Information
URI Parameters
None.
Body Parameters
WMSCalDemurrage| Name | Description | Type | Additional information |
|---|---|---|---|
| WSC_CHG_ID | integer |
None. |
|
| WSC_AR_ID | integer |
None. |
|
| WSC_CP_ID | integer |
None. |
|
| WSC_TILL_DATE | date |
None. |
|
| WSC_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WSC_CHG_ID": 1,
"WSC_AR_ID": 1,
"WSC_CP_ID": 1,
"WSC_TILL_DATE": "2025-12-06T04:28:07.8777285+00:00",
"WSC_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<WMSCalDemurrage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <WSC_AR_ID>1</WSC_AR_ID> <WSC_CHG_ID>1</WSC_CHG_ID> <WSC_CP_ID>1</WSC_CP_ID> <WSC_CREATED_BY>1</WSC_CREATED_BY> <WSC_TILL_DATE>2025-12-06T04:28:07.8777285+00:00</WSC_TILL_DATE> </WMSCalDemurrage>
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. |