{
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"type_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"static_profiles": [
{
"id": "http://example.com"
}
],
"revision": 1
}
curl --location --request PATCH '/entities//' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"type_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"static_profiles": [
{
"id": "http://example.com"
}
],
"revision": 1
}'
{
"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",
"currency_exchange_rates_list": "http://example.com",
"owner": "http://example.com",
"type": "http://example.com",
"unit": "http://example.com",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"table_name": "string",
"type_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"sharing_units": [
"http://example.com"
],
"sharing_clients": [
"http://example.com"
],
"documents": [
"http://example.com"
],
"static_profiles": [
"http://example.com"
],
"is_favorite": false,
"revision": 1
}
}