Stock Reserves
Access to external stockholdings via NAX
GET calls
Filtering
In the following link you can consult how to filter this call.
This call can be made without the identifier to obtain all reservations.
Example:
Parámetros de ruta
idstringRequerido
The stock reserve identifier
Parámetros de encabezado
AuthorizationstringRequerido
Bearer + JWT_token
Respuestas
200
Returns an Array with the selected reserve
application/json
get
/reservas/{id}200
Returns an Array with the selected reserve
POST calls
DELETE calls
Parámetros de ruta
idstringRequerido
The identifier of the registry
Parámetros de encabezado
AuthorizationstringRequerido
Bearer + JWT_token
Respuestas
200
The reservation has been successfully removed
Sin contenido
delete
/reservas/eliminar/{id}200
The reservation has been successfully removed
Sin contenido
Parámetros de ruta
idstringRequerido
The identifier of the registry
Parámetros de encabezado
AuthorizationstringRequerido
Bearer + JWT_token
Respuestas
200
The reserve line has been deleted correctly.
Sin contenido
delete
/reservas/eliminar/{id}/linea/{idlinea}200
The reserve line has been deleted correctly.
Sin contenido
Última actualización
¿Te fue útil?