Skip to main content
PUT
/
client_reference
/
{client_reference_id}
/
appraisal
/
{appraisal_id}
/
acv
Perform ACV Calculation
curl --request PUT \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal/{appraisal_id}/acv \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "actual_cash_value": 221.2,
  "acv_incl_tax": 0,
  "date_damage": "2024-05-07",
  "date_purchase": "2024-05-01",
  "depr_extra_one_year_no_receipt": false,
  "homepage_client_category_id": 12922,
  "is_acv_cp_price_estimate_based": false,
  "is_compensation_based_on_claimed_amount": false,
  "item_quantity": 1,
  "selected_client_category_id": 12922,
  "update_time": "2024-05-07 10:36:44"
}
'
{}

Authorizations

Authorization
string
header
required

Note! Prefix your with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

appraisal_id
integer
required

The appraisal identifier.

Query Parameters

client_id
integer

The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.

session-id
string

Optional session identifier of the user.

Body

application/json
actual_cash_value
number
Must be a multiple of 0.01
acv_incl_tax
integer
date_damage
string<date>

The date of the submitted damage for this product.

date_claim
string<date>
deprecated

The date of the submitted claim for this product. This field is deprecated and will be removed on 2025-11-01, use date_damage instead.

date_purchase
string<date>

The date of purchase as reported by the claimant.

depr_extra_one_year_no_receipt
boolean
homepage_client_category_id
integer
is_acv_cp_price_estimate_based
boolean
deprecated

Use 'is_compensation_based_on_claimed_amount' instead. This field will be removed in a future version.

is_compensation_based_on_claimed_amount
boolean

Base the ACV calculation on the value from claimed_amount (Purchase Price / Repair) instead of Replacement Cost.

item_quantity
integer
selected_client_category_id
integer

(Optional) The identifier for the category that the ACV algorithm is to use for calculation. This value is client specific. Note: This is not necessarily the same as or related to the product category (client category id) used for the Claimed Product search. Please ask your ValueChecker support contact for more information.

update_time
string<date-time>

Response

OK

The response is of type object.