GET api/SailingSchedule?GTrade={GTrade}&nDays={nDays}&POL={POL}&POD={POD}
Point to Point Sailing Schedule
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GTrade |
Grimaldi Trade |
GrimaldiTrade |
Required |
| nDays |
Number of days (Maximum value 45 days). It establishes the time search interval, the starting point is the current date. |
integer |
Required |
| POL |
Port of Loading (UN/LOCODE) |
string |
Default value is |
| POD |
Port of Discharge (UN/LOCODE) |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of TSailingSchedulePointToPoint| Name | Description | Type | Additional information |
|---|---|---|---|
| vessel_name | string |
None. |
|
| imo_no | string |
None. |
|
| pol_serv | string |
None. |
|
| pol | string |
None. |
|
| pol_call_id | string |
None. |
|
| pol_vyg | string |
None. |
|
| pol_ets | string |
None. |
|
| pot | string |
None. |
|
| pot_eta | string |
None. |
|
| pod | string |
None. |
|
| pod_vyg | string |
None. |
|
| pod_eta | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"vessel_name": "sample string 1",
"imo_no": "sample string 2",
"pol_serv": "sample string 3",
"pol": "sample string 4",
"pol_call_id": "sample string 5",
"pol_vyg": "sample string 6",
"pol_ets": "sample string 7",
"pot": "sample string 8",
"pot_eta": "sample string 9",
"pod": "sample string 10",
"pod_vyg": "sample string 11",
"pod_eta": "sample string 12"
},
{
"vessel_name": "sample string 1",
"imo_no": "sample string 2",
"pol_serv": "sample string 3",
"pol": "sample string 4",
"pol_call_id": "sample string 5",
"pol_vyg": "sample string 6",
"pol_ets": "sample string 7",
"pot": "sample string 8",
"pot_eta": "sample string 9",
"pod": "sample string 10",
"pod_vyg": "sample string 11",
"pod_eta": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfTSailingSchedulePointToPoint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EServiceAPI.Models">
<TSailingSchedulePointToPoint>
<imo_no>sample string 2</imo_no>
<pod>sample string 10</pod>
<pod_eta>sample string 12</pod_eta>
<pod_vyg>sample string 11</pod_vyg>
<pol>sample string 4</pol>
<pol_call_id>sample string 5</pol_call_id>
<pol_ets>sample string 7</pol_ets>
<pol_serv>sample string 3</pol_serv>
<pol_vyg>sample string 6</pol_vyg>
<pot>sample string 8</pot>
<pot_eta>sample string 9</pot_eta>
<vessel_name>sample string 1</vessel_name>
</TSailingSchedulePointToPoint>
<TSailingSchedulePointToPoint>
<imo_no>sample string 2</imo_no>
<pod>sample string 10</pod>
<pod_eta>sample string 12</pod_eta>
<pod_vyg>sample string 11</pod_vyg>
<pol>sample string 4</pol>
<pol_call_id>sample string 5</pol_call_id>
<pol_ets>sample string 7</pol_ets>
<pol_serv>sample string 3</pol_serv>
<pol_vyg>sample string 6</pol_vyg>
<pot>sample string 8</pot>
<pot_eta>sample string 9</pot_eta>
<vessel_name>sample string 1</vessel_name>
</TSailingSchedulePointToPoint>
</ArrayOfTSailingSchedulePointToPoint>