[
{
"appointment_id": "01234567-abcd-dcba-ffff-000000000000",
"client_id": "01234567-abcd-dcba-ffff-000000000000",
"response": 0,
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/AppointmentClientInviteesRelations/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"appointment_id": "01234567-abcd-dcba-ffff-000000000000",
"client_id": "01234567-abcd-dcba-ffff-000000000000",
"response": 0,
"revision": 1,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}