Create stores
Create store
POST
https://client.billeasy.in/api/v1/clients/createstores
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
x-api-secret
string
secret
x-api-access
boolean
access token
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
REQUEST !:
{
"stores": {
"contact_number": "02249134822",
"address_line": "201, Crescent Business Park, katraj, Pune East",
"terminals": 4,
"open_time": "07:00:00",
"close_time": "12:00:00",
"locality": "Dadar West",
"city": "Mumbai",
"state": "maharashtra",
"pincode": "400028",
"birthday": "1970-01-15" (optional)
},
"created_by": "(name)",
"client": "5asec" (exact name of client for which store is created.)
}
RESPONSE :
{
"success": true,
"msg": "Store created successfully",
"data": {store_id, terminals_number}
}
Last updated
Was this helpful?