Sync an external identifier

Synchronizes an external identifier with a specified resource, resource ID, and service name.

SecuritySecretApiKey or JWT
Request
path Parameters
resource
required
string

Type of the resource.

Enum: "customers" "invoices" "invoice-items" "transactions" "journal-accounts" "journal-entries"
resourceId
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

service
required
string

Name of the service.

Value: "quickbooks-online"
Responses
204

External identifier sync scheduled.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

422

Invalid data sent.

post/{resource}/{resourceId}/external-identifiers/{service}
Request samples
Response samples
application/json
{
  • "status": 401,
  • "title": "string",
  • "detail": "string",
  • "instance": "string"
}