GET Eonepay/PortOfShipment?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:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Data />
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseEntity>