GolfManager Logo V3 API
Version 2025-10-22

Shares Models

Accion de socio

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
customer Cliente int yes no
number Número string yes no
title Título string yes no
serie Serie 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

Archivo de acción

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

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

Transmisión de accion de socio

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
share Acción int yes no
seller Vendedor int yes no
buyer Comprador int yes no
price Precio currency yes no
date Fecha date yes no
comments Observaciones text 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