GolfManager Logo V3 API
Version 2025-10-22

Pos Models

Carrito

Endpoints

Retrieve by ID

GET https://dev.v3manager.com/api/model/posCart/[id]

Retrieve many

GET https://dev.v3manager.com/api/model/posCart

Create

POST https://dev.v3manager.com/api/model/posCart

Update

POST https://dev.v3manager.com/api/model/posCart/[id]

Delete

DELETE https://dev.v3manager.com/api/model/posCart/[id]

Fields

Name Label Type Required Readonly
id Referencia int no yes
customer Cliente int no no
items Sale[] yes no
taxes PosCartTax[] yes no
totalBeforeTaxes Total sin impuestos currency yes no
total Total currency yes no
salePayments any[] yes no
payments any[] yes no
virtualPayments any[] yes no
parked Aparcado datetime no no
change currency yes no
lineCount Líneas int yes no
ticketNotes string[] yes no
created Fecha de creación datetime no yes
createUser Creado por int no yes
updated Fecha de actualización datetime no yes
updateUser Actualizado por int no yes
deleted Eliminado bool no yes

Forma de pago de TPV

Endpoints

Retrieve by ID

GET https://dev.v3manager.com/api/model/posPaymentMethod/[id]

Retrieve many

GET https://dev.v3manager.com/api/model/posPaymentMethod

Create

POST https://dev.v3manager.com/api/model/posPaymentMethod

Update

POST https://dev.v3manager.com/api/model/posPaymentMethod/[id]

Delete

DELETE https://dev.v3manager.com/api/model/posPaymentMethod/[id]

Fields

Name Label Type Required Readonly
id Referencia int no yes
pos TPV int yes no
paymentMethod int yes no
created Fecha de creación datetime no yes
createUser Creado por int no yes
updated Fecha de actualización datetime no yes
updateUser Actualizado por int no yes
deleted Eliminado bool no yes

Punto de venta

Endpoints

Retrieve by ID

GET https://dev.v3manager.com/api/model/pos/[id]

Retrieve many

GET https://dev.v3manager.com/api/model/pos

Create

POST https://dev.v3manager.com/api/model/pos

Update

POST https://dev.v3manager.com/api/model/pos/[id]

Delete

DELETE https://dev.v3manager.com/api/model/pos/[id]

Fields

Name Label Type Required Readonly
id Referencia int no yes
name Nombre string yes no
account Cuenta contable string no no
tipAmounts Propinas por defecto string no no
created Fecha de creación datetime no yes
createUser Creado por int no yes
updated Fecha de actualización datetime no yes
updateUser Actualizado por int no yes
deleted Eliminado bool no yes

Venta

Endpoints

Retrieve by ID

GET https://dev.v3manager.com/api/model/posCartSale/[id]

Retrieve many

GET https://dev.v3manager.com/api/model/posCartSale

Fields

Name Label Type Required Readonly
id Referencia int no yes
cart int yes no
sale int yes no
created Fecha de creación datetime no yes
createUser Creado por int no yes
updated Fecha de actualización datetime no yes
updateUser Actualizado por int no yes
deleted Eliminado bool no yes