Update existing Customers
PUT
/v{version}/customers/BatchUpdateByIdUpdate existing Customers...
Request
Path Params
version
string
required
The requested API version
Default:
2.0
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
status_code
integer <int32>
optional
Gets or sets the status_code.
error_message
string
optional
Gets or sets the error_message.
result
object (BatchResult[CustomerViewModel])
optional
Succeded
array[object (CustomerViewModel) {23}]
optional
Failed
object
optional
total_count
integer <int32>
optional
Example
Not configured
Last modified: 5 days ago