Stock Models
Albarán
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stockDelivery/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stockDelivery
Create
POST https://dev.v3manager.com/api/model/stockDelivery
Update
POST https://dev.v3manager.com/api/model/stockDelivery/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stockDelivery/[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 |
Almacén
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/warehouse/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/warehouse
Create
POST https://dev.v3manager.com/api/model/warehouse
Update
POST https://dev.v3manager.com/api/model/warehouse/[id]
Delete
DELETE https://dev.v3manager.com/api/model/warehouse/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| name |
Nombre |
string |
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 |
Factura de proveedor
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stockInvoice/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stockInvoice
Create
POST https://dev.v3manager.com/api/model/stockInvoice
Update
POST https://dev.v3manager.com/api/model/stockInvoice/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stockInvoice/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| supplier |
Proveedor |
int |
no |
no |
| taxNumber |
NIF |
string |
no |
no |
| company |
Empresa |
int |
no |
no |
| number |
Número de factura |
string |
no |
yes |
| totalBeforeTaxes |
Total neto |
currency |
yes |
yes |
| total |
Total bruto |
currency |
yes |
yes |
| pending |
Pendiente |
currency |
no |
yes |
| date |
Fecha |
date |
no |
no |
| lines |
Líneas |
StockInvoiceLine[] |
yes |
no |
| discountTotal |
|
float |
yes |
no |
| currency |
|
string |
yes |
no |
| taxTotal |
|
float |
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 |
Linea de factura de albarán
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stockInvoiceLine/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stockInvoiceLine
Create
POST https://dev.v3manager.com/api/model/stockInvoiceLine
Update
POST https://dev.v3manager.com/api/model/stockInvoiceLine/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stockInvoiceLine/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| stockInvoice |
Factura de albarán |
int |
yes |
yes |
| description |
Descripción |
string |
yes |
no |
| product |
Producto |
int |
no |
no |
| price |
Precio Bruto |
currency |
yes |
no |
| priceBeforeTaxes |
Precio Neto |
currency |
yes |
no |
| units |
Unidades |
float |
yes |
no |
| discountRate |
% Dto |
percent |
no |
no |
| taxRate |
% Impuestos |
percent |
no |
no |
| taxAmount |
Importe del impuesto |
currency |
no |
yes |
| totalBeforeTaxes |
Total neto |
currency |
no |
no |
| total |
Total bruto |
currency |
no |
no |
| deliveryLine |
Linea de albarán |
int |
no |
no |
| orderLine |
Linea de pedido |
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 |
Línea de albarán de pedido
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stockDeliveryLine/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stockDeliveryLine
Create
POST https://dev.v3manager.com/api/model/stockDeliveryLine
Update
POST https://dev.v3manager.com/api/model/stockDeliveryLine/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stockDeliveryLine/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| delivery |
Albarán |
int |
yes |
yes |
| deliveryNumber |
Número de albarán |
string |
yes |
yes |
| stockInvoice |
Factura |
int |
no |
no |
| stockInvoiceNumber |
Número de Factura |
string |
yes |
yes |
| orderLine |
Línea de pedido |
int |
yes |
yes |
| orderNumber |
Número de pedido |
string |
yes |
no |
| product |
Producto |
int |
yes |
yes |
| pending |
Pendiente |
float |
yes |
yes |
| received |
Recibido |
float |
yes |
no |
| sku |
SKU |
string |
yes |
yes |
| supplierName |
Proveedor |
string |
yes |
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 |
Línea de pedido
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stockOrderLine/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stockOrderLine
Create
POST https://dev.v3manager.com/api/model/stockOrderLine
Update
POST https://dev.v3manager.com/api/model/stockOrderLine/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stockOrderLine/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| stockOrder |
Pedido |
int |
yes |
no |
| product |
Producto |
int |
yes |
no |
| grossUnitCost |
Coste uni |
currency |
yes |
no |
| total |
Total |
float |
yes |
yes |
| amount |
Cantidad |
float |
yes |
no |
| discount |
Dto línea |
float |
yes |
no |
| received |
Recibido |
float |
yes |
yes |
| pending |
Pendiente |
float |
yes |
yes |
| difference |
Diferencia |
float |
yes |
yes |
| globalDiscountAmount |
Cantidad Dto Global |
float |
yes |
yes |
| globalDiscount |
Dto Global |
float |
yes |
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 |
Marca
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/brand/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/brand
Create
POST https://dev.v3manager.com/api/model/brand
Update
POST https://dev.v3manager.com/api/model/brand/[id]
Delete
DELETE https://dev.v3manager.com/api/model/brand/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| name |
Nombre |
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 |
Movimiento de stock
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stockTransaction/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stockTransaction
Create
POST https://dev.v3manager.com/api/model/stockTransaction
Update
POST https://dev.v3manager.com/api/model/stockTransaction/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stockTransaction/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| product |
Producto |
int |
yes |
no |
| warehouse |
Almacén |
int |
yes |
no |
| amount |
Cantidad |
float |
yes |
no |
| grossUnitCost |
Coste Neto |
currency |
yes |
no |
| grossUnitPrice |
Precio Neto |
currency |
yes |
no |
| stock |
Stock restante |
float |
yes |
yes |
| averageUnitCost |
Coste medio unitario |
float |
yes |
yes |
| type |
Tipo |
select |
yes |
yes |
| fkModel |
Origen |
fkModel |
no |
yes |
| fkId |
Referencia de origen |
int |
no |
yes |
| comments |
Observaciones |
text |
no |
no |
| sku |
SKU |
string |
yes |
no |
| supplierName |
Proveedor |
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 |
Values for type
| Value |
Name |
| 0 |
Pedido |
| 1 |
Inventario |
| 2 |
Transferencia |
| 3 |
Venta |
| 4 |
Regularizar |
Pedido
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stockOrder/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stockOrder
Create
POST https://dev.v3manager.com/api/model/stockOrder
Update
POST https://dev.v3manager.com/api/model/stockOrder/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stockOrder/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| supplier |
Proveedor |
int |
no |
no |
| date |
Fecha de pedido |
date |
no |
no |
| estimatedDeliveryDate |
Fecha de entrega estimada |
date |
no |
no |
| deliveryDate |
Fecha de entrega |
date |
no |
no |
| globalDiscount |
Descuento global |
float |
yes |
no |
| comments |
Observaciones |
text |
no |
no |
| lines |
Líneas |
StockOrderLine[] |
yes |
no |
| status |
Estado |
select |
yes |
no |
| amount |
Cantidad |
float |
yes |
yes |
| received |
Recibido |
float |
yes |
yes |
| total |
Total |
float |
yes |
yes |
| globalDiscountAmount |
Monto descuento global |
float |
yes |
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 |
Values for status
| Value |
Name |
| 0 |
Abierto |
| 1 |
Enviado |
| 2 |
Parcialmente recibido |
| 3 |
Recibido |
Proveedor
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/supplier/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/supplier
Create
POST https://dev.v3manager.com/api/model/supplier
Update
POST https://dev.v3manager.com/api/model/supplier/[id]
Delete
DELETE https://dev.v3manager.com/api/model/supplier/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| name |
Nombre |
string |
yes |
no |
| logo |
Logo |
image |
no |
no |
| main |
Por defecto |
bool |
yes |
no |
| taxNumber |
NIF |
string |
no |
no |
| email |
Email |
email |
no |
no |
| phone |
Teléfono |
string |
no |
no |
| web |
Web |
url |
no |
no |
| street |
Calle |
string |
no |
no |
| street2 |
Calle 2 |
string |
no |
no |
| city |
Ciudad |
string |
no |
no |
| region |
Región |
int |
no |
no |
| zipCode |
Código Postal |
string |
no |
no |
| country |
País |
int |
no |
no |
| paymentConditions |
Condiciones de pago |
int |
no |
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 |
Stock
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/stock/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/stock
Create
POST https://dev.v3manager.com/api/model/stock
Update
POST https://dev.v3manager.com/api/model/stock/[id]
Delete
DELETE https://dev.v3manager.com/api/model/stock/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| warehouse |
Almacén |
int |
yes |
yes |
| product |
Producto |
int |
yes |
yes |
| amount |
Cantidad |
float |
yes |
yes |
| averageUnitCost |
Coste medio |
float |
yes |
yes |
| desired |
Deseado |
float |
no |
no |
| alert |
Alerta |
float |
no |
no |
| value |
Valoración |
currency |
yes |
no |
| price |
Precio |
currency |
yes |
no |
| subfamily |
Id de subfamilia |
string |
yes |
no |
| subfamilyName |
Subfamilia |
string |
yes |
no |
| familyName |
Familia |
string |
yes |
no |
| supplierName |
Proveedor |
string |
yes |
no |
| brandName |
Marca |
string |
yes |
no |
| inDeposit |
En depósito |
bool |
yes |
no |
| sku |
SKU |
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 |