GET api/Eonepay?Origin={Origin}&Destination={Destination}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Origin
No documentation available.

Define this parameter in the request URI.

Destination
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Origin": "sample string 1",
    "Destination": "sample string 2",
    "Vessel": "sample string 3",
    "ClosingDate": "2026-08-03T09:38:55.5467792+05:30",
    "EST": "2026-08-03T09:38:55.5467792+05:30",
    "ETA": "2026-08-03T09:38:55.5467792+05:30"
  },
  {
    "Origin": "sample string 1",
    "Destination": "sample string 2",
    "Vessel": "sample string 3",
    "ClosingDate": "2026-08-03T09:38:55.5467792+05:30",
    "EST": "2026-08-03T09:38:55.5467792+05:30",
    "ETA": "2026-08-03T09:38:55.5467792+05:30"
  },
  {
    "Origin": "sample string 1",
    "Destination": "sample string 2",
    "Vessel": "sample string 3",
    "ClosingDate": "2026-08-03T09:38:55.5467792+05:30",
    "EST": "2026-08-03T09:38:55.5467792+05:30",
    "ETA": "2026-08-03T09:38:55.5467792+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfShipmentModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <ShipmentModels>
    <ClosingDate>2026-08-03T09:38:55.5467792+05:30</ClosingDate>
    <Destination>sample string 2</Destination>
    <EST>2026-08-03T09:38:55.5467792+05:30</EST>
    <ETA>2026-08-03T09:38:55.5467792+05:30</ETA>
    <Origin>sample string 1</Origin>
    <Vessel>sample string 3</Vessel>
  </ShipmentModels>
  <ShipmentModels>
    <ClosingDate>2026-08-03T09:38:55.5467792+05:30</ClosingDate>
    <Destination>sample string 2</Destination>
    <EST>2026-08-03T09:38:55.5467792+05:30</EST>
    <ETA>2026-08-03T09:38:55.5467792+05:30</ETA>
    <Origin>sample string 1</Origin>
    <Vessel>sample string 3</Vessel>
  </ShipmentModels>
  <ShipmentModels>
    <ClosingDate>2026-08-03T09:38:55.5467792+05:30</ClosingDate>
    <Destination>sample string 2</Destination>
    <EST>2026-08-03T09:38:55.5467792+05:30</EST>
    <ETA>2026-08-03T09:38:55.5467792+05:30</ETA>
    <Origin>sample string 1</Origin>
    <Vessel>sample string 3</Vessel>
  </ShipmentModels>
</ArrayOfShipmentModels>