Skip to main content
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 with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Body

application/json
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.

Response

OK

  • Option 1
  • Option 2

The response is of type object.