Creates or updates an external identifier with a specified resource, resource ID, and service name.
External identifier updated.
External identifier created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
Invalid data sent.
{- "externalIdentifier": "string"
}
{- "resource": "customers",
- "resourceId": "string",
- "service": "quickbooks-online",
- "externalIdentifier": "string",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}