Locations

 

Content was last updated in 06.01.14-00

Revision History

 

This resource allows you to fetch the location list.

You can search for any existing category using filters as defined here.

Pagination is supported for this resource. Click here to see the details of it.

You can retrieve the following information through this method.

 

Sample response payload

[

  {

    "id": "string",

    "description": "string",

    "addressline": "string",

    "city": "string",

    "state": "string",

    "zip": "string",

    "country": "string",

    "phonenumber": "string"

  }

]