GolfManager Logo V3 API
Version 2025-10-22

Relationships Models

Grupo de relaciones

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
customer Cliente int yes no
customer1 Cliente 1 int no no
customer2 Cliente 2 int no no
customer3 Cliente 3 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

Relación

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
customer Cliente int yes no
customer2 Relación int yes no
status Estado select yes no
allowLogin Permitir logarse por mí bool yes no
allowPayVoucher Permitir mis bonos 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

Values for status

Value Name
1 Enviada
2 Aceptada
3 Declinada
4 Bloqueada