[
{
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"expiration_date": "2019-01-01",
"is_archived": false,
"name": "string",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"product_currency_id": "01234567-abcd-dcba-ffff-000000000000",
"product_price_list_id": "01234567-abcd-dcba-ffff-000000000000",
"product_sections": {},
"quick_account_email": "string",
"quick_account_name": "string",
"quick_account_phone": "string",
"quick_contact_name": "string",
"quick_email": "string",
"quick_phone": "string",
"quote_type_id": "01234567-abcd-dcba-ffff-000000000000",
"reason_of_close_description": "string",
"reason_of_close_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"version": 1,
"revision": 1,
"total_amount": {
"base_value": "4.32",
"currency_id": "01234567-abcd-dcba-ffff-000000000000",
"value_foreign": "4.32"
},
"product_relations": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"account_relations": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"is_active_in_opportunity": false,
"static_profiles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Quotes/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"expiration_date": "2019-01-01",
"is_archived": false,
"name": "string",
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"product_currency_id": "01234567-abcd-dcba-ffff-000000000000",
"product_price_list_id": "01234567-abcd-dcba-ffff-000000000000",
"product_sections": {},
"quick_account_email": "string",
"quick_account_name": "string",
"quick_account_phone": "string",
"quick_contact_name": "string",
"quick_email": "string",
"quick_phone": "string",
"quote_type_id": "01234567-abcd-dcba-ffff-000000000000",
"reason_of_close_description": "string",
"reason_of_close_id": "01234567-abcd-dcba-ffff-000000000000",
"share_mode": 0,
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"version": 1,
"revision": 1,
"total_amount": {
"base_value": "4.32",
"currency_id": "01234567-abcd-dcba-ffff-000000000000",
"value_foreign": "4.32"
},
"product_relations": [
{
"id": "http://example.com"
}
],
"contact_relations": [
{
"id": "http://example.com"
}
],
"account_relations": [
{
"id": "http://example.com"
}
],
"documents": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"sharing_clients": [
{
"id": "http://example.com"
}
],
"is_active_in_opportunity": false,
"static_profiles": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}