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

Expeditions

Consult expeditions

AnteriorStock ReservesSiguienteLinks

Última actualización hace 2 años

¿Te fue útil?

GET calls

Filtering

In the following link you can consult how to filter this call.

Obtain registration data from the indicated expedition

get

This endpoint has the optional identifier.

Example:

https://server:5555/api/expediciones/30

Parámetros de ruta
idstringRequerido

The identifier of the indicated consignment

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
Returns an Array with the dispatches
get
GET /api/expediciones/{id} HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
200

Returns an Array with the dispatches

Sin contenido

  • GET calls
  • Filtering
  • GETObtain registration data from the indicated expedition