---
title: "Update invoice external IDs"
method: PATCH
path: "/v3/customers/{id}/invoices/{invoiceId}/external-ids"
tags: ["Customers"]
---

# Update invoice external IDs

`PATCH /v3/customers/{id}/invoices/{invoiceId}/external-ids`

## Path parameters

- `id` string, required
- `invoiceId` string, required

## Request body

- UpdateInvoiceExternalIdsDto
  - `externalIds` InvoiceExternalIdV3Dto[], required — List of external identifiers
    - `type` 'QUICKBOOKS' | 'NETSUITE' | 'RILLET' | 'SAGE_INTACCT' | 'SALESFORCE' | 'HUBSPOT' | 'AVALARA' | 'ANROK' | 'STRIPE', required
    - `id` string, required — External identifier value

## Response `200`

Updated invoice external IDs

## Other responses

- `404` — Invoice not found

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
