[
{
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"end_date": "2019-01-01",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"project_type_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"start_date": "2019-01-01",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"revenue_goal": {
"base_value": "4.32",
"currency_id": "01234567-abcd-dcba-ffff-000000000000",
"value_foreign": "4.32"
},
"documents": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"tags": [
{
"id": "http://example.com"
}
],
"static_profiles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Projects/batch-modify?validation-level&rollback-method' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"account_id": "01234567-abcd-dcba-ffff-000000000000",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"end_date": "2019-01-01",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"project_type_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"start_date": "2019-01-01",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"revenue_goal": {
"base_value": "4.32",
"currency_id": "01234567-abcd-dcba-ffff-000000000000",
"value_foreign": "4.32"
},
"documents": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"tags": [
{
"id": "http://example.com"
}
],
"static_profiles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}