PUT
/
client_reference
/
{client_reference_id}
/
appraisal
/
{appraisal_id}
/
acv
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_claim": "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,
  "item_quantity": 1,
  "selected_client_category_id": 12922,
  "update_time": "2024-05-07 10:36:44"
}'
{}

Authorizations

Authorization
string
header
required

Note! Prefix your <api-key> with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

appraisal_id
string
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

Response

200
application/json

OK

The response is of type object.