https://dev.v3manager.com/demo/api/bookingArea
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingArea"
https://dev.v3manager.com/demo/api/bookingArea/count
GET
https://dev.v3manager.com/demo/api/bookingArea/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingArea/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingArea/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"
Name | Type | Required |
---|---|---|
field | string | yes |
filter | array | no |
https://dev.v3manager.com/demo/api/bookingArea/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingArea/22"
https://dev.v3manager.com/demo/api/bookingArea
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
timeout | Prebooking timeout | duration | No | |
createUserName | Created by | string | No | |
createUser | Created by | int | Yes | |
code | Code | string | No | |
tags | Customers tags | manyToMany | No | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
endTime | End time | time | No | |
startTime | Start time | time | No | |
image | Image | image | No | |
increment | Increment | duration | No | |
name | Name | string | No | |
id | ID | int | Yes |