GolfManager Logo V3 API
Version 2025-07-21

Shares Models

Action file

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

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

Member's Share

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id ID int no yes
customer Customer int yes no
number Number string yes no
title Title string yes no
serie Serie string 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

Share transfer

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id ID int no yes
share Share int yes no
seller Seller int yes no
buyer Buyer int yes no
price Price currency yes no
date Date date yes no
comments Observations text 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