Multipack Models
Package
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/multipack/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/multipack
Create
POST https://eu.golfmanager.com/api/model/multipack
Update
POST https://eu.golfmanager.com/api/model/multipack/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/multipack/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
start |
Start date |
date |
no |
no |
end |
End date |
date |
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 |
Package booking type
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/multipackItem/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/multipackItem
Create
POST https://eu.golfmanager.com/api/model/multipackItem
Update
POST https://eu.golfmanager.com/api/model/multipackItem/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/multipackItem/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
pack |
Pack |
int |
no |
no |
type |
Booking type |
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 |