[
{
"account_type_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_type_id": "01234567-abcd-dcba-ffff-000000000000",
"hidden_item_ids": {},
"item_colors": {},
"lead_type_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"oppty_type_id": "01234567-abcd-dcba-ffff-000000000000",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"use_lang": false,
"revision": 1,
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/FormViews/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"account_type_id": "01234567-abcd-dcba-ffff-000000000000",
"contact_type_id": "01234567-abcd-dcba-ffff-000000000000",
"hidden_item_ids": {},
"item_colors": {},
"lead_type_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"oppty_type_id": "01234567-abcd-dcba-ffff-000000000000",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"use_lang": false,
"revision": 1,
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}