GolfManager Logo V3 API
Version 2025-07-21

PosCount Models

Cash register movement

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id ID int no yes
pos POS int yes yes
type Type select yes yes
realCashCount Real cash quantity currency no yes
expectedCashCount Cash quantity expected currency no yes
realCreditCardCount Real card quantity currency no yes
expectedCreditCardCount Card quantity expected currency no yes
amount Deposit/Withdrawal currency no yes
payment Payment int no yes
comments Observations text no no
typeColor color 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

Values for type

Value Name
1 Opening
2 Close
3 Balance check
4 Entrada
5 Withdrawal
6 Cash payment
7 Card payment
8 Tip