POST api/v1/PeriodicCargoSummaryReport
Request Information
URI Parameters
None.
Body Parameters
CargoWiseVesselInput| Name | Description | Type | Additional information |
|---|---|---|---|
| PortID | integer |
None. |
|
| Activity | string |
None. |
|
| GradeID | integer |
None. |
|
| ShipType | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CountryName | string |
None. |
|
| CargoID | integer |
None. |
|
| CargoGroupID | integer |
None. |
|
| CargoSubGroupID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PortID": 1,
"Activity": "sample string 2",
"GradeID": 3,
"ShipType": "sample string 4",
"StartDate": "2025-12-06T10:21:25.7501062+05:30",
"EndDate": "2025-12-06T10:21:25.7501062+05:30",
"CountryName": "sample string 7",
"CargoID": 8,
"CargoGroupID": 9,
"CargoSubGroupID": 10
}
application/xml, text/xml
Sample:
<CargoWiseVesselInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Activity>sample string 2</Activity> <CargoGroupID>9</CargoGroupID> <CargoID>8</CargoID> <CargoSubGroupID>10</CargoSubGroupID> <CountryName>sample string 7</CountryName> <EndDate>2025-12-06T10:21:25.7501062+05:30</EndDate> <GradeID>3</GradeID> <PortID>1</PortID> <ShipType>sample string 4</ShipType> <StartDate>2025-12-06T10:21:25.7501062+05:30</StartDate> </CargoWiseVesselInput>
application/x-www-form-urlencoded
Sample:
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. |