Migrate client/client group
This operation will move the client/clientgroup to a company. It can also add a client (that is not part of any company) to a company.
Path Parameters
- companyId string required
Header Parameters
- Accept string required
- application/json
Request Body required
entities object[]
clientId integer_type_ stringclientGroupId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "",
"errorCode": 0
}
Loading...