GET
/
client_reference
/
{client_reference_id}
/
portal
/
customer
/
load
curl --request GET \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/portal/customer/load \
  --header 'Authorization: <api-key>'
{}

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.

Query Parameters

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.

force_load
boolean

Optional boolean value. When true, all inventory data is processed potentially overwriting any changes made by the advocate in the Standalone to previously loaded data. This can be a heavy operation on large inventories. Use intentionally when needed. When false (or not present), only new Inventory items are processed. This is the default behavior.

Response

200
application/json

OK

The response is of type object.