Blockings - OBSOLETE API

List Blockings

URL

https://dev.v3manager.com/demo/api/bookingBlocking

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingBlocking"

Count Blockings

URL

https://dev.v3manager.com/demo/api/bookingBlocking/count

HTTP Method

GET

Sum Blockings

URL

https://dev.v3manager.com/demo/api/bookingBlocking/sum

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingBlocking/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingBlocking/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"

Parameters

Name Type Required
field string yes
filter array no

Load Blocking by id

URL

https://dev.v3manager.com/demo/api/bookingBlocking/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingBlocking/22"

Create or update Blockings

URL

https://dev.v3manager.com/demo/api/bookingBlocking

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
area Area int No
areaName Area string No
timeout Expiration duration No
bgColor Color color No
createUserName Created by string No
createUser Created by int Yes
daysOfWeek Days of the week daysOfWeek No
tags Customer tags manyToMany No
updated Update date datetime Yes
created Creation date datetime Yes
endDate End date date No
startDate Start date date No
endTime End time time No
startTime Start time time No
name Name string No
comments Observations text No
allowCrossings Allow crossings bool No
allowAdmin Allow bookings from admin side bool No
resourceName Resource string No
resource Resource int No
id ID int Yes
slots Slots int No