Sync
Sync a batch of businesses
POST
Creates the business if it doesn’t exist or updates the business that corresponds to the id
or external_id
that is provided. Partially succeeds when some but not all businesses have valid information
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The businesses to sync
Response
200 - application/json
The synced `Business` objects
The businesses that were synced. Will be null
for businesses that had errors