[
{
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"field_ids": {},
"online_form_type_id": "01234567-abcd-dcba-ffff-000000000000",
"product_currency_id": "01234567-abcd-dcba-ffff-000000000000",
"product_price_list_id": "01234567-abcd-dcba-ffff-000000000000",
"status": 1,
"revision": 1,
"account_relations": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"lead_relations": [
{
"id": "http://example.com"
}
],
"opportunity_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/OnlineForms/batch-modify?validation-level&rollback-method' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"field_ids": {},
"online_form_type_id": "01234567-abcd-dcba-ffff-000000000000",
"product_currency_id": "01234567-abcd-dcba-ffff-000000000000",
"product_price_list_id": "01234567-abcd-dcba-ffff-000000000000",
"status": 1,
"revision": 1,
"account_relations": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"lead_relations": [
{
"id": "http://example.com"
}
],
"opportunity_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}