GolfManager Logo V3 API
Version 2025-10-22

System Models

Country

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
name Nombre string yes no
isoCode Código ISO string no no
isoCode3 Código ISO 3 string 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

Email enviado

Endpoints

Retrieve by ID

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

Retrieve many

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
subject Asunto text yes no
to Destinatarios text yes no
status Estado select yes no
error Error text no no
body Mensaje html 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 Pendiente
1 Enviado
2 Error

Perfil

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

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

Region

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
name string yes no
country País 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

Usuario

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

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