Stock

Current stock enquiries

GET stockalm calls

Calls that allow to know the stock of items.

Filtering

In the following link you can consult how to filter these calls.

All stock

get

Allows you to see all the stock in all the company's warehouses.

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Returns all stock

application/json
get
/stockalm
200

Returns all stock

From an item in a warehouse

get

Allows you to see the stock of an item in a specific warehouse.

Example:

https://server:5555/api/stockalm/articulo/14/almacen/50

Parámetros de ruta
articulostringRequerido

The identifier of an item

almacenstringRequerido

The identifier of an warehouse

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Returns the stock of an item in a warehouse.

application/json
get
/stockalm/articulo/{articulo}/almacen/{almacen}
200

Returns the stock of an item in a warehouse.

From one item in all stores

get

Allows you to see the stock of an item in all warehouses.

Example:

https://server:5555/api/stockalm/articulo/14

Parámetros de ruta
articulostringRequerido

The item identifier

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Returns the stock of an item in all warehouses

application/json
get
/stockalm/articulo/{articulo}
200

Returns the stock of an item in all warehouses

Of all items in a warehouse

get

Allows you to view the stock of all items in a warehouse.

Example:

https://server:5555/api/stockalm/almacen/50

Parámetros de ruta
almacenstringRequerido

The warehouse identifier

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Returns the stock of a warehouse

Sin contenido

get
/stocalm/almacen/{almacen}
200

Returns the stock of a warehouse

Sin contenido

GET stockart calls

Calls to consult stock conditions.

Filtering

In the following link you can consult how to filter these calls.

From an item in a warehouse

get

Allows you to view the stock conditions of an item in a specific warehouse.

Example:

https://server:5555/api/stockart/articulo/14/almacen/50

Parámetros de ruta
articulostringRequerido

The item identifier

almacenstringRequerido

The warehouse identifier

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Returns the stock conditions of an item in a warehouse.

application/json
get
/stockart/articulo/{articulo}/almacen/{almacen}
200

Returns the stock conditions of an item in a warehouse.

From one item in all stores

get

Allows you to view the stock conditions of an item in all warehouses.

Example:

https://server:5555/api/stockart/articulo/14

Parámetros de ruta
articulostringRequerido

The item identifier

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Returns the conditions of an item in all warehouses.

Sin contenido

get
/stockart/articulo/{articulo}
200

Returns the conditions of an item in all warehouses.

Sin contenido

Of all items in a warehouse

get

Allows you to view the stock conditions of all items in a warehouse.

Example:

https://server:5555/api/stockart/almacen/50

Parámetros de ruta
almacenstringRequerido

The warehouse identifier

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Returns stock conditions for all items in a warehouse

application/json
get
/stockart/almacen/{almacen}
200

Returns stock conditions for all items in a warehouse

Última actualización

¿Te fue útil?