[
{
"media_transcription_id": "01234567-abcd-dcba-ffff-000000000000",
"activity_type_id": "01234567-abcd-dcba-ffff-000000000000",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"duration": "4.32",
"end_date": "2019-01-01T00:00:00",
"invitees_can_edit": false,
"is_recurrence_active": false,
"is_recurrence_exception": false,
"location": "string",
"meeting_url": {},
"occurence_date": "2019-01-01T00:00:00",
"organizer": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"recurrence_master_id": "01234567-abcd-dcba-ffff-000000000000",
"recurrence_rule": "string",
"recurrence_tzid": "string",
"schedule_id": "01234567-abcd-dcba-ffff-000000000000",
"schedule_tzid": "string",
"start_date": "2019-01-01T00:00:00",
"subject": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"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"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"invitees_contacts": [
{
"id": "http://example.com"
}
],
"invitees_clients": [
{
"id": "http://example.com"
}
],
"exchange_entity_id": "string",
"gapi_entity_id": "string",
"o365_entity_id": "string",
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Appointments/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",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"duration": "4.32",
"end_date": "2019-01-01T00:00:00",
"invitees_can_edit": false,
"is_recurrence_active": false,
"is_recurrence_exception": false,
"location": "string",
"meeting_url": {},
"occurence_date": "2019-01-01T00:00:00",
"organizer": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"recurrence_master_id": "01234567-abcd-dcba-ffff-000000000000",
"recurrence_rule": "string",
"recurrence_tzid": "string",
"schedule_id": "01234567-abcd-dcba-ffff-000000000000",
"schedule_tzid": "string",
"start_date": "2019-01-01T00:00:00",
"subject": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"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"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"invitees_contacts": [
{
"id": "http://example.com"
}
],
"invitees_clients": [
{
"id": "http://example.com"
}
],
"exchange_entity_id": "string",
"gapi_entity_id": "string",
"o365_entity_id": "string",
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}