POST api/dryportshipment/list
Request Information
URI Parameters
None.
Body Parameters
DryportShipmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| from | date |
None. |
|
| to | date |
None. |
|
| keyword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"from": "2025-12-06T11:10:05.34285+07:00",
"to": "2025-12-06T11:10:05.34285+07:00",
"keyword": "sample string 4"
}
application/xml, text/xml
Sample:
<DryportShipmentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FMSDeliveryWebApp.Models"> <from>2025-12-06T11:10:05.34285+07:00</from> <keyword>sample string 4</keyword> <to>2025-12-06T11:10:05.34285+07:00</to> <token>sample string 1</token> </DryportShipmentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DryportShipmentResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| found | integer |
None. |
|
| status | apiResultState |
None. |
|
| statusString | string |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
|
| data | Collection of DryportShipment |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"statusString": "ok",
"message": "sample string 1",
"found": 2,
"data": [
{
"code": "sample string 1",
"CustomerName": "sample string 2",
"Service": "sample string 3",
"ContainerNo": "sample string 4",
"ContSize": "sample string 5",
"POL": "sample string 6",
"POD": "sample string 7",
"ETA_Dryport": "sample string 8",
"Remark": "sample string 9",
"Remark1": "sample string 10",
"Remark2": "sample string 11"
},
{
"code": "sample string 1",
"CustomerName": "sample string 2",
"Service": "sample string 3",
"ContainerNo": "sample string 4",
"ContSize": "sample string 5",
"POL": "sample string 6",
"POD": "sample string 7",
"ETA_Dryport": "sample string 8",
"Remark": "sample string 9",
"Remark1": "sample string 10",
"Remark2": "sample string 11"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.