Checkout Models
Article
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/shopItem/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/shopItem
Create
POST https://eu.golfmanager.com/api/model/shopItem
Update
POST https://eu.golfmanager.com/api/model/shopItem/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/shopItem/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
customer |
Customer |
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 |
Shopping cart
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/shopCart/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/shopCart
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
shippingAddress |
Address |
int |
no |
no |
shippingCost |
Shipping costs |
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 |