Skip to main content
PUT
/
client_reference
/
{client_reference_id}
/
appraisal
/
{appraisal_id}
Modify Specific Appraisal
curl --request PUT \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal/{appraisal_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "rpid": 12345683,
  "cp_name_cart": "An updated CP name",
  "rp_name_cart": "An updated RP name",
  "rp_pic_url": "https://img.valuechecker.net/200x,---.jpg",
  "rp_price_date": "2024-05-07 10:13:44",
  "replacement_cost_value": 638.95,
  "date_damage": "2024-05-07",
  "date_purchase": "2024-05-01",
  "cp_price_estimate": 650,
  "claimed_amount": 650,
  "offer_id": 123,
  "shop_name": "Some shop - Global",
  "shop_url": "https://www.some.shop/path"
}
'
{}

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
rpid
integer

This is the Replacement Product Identifier. The previous response should have one or more Replacement Products. You should take the value from whichever product you select from field grouped_prices.[Y].[X].pid (where X is the numbered product of the Y numbered group).

cp_name_cart
string

Custom name for the claimed product (the cpid cannot be changed).

rp_name_cart
string

Custom name for the replacement product.

rp_pic_url
string
rp_price_date
string<date-time>
replacement_cost_value
number

Modified product price.

Must be a multiple of 0.01
claimed_amount
number

The value claimed by the policyholder (Purchase Price / Repair).

Must be a multiple of 0.01
offer_id
integer
shop_name
string
shop_url
string

Response

OK

The response is of type object.