{
"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"
}
],
"reminder": {
"id": "http://example.com"
},
"task_recurrence": {
"id": "http://example.com"
},
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
],
"call_sid": "string"
}
curl --location --request POST '/entities/Tasks' \
--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"
}
],
"reminder": {
"id": "http://example.com"
},
"task_recurrence": {
"id": "http://example.com"
},
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
],
"call_sid": "string"
}'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"active_reminder": "2019-01-01T00:00:00",
"media_transcription_id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"activity_type": "http://example.com",
"call": "http://example.com",
"call_outcome": "http://example.com",
"currency_exchange_rates_list": "http://example.com",
"owner": "http://example.com",
"unit": "http://example.com",
"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",
"table_name": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"sharing_units": [
"http://example.com"
],
"sharing_clients": [
"http://example.com"
],
"account_relations": [
"http://example.com"
],
"contact_relations": [
"http://example.com"
],
"lead_relations": [
"http://example.com"
],
"opportunity_relations": [
"http://example.com"
],
"project_relations": [
"http://example.com"
],
"quote_relations": [
"http://example.com"
],
"custom_entity_relations": [
"http://example.com"
],
"exchange_entity_id": "string",
"gapi_entity_id": "string",
"o365_entity_id": "string",
"reminder": "http://example.com",
"task_recurrence": "http://example.com",
"documents": [
"http://example.com"
],
"comments": [
"http://example.com"
],
"formatted_name": "string",
"modified_by_user": "2019-01-01T00:00:00"
}
}