GET api/Info?ShipmentNo={ShipmentNo}

Shipment Information ie (POL|POD|ETS|ETA). Security Token needed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ShipmentNo

Grimaldi Shipment Number (ie S3-1234567)

string

Required

Body Parameters

None.

Response Information

Resource Description

TShipmentInfo
NameDescriptionTypeAdditional information
Number

string

None.

Departure

string

None.

Arrival

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Number": "sample string 1",
  "Departure": "sample string 2",
  "Arrival": "sample string 3"
}

application/xml, text/xml

Sample:
<GNetShipment.TShipmentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNetAPI.Models">
  <Arrival>sample string 3</Arrival>
  <Departure>sample string 2</Departure>
  <Number>sample string 1</Number>
</GNetShipment.TShipmentInfo>