GolfManager Logo V3 API
Version 2025-07-21

CustomerGroups Models

Customer Group

Endpoints

Retrieve by ID

GET https://eu.golfmanager.com/api/model/customerGroup/[id]

Retrieve many

GET https://eu.golfmanager.com/api/model/customerGroup

Create

POST https://eu.golfmanager.com/api/model/customerGroup

Update

POST https://eu.golfmanager.com/api/model/customerGroup/[id]

Delete

DELETE https://eu.golfmanager.com/api/model/customerGroup/[id]

Fields

Name Label Type Required Readonly
id ID int no yes
name Name string yes no
area Area 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

Customer group element

Endpoints

Retrieve by ID

GET https://eu.golfmanager.com/api/model/customerGroupItem/[id]

Retrieve many

GET https://eu.golfmanager.com/api/model/customerGroupItem

Create

POST https://eu.golfmanager.com/api/model/customerGroupItem

Update

POST https://eu.golfmanager.com/api/model/customerGroupItem/[id]

Delete

DELETE https://eu.golfmanager.com/api/model/customerGroupItem/[id]

Fields

Name Label Type Required Readonly
id ID int no yes
group Group int yes no
customer Customer int 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