createBulkCustomer
POST
/api/v0/customer/bulkRequest
Query Params
companyId
string
required
companyId
Body Params multipart/form-data
file
file
optional
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Not Found(404)
Unprocessable Request(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
errorResponse
object (ErrorResponse)
optional
apiSubErrors
array[object (ApiSubError)]
optional
errorMessage
string
optional
errorType
enum<string>
optional
Allowed values:
CLIENT_REQUEST_ABORTCLIENT_REQUEST_ERRORINVALID_ACCESSRECORD_NOT_FOUNDSYSTEM_ERRORUNAUTHORIZEDUNKNOWN_ERRORUNPROCESSABLE_REQUESTVALIDATION_ERROR
requestId
string
optional
timestamp
string
optional
Example:
yyyy-MM-dd HH:mm:ss
payload
object
optional
response_code
integer <int32>
optional
response_message
string
optional
Example
Not configured
Last modified: 3 months ago