{
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"subject": "string",
"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"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"lead_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"opportunity_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
]
}
curl --location --request POST '/entities/Memos' \
--header 'Content-Type: application / json' \
--data-raw '{
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"subject": "string",
"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"
}
],
"project_relations": [
{
"id": "http://example.com"
}
],
"lead_relations": [
{
"id": "http://example.com"
}
],
"quote_relations": [
{
"id": "http://example.com"
}
],
"opportunity_relations": [
{
"id": "http://example.com"
}
],
"custom_entity_relations": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"comments": [
{
"id": "http://example.com"
}
]
}'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"owner": "http://example.com",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"subject": "string",
"table_name": "string",
"revision": 1,
"sharing_units": [
"http://example.com"
],
"sharing_clients": [
"http://example.com"
],
"account_relations": [
"http://example.com"
],
"contact_relations": [
"http://example.com"
],
"project_relations": [
"http://example.com"
],
"lead_relations": [
"http://example.com"
],
"quote_relations": [
"http://example.com"
],
"opportunity_relations": [
"http://example.com"
],
"custom_entity_relations": [
"http://example.com"
],
"documents": [
"http://example.com"
],
"comments": [
"http://example.com"
]
}
}