BookingsDraw Models
Draw request
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/bookingDrawItem/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/bookingDrawItem
Create
POST https://eu.golfmanager.com/api/model/bookingDrawItem
Update
POST https://eu.golfmanager.com/api/model/bookingDrawItem/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/bookingDrawItem/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
blocking |
Blocking |
int |
yes |
no |
customer |
Customer |
int |
yes |
no |
option |
Option |
int |
yes |
no |
groupId |
Group |
int |
yes |
no |
position |
Position |
int |
yes |
no |
rejections |
Declines |
int |
yes |
no |
rejectionsAverage |
Group average |
float |
yes |
no |
options |
Options |
int |
yes |
no |
status |
Status |
select |
yes |
no |
resource |
Resource |
int |
no |
no |
created |
Creation date |
datetime |
no |
yes |
createUser |
Created by |
int |
no |
yes |
updated |
Update date |
datetime |
no |
yes |
updateUser |
Updated by |
int |
no |
yes |
deleted |
Removed |
bool |
no |
yes |
Values for status
Value |
Name |
0 |
Pending |
1 |
Accepted |
2 |
Declined |
3 |
Accepted in another option |