GolfManager Logo V3 API
Version 2025-07-21

Pos Models

Payment method in POS

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

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

Point of sale

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id ID int no yes
name Name string yes no
account Accounting account string no no
tipAmounts Default tips string 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

Sale

Endpoints

Retrieve by ID

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

Retrieve many

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

Fields

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

Shopping cart

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id ID int no yes
customer Customer int no no
items Sale[] yes no
taxes PosCartTax[] yes no
totalBeforeTaxes Total before taxes currency yes no
total Total currency yes no
salePayments any[] yes no
payments any[] yes no
virtualPayments any[] yes no
parked Parked datetime no no
change currency yes no
lineCount Lines int yes no
ticketNotes 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