bulkUpdate
POST
/api/v0/customer/bulk/updateRequest
Query Params
parentCompanyId
string
optional
parentCompanyId
Match pattern:
^CEK[A-Z0-9]{7}$
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 (BulkResponse«Void»)
optional
failureRequests
array [object]
optional
failure_count
integer <int32>
optional
failure_count_second_file
integer <int32>
optional
failure_file_name
string
optional
failure_file_url
string
optional
successRequests
array [object]
optional
success_count
integer <int32>
optional
success_file_name
string
optional
success_file_url
string
optional
total_amount
number
optional
total_count
integer <int32>
optional
warn_count
integer <int32>
optional
response_code
integer <int32>
optional
response_message
string
optional
Example
Not configured
Last modified: 3 months ago