Update customer
PUT/v2/oem/customers/:customerId
Updates an existing OEM customer's display name.
Request
Example
{
"result": {
"id": "string",
"externalId": "string",
"name": "string",
"created": "string",
"updated": "string",
"keysets": [
{
"id": 0,
"assignedAt": "string"
}
]
}
}Example
{
"statusCode": 0,
"error": "BadRequest",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "Unauthorized",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "Forbidden",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "NotFound",
"message": [
"string"
]
}Example
{
"statusCode": 0,
"error": "InternalError",
"message": [
"string"
]
}