Participants - OBSOLETE API

List Participants

URL

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

HTTP Method

GET

Example

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

Count Participants

URL

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

HTTP Method

GET

Sum Participants

URL

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

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingParticipant/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/bookingParticipant/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 Participant by id

URL

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

HTTP Method

GET

Example

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

Create or update Participants

URL

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

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
online Signed up online bool Yes
checkin Checkin bool No
customer Customer int No
customerName Customer string No
createUserName Created by string No
createUser Created by int Yes
deleted Removed bool Yes
email Email email No
updated Update date datetime Yes
timeout Expiration date datetime Yes
created Creation date datetime Yes
name Name string No
onlineComments Online observations text No
paid Paid bool Yes
price Price currency No
id ID int Yes
bookingReference Booking string No
booking Booking int No
start Home datetime No
bookingType int No