PUT
/
client_reference
/
{client_reference_id}
/
appraisal
/
{appraisal_id}
/
appraisal_status
Update Appraisal Status
curl --request PUT \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal/{appraisal_id}/appraisal_status \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "appraisal_status_id": 2
}'
{}

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.

appraisal_id
integer
required

The appraisal identifier.

Query Parameters

appraisal_status_id
integer
required

The appraisal status identifier.

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.

Body

application/json

Response

204
application/json

Appraisal status updated successfully

The response is of type object.