v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBCustomers
Update invoice external IDs
patch/v3/customers/{id}/invoices/{invoiceId}/external-ids
Path parameters
idstring required
Example:123e4567-e89b-12d3-a456-426614174000
Customer Id
invoiceIdstring required
Example:123e4567-e89b-12d3-a456-426614174000
Invoice Id
Request body
Example request
{
"externalIds": [
{
"id": "123e4567-e89b-12d3-a456-426614174000"
}
]
}Response
Updated invoice external IDs