/
GET Warehouse List

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

GET Warehouse List

This call allows you to fetch the list of warehouses of the Company.

End Point

https://app.browntape.com/0.1/warehouses/index.json

Parameters to be passed

?username=XXXXXXXXXX &auth_string=YYYYYYYYY

Response

{ "success": true, "data": [ { "Warehouse": { "id": "2", "title": "default", "created": "2015-07-06 17:12:27", "external_warehouse_code": null, "address_line1": "eqwed", "address_line2": "sada", "landmark": "dasd", "city": "adsd", "state": "asd", "pincode": "144208", "country": "asdsa", "phone": "1234567890", "email": "sdas@dqwd.com" } }, { "Warehouse": { "id": "3", "title": "warehouse1", "created": "2015-07-07 05:53:22", "external_warehouse_code": "32324", "address_line1": "xxx", "address_line2": "yyy", "landmark": "zzzzz", "city": "ffsdf", "state": "delhi", "pincode": "403002", "country": "india", "phone": "1234567890", "email": "zzz@aaa.com" } } ] }

Related content