POST
/
client_reference
/
{client_reference_id}
/
portal
/
customer
/
send
Send appraisals from Cart to Portal
curl --request POST \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/portal/customer/send \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "client_reference_id": 9337,
  "sent_result": [
    {
      "display_id": 194,
      "row_id": 1,
      "location_id": "",
      "location": "",
      "quantity": 1,
      "description": "193",
      "condition": 2,
      "cost": 0,
      "total": 0,
      "age": "",
      "notes": "",
      "files": [
        ""
      ],
      "create_time": "2025-03-11 10:18:26",
      "update_time": "2025-03-11 10:18:26",
      "pid": 2273807050
    }
  ]
}

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.