/
POST Warehouse Add

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!

POST Warehouse Add

This call allows you to create a warehouse.

End Point

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

Parameters to be passed

?username=XXXXXXXXXX &auth_string=YYYYYYYYY

Post Parameters

{ data:  { "title": "new_warehouse", "address_line_1": "XXX"(optional),  "address_line_2": "XXX"(optional),  "landmark": "XXX"(optional),  "city": "XXX"(optional),  "state": "XXX"(optional),  "pincode": "XXX"(optional),  "country": "XXX"(optional), "phone": "XXX"(optional),  "email": "XXX"(optional), "external_warehouse_code": "XXX"(optional)    } }

Response:

{ "success": true, }

 

 

Related content