Skip to main content
POST
/
client_reference
/
{client_reference_id}
/
appraisal
Create 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 with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Body

application/json
cpid
string
required

This is the Claimed Product Identifier. You should have this value from the previous response Step 3: (RP) from field claimed_product.pid.

rpid
string
required

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).

client_id
string
session-id
string

Optional session identifier of the user.

client_reference_id
string
homepage_client_category_id
integer
selected_client_category_id
integer
item_quantity
integer
is_price_per_item
boolean
rp_name_cart
string
offer_id
string
shop_name
string
shop_url
string
replacement_cost_value
number

This is an optional variable parameter. You can either use the price from the previous response from field grouped_prices.[Y].[X].total_price or you can set a custom value based on your own logic.

Must be a multiple of 0.01
rp_price_date
string<date-time>

Response

OK

appraisal_id
integer