Actualizar Factura de Referencia

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

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

{
    "invoice_number": "91391",
    "company_id" : 1,
    "branch" : "old sucursal",
    "cashier_number" : "old numero de caja",
    "document_type" : "old tipo de documento"
    "data" : {
        "document_type" : "new document_type",
        "client_name" : "new client name",
        "branch" : "new sucursal",
        "cashier_number" : "new numero de caja",
        "document_type" : "new tipo de documento"
    }
}

Last updated

Was this helpful?