A3ERP API
English
English
  • Quick Start
    • Initial configuration
    • Installation
  • Versions
  • Documentation
    • API Reference
      • Api
      • Validation
      • Email
      • Master
        • Parameters
      • Document
        • Parameters
      • Various
      • Stock movements
      • Stock Reserves
      • Expeditions
      • Links
      • Stock
      • Portfolio
      • Prices
      • Stored Procedures
      • View
      • Listing
      • FastReport
      • Download Files
      • List Linked Folders
Con tecnología de GitBook
En esta página

¿Te fue útil?

  1. Documentation
  2. API Reference

Various

Specific function calls

AnteriorParametersSiguienteStock movements

Última actualización hace 2 años

¿Te fue útil?

GET calls

Recalculates the stock of an item in a warehouse

get

Example:

https://localhost:5555/api/recalcularstocks/articulo/70AC9964/almacen/" 21"

Parámetros de ruta
articulostringRequerido

The item identifier

almacenstringRequerido

The warehouse identifier

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
The stock has been recalculated
get
GET /api/recalcularstocks/articulo/{articulo}/almacen/{almacen} HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
200

The stock has been recalculated

Sin contenido

Recalculates stock and average price

get

Example:

https://server:5555/api/recalcularstocksypreciosmedios/F

Parámetros de ruta
actualizarcostedocventastringRequerido

F o T

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
Stock and average price recalculated
get
GET /api/recalcularstocksypreciosmedios/{actualizarcostedocventa} HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
200

Stock and average price recalculated

Sin contenido

Create iva closures

get

Example:

https://localhost:5555/api/CrearCierresIvaIgic/1/20080101/20090101/F/F

Parámetros de ruta
tipostringRequerido

The accounting rate

fechainiciostringRequerido

The start date

fechafinstringRequerido

The end date

hacercierredocumentosstringRequerido

F o T

hacercierrecontablestringRequerido

F o T

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
The iva/igic closure has been created.
get
GET /api/CrearCierresIvalgic/{tipo}/{fechainicio}/{fechafin}/{hacercierredocumentos}/{hacercierrecontable} HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
200

The iva/igic closure has been created.

Sin contenido

Delete iva closures

get

Example:

https://localhost:5555/api/CrearCierresIvaIgic/1/20080101/20090101/F/F

Parámetros de ruta
tipostringRequerido

The accounting rate

fechainiciostringRequerido

The start date

fechafinstringRequerido

The end date

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
The iva/igic lock has been deleted
get
GET /api/BorrarCierresIvalgic/{tipo}/{fechainicio}/{fechafin} HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
200

The iva/igic lock has been deleted

Sin contenido

  • GET calls
  • GETRecalculates the stock of an item in a warehouse
  • GETRecalculates stock and average price
  • GETCreate iva closures
  • GETDelete iva closures