cURL
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 } ] }
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