Create a business batch

Each CSV row consumes one business creation from the Sandbox account limit.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
Name for the business batch
filenamestringRequired
CSV filename
csvstringRequired
Base64 encoded CSV data

Response

business batch created
objectstring
idstringformat: "uuid"
namestring
filenamestring
business_countinteger>=0
completed_business_countinteger
created_atdatetime
accountobject

Errors

400
Create Business Batch Request Bad Request Error
422
Create Business Batch Request Unprocessable Entity Error
429
Create Business Batch Request Too Many Requests Error
503
Create Business Batch Request Service Unavailable Error