cURL
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 }
Note! Prefix your <api-key> with apiKey. Note the space after "apiKey ".
apiKey
The client reference identifier.
OK
The response is of type object.
object