[
{
"default_unit_id": "01234567-abcd-dcba-ffff-000000000000",
"master_right_id": "01234567-abcd-dcba-ffff-000000000000",
"position": "string",
"type": 0,
"revision": 1,
"unit_membership": [
{
"id": "http://example.com"
}
],
"appointment_favorite": [
{
"id": "http://example.com"
}
],
"task_favorite": [
{
"id": "http://example.com"
}
],
"account_favorite": [
{
"id": "http://example.com"
}
],
"contact_favorite": [
{
"id": "http://example.com"
}
],
"profile_favorite": [
{
"id": "http://example.com"
}
],
"report_favorite": [
{
"id": "http://example.com"
}
],
"lead_favorite": [
{
"id": "http://example.com"
}
],
"opportunity_favorite": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Clients/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"default_unit_id": "01234567-abcd-dcba-ffff-000000000000",
"master_right_id": "01234567-abcd-dcba-ffff-000000000000",
"position": "string",
"type": 0,
"revision": 1,
"unit_membership": [
{
"id": "http://example.com"
}
],
"appointment_favorite": [
{
"id": "http://example.com"
}
],
"task_favorite": [
{
"id": "http://example.com"
}
],
"account_favorite": [
{
"id": "http://example.com"
}
],
"contact_favorite": [
{
"id": "http://example.com"
}
],
"profile_favorite": [
{
"id": "http://example.com"
}
],
"report_favorite": [
{
"id": "http://example.com"
}
],
"lead_favorite": [
{
"id": "http://example.com"
}
],
"opportunity_favorite": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}