Changes client representative for multiple clients
Assigns a new representative to multiple clients at once
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"clients": [
0
],
"client_representative_id": 0
}
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/tenants//change_client_rep' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clients": [
0
],
"client_representative_id": 0
}'
Responses
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}
Modified at 2025-03-21 07:23:14