Localities
Get Cakes
GET
https://staging.billeasy.in/api/ customers/localities
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Content-Type
string
x-customer-number
string
x-customer-token
string
x-api-access
string
x-api-secret
string
{
"success": true,
"msg": "success msg.",
"data": [
{
"id": "1",
"type": "stores",
"attributes": {
"locality": "Andheri",
"stores": [
{
"id": 2,
"name": "Developer Cafe - Andheri",
"address_line": "Near Station Road",
"latitude": 19.1369019,
"longitude": 72.8558462
}
]
}
},
{
"id": "2",
"type": "stores",
"attributes": {
"locality": "Andheri East",
"stores": [
{
"id": 191,
"name": "Billeasy Store - Andheri East",
"address_line": "201, Crescent Business Park, Sakinaka, Andheri East",
"latitude": null,
"longitude": null
}
]
}
},
{
"id": "3",
"type": "stores",
"attributes": {
"locality": "Borivali",
"stores": [
{
"id": 3,
"name": "Naturals Ice Cream - Borivali",
"address_line": "Near Station Road",
"latitude": 19.164797,
"longitude": 72.8492828
}
]
}
},
{
"id": "4",
"type": "stores",
"attributes": {
"locality": "charni road",
"stores": [
{
"id": 195,
"name": "Mad Over Donuts - charni road",
"address_line": "Unit no. 3, 4 & 5, 4th floor, Aman Chambers, Opera House",
"latitude": null,
"longitude": null
}
]
}
},
{
"id": "5",
"type": "stores",
"attributes": {
"locality": "Goregaon East",
"stores": [
{
"id": 7,
"name": "Mc Donalds - Goregaon East",
"address_line": "Anupam Chitra Mandir Pahadi Eksar, Station Road, near Bus Station",
"latitude": 19.1654078,
"longitude": 72.8511561
},
{
"id": 6,
"name": "5asec - Goregaon East",
"address_line": "2, Italian Compound",
"latitude": 19.174042,
"longitude": 72.857035
}
]
}
},
{
"id": "6",
"type": "stores",
"attributes": {
"locality": "Sakinaka",
"stores": [
{
"id": 194,
"name": "Billeasy Lifestyle Store - Sakinaka",
"address_line": "201, The Crescent Business Park, Sakinaka Telephone Exchange Lane",
"latitude": null,
"longitude": null
}
]
}
},
{
"id": "7",
"type": "stores",
"attributes": {
"locality": "Secretariat Colony",
"stores": [
{
"id": 1,
"name": "more. - Secretariat Colony",
"address_line": "Aditya Birla Retail Limited (Formerly Trinethra Superretail Pvt Ltd) CIN No.:U65990MH1988PLC048117 Brooke Field StoreNo.593, AECS Layout, Kundalahalli Gate,Bengaluru",
"latitude": 13.0907802,
"longitude": 80.2446509
}
]
}
}
]
}
{
"success":false,
"msg": "false msg.",
"data":[]
}
Last updated