Skip to main content
POST
/
shipper
/
invoices
/
{id}
/
vouchers
Attaches Voucher
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>"
}
'
{}

Authorizations

x-arms-api-key
string
header
required
x-arms-assume-user
string
header
required

Headers

Carrier
string
required

Carrier ID - can be a numeric id or a string identifier

Path Parameters

id
string
required

the id of the invoice

Body

application/json
voucher_id
string

Response

A successful response.

The response is of type object.