GET api/overlandDeliveryAddress

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "offices": [
    {
      "countryID": 1.0,
      "country": "sample string 2",
      "countryCode": "sample string 3",
      "cityID": 4.0,
      "city": "sample string 5",
      "officeID": 6.0,
      "officeAddress": "sample string 7"
    },
    {
      "countryID": 1.0,
      "country": "sample string 2",
      "countryCode": "sample string 3",
      "cityID": 4.0,
      "city": "sample string 5",
      "officeID": 6.0,
      "officeAddress": "sample string 7"
    },
    {
      "countryID": 1.0,
      "country": "sample string 2",
      "countryCode": "sample string 3",
      "cityID": 4.0,
      "city": "sample string 5",
      "officeID": 6.0,
      "officeAddress": "sample string 7"
    }
  ],
  "status": {
    "Code": "sample string 1",
    "descriptionEn": "sample string 2",
    "Description": "sample string 3",
    "descriptionRu": "sample string 4",
    "message": "sample string 5"
  }
}