Lockers Models
Locker
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/locker/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/locker
Create
POST https://eu.golfmanager.com/api/model/locker
Update
POST https://eu.golfmanager.com/api/model/locker/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/locker/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
name |
Name |
string |
yes |
no |
type |
Type |
int |
yes |
no |
status |
Status |
select |
yes |
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 |
Enabled |
1 |
Disabled |
Locker
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/lockerCustomer/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/lockerCustomer
Create
POST https://eu.golfmanager.com/api/model/lockerCustomer
Update
POST https://eu.golfmanager.com/api/model/lockerCustomer/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/lockerCustomer/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
locker |
Locker |
int |
yes |
no |
customer |
Customer |
int |
yes |
no |
start |
Start |
date |
yes |
no |
end |
End |
date |
no |
no |
active |
Active |
bool |
yes |
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 |
Locker type
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/lockerType/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/lockerType
Create
POST https://eu.golfmanager.com/api/model/lockerType
Update
POST https://eu.golfmanager.com/api/model/lockerType/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/lockerType/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
name |
Name |
string |
yes |
no |
subscription |
Subscription |
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 |