Update a business
patch/businesses/{fp_bid}
External ID
Request
Path parameters
fp_bid·string
Body
external_id·optional string
Optionally, the new external ID for the entity. Can only be composed of alphanumeric characters, underscores, hyphens, and periods. If an entity with this external ID already exists, returns a 400.
Response
external_id·optional string
id·string
sandbox_id·optional string
Only populated for users created in sandbox mode.
PATCH /businesses/{fp_bid}
Response example
{
"external_id": "0cece047-151f-4ac4-9782-dc27691fd766",
"id": "fp_id_7p793EF07xKXHqAeg5VGPj",
"sandbox_id": "WH8RkRCDSxCfH"
}