API reference
Reference for the Cedar.AI API
Associate a voucher to a shipper’s invoice
cURL
curl --request POST \ --url https://api-lg-k.arms.cedarai.com/shipper/invoices/{id}/vouchers \ --header 'Carrier: <carrier>' \ --header 'Content-Type: application/json' \ --header 'x-arms-api-key: <api-key>' \ --header 'x-arms-assume-user: <api-key>' \ --data ' { "voucher_id": "<string>" } '
{}
Carrier ID - can be a numeric id or a string identifier
the id of the invoice
A successful response.
The response is of type object.
object
Was this page helpful?