GolfManager Logo V3 API
Version 2025-10-22

Subscriptions Models

Addon

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
subscriptionCustomer int yes no
customer Cliente string yes no
product Producto int yes no
price Precio personalizado currency no no
start Fecha de inicio date no no
end Fecha de fin date no no
comments Observaciones privadas text no no
percentage Porcentaje de la cuota float no no
accumulative Acumulativo bool no no
priority Prioridad 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

Beneficiario

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
subscriptionCustomer Cuota int yes no
customer Cliente 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

Cuota

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
type Tipo de cuota int yes no
customer Cliente int yes no
start Fecha de inicio date yes no
end Fecha de fin date no no
price Precio personalizado currency no no
description Descripción string no no
comments Observaciones privadas text no no
publicComments Observaciones en factura text no no
active Activa bool yes no
fkModel fkModel no yes
fkId int no yes
sale int no yes
language string yes no
directDebit Domiciliar bool yes no
share Acción 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

Recibo editado

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
subscriptionCustomer Cuota int yes no
issueDate Fecha date yes no
amount Importe currency 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

Recibo omitido

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
subscriptionCustomer Cuota int yes no
issueDate Fecha date 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

Tarea de Emisión de Cuotas

Endpoints

Retrieve by ID

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

Retrieve many

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

Fields

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

Tipo de cuota

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
name Nombre string yes no
period Periodicidad select yes no
apportionment Prorrateo bool yes no
product Producto int yes no
customerTag Etiqueta que asigna int no no
beneficiaryTag Etiqueta de beneficiario int no no
online Venta online bool yes no
image Imagen image no no
description Descripción text no no
expiration Caducidad duration no no
customers Clientes int yes no
temporarySubscription Cuota de baja temporal int no no
voucherType Tipo de Bono int no no
voucherPrice Cantidad de Bono 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

Values for period

Value Name
0 Pago único
7 Semanal
1 Mensual
20 Bimensual
30 Trimestral
60 Semestral
120 Anual