Modifies QuoteKPI or QuoteKPIs with given id(s)
Request
Body Params application/json
{
"application_id": "01234567-abcd-dcba-ffff-000000000000",
"client_id": "01234567-abcd-dcba-ffff-000000000000",
"kpi": 1,
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"quote_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
Request Code Samples
curl --location --request PATCH '/entities/QuoteKPIs/?validation-level' \
--header 'Content-Type: application/json' \
--data-raw '{
"application_id": "01234567-abcd-dcba-ffff-000000000000",
"client_id": "01234567-abcd-dcba-ffff-000000000000",
"kpi": 1,
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"quote_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}'
Responses
application/json
Modification confirmation. Returns resulting QuoteKPI
{
"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",
"client": "http://example.com",
"owner": "http://example.com",
"quote": "http://example.com",
"unit": "http://example.com",
"application_id": "01234567-abcd-dcba-ffff-000000000000",
"client_id": "01234567-abcd-dcba-ffff-000000000000",
"kpi": 1,
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"quote_id": "01234567-abcd-dcba-ffff-000000000000",
"unit_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1
}
}
Modified at 2025-09-01 08:36:37