GolfManager Logo V3 API
Version 2025-10-22

Checkout Models

Artículo

Endpoints

Retrieve by ID

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

Retrieve many

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

Create

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

Update

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

Delete

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

Fields

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

Carrito

Endpoints

Retrieve by ID

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

Retrieve many

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

Fields

Name Label Type Required Readonly
id Referencia int no yes
shippingAddress Dirección int no no
shippingCost Gastos de envío 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