POST
/
client_reference
/
{client_reference_id}
/
appraisal
curl --request POST \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "10",
  "client_reference_id": "200",
  "cpid": "123456",
  "rpid": "234567",
  "homepage_client_category_id": 2740,
  "selected_client_category_id": 2740,
  "item_quantity": 1,
  "is_price_per_item": true,
  "rp_name_cart": "A product name",
  "offer_id": "9876",
  "shop_name": "A shop name",
  "shop_url": "https://some.shop",
  "replacement_cost_value": 300,
  "rp_price_date": "2021-02-17 13:36:10"
}'
{
  "appraisal_id": 97771
}

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.

Body

application/json

Response

200
application/json

OK

The response is of type object.