Customers

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.