[
{
"created": "2019-01-01T00:00:00",
"picture": {
"id": "http://example.com"
},
"account_class": 1,
"account_type_id": "01234567-abcd-dcba-ffff-000000000000",
"address": "string",
"city": "string",
"comments": "string",
"country": "string",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"customer_type_id": "01234567-abcd-dcba-ffff-000000000000",
"email1": "string",
"email2": "string",
"email3": "string",
"email4": "string",
"email5": "string",
"home_page": "string",
"industry_id": "01234567-abcd-dcba-ffff-000000000000",
"is_archived": false,
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_account_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_account_relation_type_id": "01234567-abcd-dcba-ffff-000000000000",
"phone1": "string",
"phone2": "string",
"phone3": "string",
"phone4": "string",
"phone5": "string",
"picture_id": "01234567-abcd-dcba-ffff-000000000000",
"quick_parent_account_name": "string",
"share_mode": 0,
"state_province": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"zip_code": "string",
"revision": 1,
"social_media": {
"id": "http://example.com"
},
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"is_unsubscribed": false,
"tags": [
{
"id": "http://example.com"
}
],
"static_profiles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Accounts/batch-modify?validation-level&rollback-method' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"created": "2019-01-01T00:00:00",
"picture": {
"id": "http://example.com"
},
"account_class": 1,
"account_type_id": "01234567-abcd-dcba-ffff-000000000000",
"address": "string",
"city": "string",
"comments": "string",
"country": "string",
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"customer_type_id": "01234567-abcd-dcba-ffff-000000000000",
"email1": "string",
"email2": "string",
"email3": "string",
"email4": "string",
"email5": "string",
"home_page": "string",
"industry_id": "01234567-abcd-dcba-ffff-000000000000",
"is_archived": false,
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_account_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_account_relation_type_id": "01234567-abcd-dcba-ffff-000000000000",
"phone1": "string",
"phone2": "string",
"phone3": "string",
"phone4": "string",
"phone5": "string",
"picture_id": "01234567-abcd-dcba-ffff-000000000000",
"quick_parent_account_name": "string",
"share_mode": 0,
"state_province": "string",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"zip_code": "string",
"revision": 1,
"social_media": {
"id": "http://example.com"
},
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"is_unsubscribed": false,
"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"
]
}