{
"clients": [
0
],
"client_representative_id": 0
}
curl --location --request POST '/tenants//change_client_rep' \
--header 'Content-Type: application/json' \
--data-raw '{
"clients": [
0
],
"client_representative_id": 0
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}