GolfManager Logo V3 API
Version 2025-10-22

Multipack Models

Paquete

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
start Fecha de inicio date no no
end Fecha de fin date no no
online Disponible online 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 recurso de paquete

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
pack Pack int no no
resourceType Tipo de recurso 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

Tipo de reserva de paquete

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
pack Pack int no no
type Tipo de reserva 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