[
{
"created": "2019-01-01T00:00:00",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"is_archived": false,
"label_flag": 1,
"lead_source_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_type_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"quick_account_email": "string",
"quick_account_name": "string",
"quick_account_phone": "string",
"quick_contact_name": "string",
"quick_email": "string",
"quick_phone": "string",
"ranking": 1,
"reason_of_close_description": "string",
"reason_of_close_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"contact_relations": [
{
"id": "http://example.com"
}
],
"account_relations": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"tags": [
{
"id": "http://example.com"
}
],
"static_profiles": [
{
"id": "http://example.com"
}
],
"lost_date": "2019-01-01T00:00:00",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Leads/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"created": "2019-01-01T00:00:00",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"is_archived": false,
"label_flag": 1,
"lead_source_id": "01234567-abcd-dcba-ffff-000000000000",
"lead_type_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"quick_account_email": "string",
"quick_account_name": "string",
"quick_account_phone": "string",
"quick_contact_name": "string",
"quick_email": "string",
"quick_phone": "string",
"ranking": 1,
"reason_of_close_description": "string",
"reason_of_close_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"contact_relations": [
{
"id": "http://example.com"
}
],
"account_relations": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"tags": [
{
"id": "http://example.com"
}
],
"static_profiles": [
{
"id": "http://example.com"
}
],
"lost_date": "2019-01-01T00:00:00",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}