[
{
"media_transcription_id": "01234567-abcd-dcba-ffff-000000000000",
"activity_type_id": "01234567-abcd-dcba-ffff-000000000000",
"call_duration": 1,
"call_id": "01234567-abcd-dcba-ffff-000000000000",
"call_outcome_id": "01234567-abcd-dcba-ffff-000000000000",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"due_date": "2019-01-01",
"duration": "4.32",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"priority": 1,
"share_mode": 0,
"start_date": "2019-01-01",
"status": 1,
"subject": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"account_relations": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"lead_relations": [
{
"id": "http://example.com"
}
],
"opportunity_relations": [
{
"id": "http://example.com"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"exchange_entity_id": "string",
"gapi_entity_id": "string",
"o365_entity_id": "string",
"task_recurrence": {
"id": "http://example.com"
},
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
],
"tags": [
{
"id": "http://example.com"
}
],
"call_sid": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Tasks/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"media_transcription_id": "01234567-abcd-dcba-ffff-000000000000",
"activity_type_id": "01234567-abcd-dcba-ffff-000000000000",
"call_duration": 1,
"call_id": "01234567-abcd-dcba-ffff-000000000000",
"call_outcome_id": "01234567-abcd-dcba-ffff-000000000000",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"due_date": "2019-01-01",
"duration": "4.32",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"priority": 1,
"share_mode": 0,
"start_date": "2019-01-01",
"status": 1,
"subject": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"account_relations": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"lead_relations": [
{
"id": "http://example.com"
}
],
"opportunity_relations": [
{
"id": "http://example.com"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"exchange_entity_id": "string",
"gapi_entity_id": "string",
"o365_entity_id": "string",
"task_recurrence": {
"id": "http://example.com"
},
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
],
"tags": [
{
"id": "http://example.com"
}
],
"call_sid": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}