Portfolio
Portfolio advances
GET calls
We can consult the advances of a client and the amount pending allocation by consulting the code.
Example:
Parámetros de ruta
idstringRequerido
The client identifier
Parámetros de encabezado
AuthorizationstringRequerido
Bearer + JWT_token
Respuestas
200
Returns all advance payments from a customer
application/json
get
/cartera/anticiposclientes/{id}200
Returns all advance payments from a customer
We can consult the advances of a supplier and the amount pending allocation by consulting the code.
Example:
Parámetros de encabezado
idstringRequerido
The supplier identifier
AuthorizationstringRequerido
Bearer + JWT_token
Respuestas
200
Returns an Array with the selected supplier's advance payments.
application/json
get
/cartera/anticiposproveedor/{id}200
Returns an Array with the selected supplier's advance payments.
POST calls
Última actualización
¿Te fue útil?