GolfManager Logo V3 API
Version 2025-10-22

Lockers Models

Taquilla

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
name Nombre string yes no
type Tipo int yes no
status Estado select 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

Values for status

Value Name
0 Habilitada
1 Deshabilitada

Taquilla

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
locker Taquilla int yes no
customer Cliente int yes no
start Fecha de inicio date yes no
end Fecha de fin date no no
active Activa bool 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

Tipo de taquilla

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
name Nombre string yes no
subscription Cuota int 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