https://dev.v3manager.com/demo/api/booking
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/booking"
https://dev.v3manager.com/demo/api/booking/count
GET
https://dev.v3manager.com/demo/api/booking/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/booking/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/booking/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/booking/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/booking/22"
https://dev.v3manager.com/demo/api/booking
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
area | Area | int | Yes | |
areaName | Area | string | No | |
beneficiary | Beneficiary | int | No | |
beneficiaryName | Beneficiary | string | No | |
categoryName | Category | string | No | |
checkin | Checkin | bool | No | |
checkout | Checkout | bool | No | |
customer | Customer | int | No | |
customerName | Customer | string | No | |
online | Created online | bool | Yes | |
createUserName | Created by | string | No | |
createUser | Created by | int | Yes | |
crossing | Crossing | bool | Yes | |
description | Description | string | No | |
No | ||||
confirmationSent | Confirmation sent | bool | Yes | |
afterMailSent | Subsequent email sent | bool | No | |
reminderSent | Reminder envoy | bool | No | |
status | Status | select | Yes | |
tag | Tag | string | No | |
extra | Extra | bool | Yes | |
automaticExtras | Automatic extras | json | No | |
updated | Update date | datetime | Yes | |
timeout | Expiration date | datetime | Yes | |
cancelation | Cancellation date | datetime | No | |
created | Creation date | datetime | Yes | |
end | End date | datetime | No | |
start | Start date | datetime | No | |
groupId | Group | int | Yes | |
reference | Locator | string | Yes | |
maxCapacity | Máximo Plazas | int | No | |
minCapacity | Minimum places | int | No | |
noShow | No show | bool | No | |
name | Name | string | No | |
notify | Notify | bool | No | |
comments | Observations | text | No | |
onlineComments | Online observations | text | No | |
multipack | Pack | int | No | |
multipackName | Pack | string | No | |
price | Price | currency | No | |
payPerPerson | Price per person | bool | No | |
origin | Origin | int | No | |
originName | Origin | string | No | |
productName | Product | string | No | |
product | Product | int | No | |
remind | Reminder | bool | No | |
resource | Resource | int | No | |
resourceName | Resource | string | No | |
id | ID | int | Yes | |
needInfo | Requires information | bool | Yes | |
parent | Main booking | int | No | |
parentReference | Main booking | string | No | |
byDays | Book by days | bool | No | |
hasParticipants | It has participants | bool | No | |
type | Booking type | int | No | |
typeName | Booking type | string | No | |
sale | Sale | int | Yes |
Value | Name |
---|---|
0 | Draft |
1 | For free |
2 | Not paid |
3 | Paid |
4 | Cancelled |