[
{
"calculation_type": 1,
"currency_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"is_active": false,
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"period_from": "2019-01-01",
"period_to": "2019-01-01",
"target_client_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 1,
"revision": 1,
"child_targets": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Targets/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"calculation_type": 1,
"currency_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"is_active": false,
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"period_from": "2019-01-01",
"period_to": "2019-01-01",
"target_client_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 1,
"revision": 1,
"child_targets": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}