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,
  "cp_price_estimate": 650,
  "offer_id": 123,
  "shop_name": "Some shop - Global",
  "shop_url": "https://www.some.shop/path"
}'
{}

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.