Eliminar Factura de Referencia

Método: POST | URL: https://api-uat.alltruckapp.com/api/v1/public/references/delete

Authenticación HeaderParam key: x-access-token value: Bearer token###

{
    "invoice_number": "91391",
    "company_id" : 1,
    "branch" : "sucursal",
    "cashier_number" : "numero de caja",
    "document_type" : "tipo de documento"
}

Last updated

Was this helpful?