ProductSplit Models
Product division
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/productSplit/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/productSplit
Create
POST https://eu.golfmanager.com/api/model/productSplit
Update
POST https://eu.golfmanager.com/api/model/productSplit/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/productSplit/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
parentProduct |
Main product |
int |
yes |
no |
product |
Product |
int |
yes |
no |
percent |
Price percentage |
float |
yes |
no |
amount |
Amount |
float |
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 |