GET /company/shops/@id/latches/locations/@location_id
This endpoint requires authentication.
Header | Value |
---|---|
Authorization | Set the value to Bearer + + access_token |
Replace the @ keywords in the URL with their corresponding value.
A dictionary with fields
Field | Type | Description |
---|---|---|
id | Int | Shop ID |
location_id | Int | Latch location ID |
GET /company/shops/16/latches/locations/13 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.0
Accept-Language: en-US,en;q=0.5
Field | Type | Description |
---|---|---|
machine_type | String | Determines which brand of latches will be at this location |
name | String | A String value |
address | Address.simple | An address |
pickup_hours | Week | Settings per week |
production_hours | Week | Settings per week |
order_upfront | Week | Settings per week |
max_orders | MaxOrders | Max order settings |
id | Int | An integer value |
shop_id | Int | An integer value |
viresmo_shop_id | String | Optional. A String value |
payment_settings | Dictionary | Optional. A dictionary with fields |
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 9749
{
"machine_type": "viresmo",
"name": "...",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"pickup_hours": {
"d1": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d2": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d3": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d4": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d5": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d6": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d7": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
]
},
"production_hours": {
"d1": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d2": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d3": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d4": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d5": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d6": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"d7": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
]
},
"order_upfront": {
"d1": {
"method": "x_days",
"x_days": {
"days": 19,
"close_at": "12:00"
},
"x_time": {
"hours": 19,
"minutes": 10
}
},
"d2": {
"method": "x_days",
"x_days": {
"days": 15,
"close_at": "12:00"
},
"x_time": {
"hours": 12,
"minutes": 15
}
},
"d3": {
"method": "x_days",
"x_days": {
"days": 14,
"close_at": "12:00"
},
"x_time": {
"hours": 13,
"minutes": 16
}
},
"d4": {
"method": "x_days",
"x_days": {
"days": 18,
"close_at": "12:00"
},
"x_time": {
"hours": 18,
"minutes": 11
}
},
"d5": {
"method": "x_days",
"x_days": {
"days": 11,
"close_at": "12:00"
},
"x_time": {
"hours": 15,
"minutes": 11
}
},
"d6": {
"method": "x_days",
"x_days": {
"days": 17,
"close_at": "12:00"
},
"x_time": {
"hours": 14,
"minutes": 19
}
},
"d7": {
"method": "x_days",
"x_days": {
"days": 18,
"close_at": "12:00"
},
"x_time": {
"hours": 16,
"minutes": 15
}
}
},
"max_orders": {
"items": [
{
"max_per": "hour",
"max_amount": 12,
"days": {
"all": false,
"custom": [
17,
10,
16
]
},
"intervals": [
{
"max_amount": 10,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 16,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 17,
"start": "12:00",
"end": "12:00"
}
]
},
{
"max_per": "hour",
"max_amount": 18,
"days": {
"all": false,
"custom": [
15,
10,
13
]
},
"intervals": [
{
"max_amount": 12,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 18,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 17,
"start": "12:00",
"end": "12:00"
}
]
},
{
"max_per": "hour",
"max_amount": 18,
"days": {
"all": false,
"custom": [
10,
15,
12
]
},
"intervals": [
{
"max_amount": 13,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 16,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 12,
"start": "12:00",
"end": "12:00"
}
]
}
]
},
"id": 19,
"shop_id": 15,
"viresmo_shop_id": "...",
"payment_settings": {
"allow_cash": true,
"allow_online_payments": true,
"allow_online_payments_targetprice": false,
"allow_isop_targetprice": true,
"allow_bank_transfer_payments": true,
"allow_bank_transfer_payments_invoice": true,
"bank_account_numbers": [
{
"bank": "...",
"number": "..."
},
{
"bank": "...",
"number": "..."
},
{
"bank": "...",
"number": "..."
}
]
}
}