Create a client reference
Create a portal link
POST
to the endpoint with empty request body, or
access_pin
parameter to specify a PIN.
The status will be active
. If no PIN is supplied, a random 4 digit
pin will be automatically generated.Portal data is submitted to the ValueChecker API
link_status
will
have a value of submitted
.GET
the endpoint to receive current link_status
and access_pin
.Changing Portal status
PATCH
with link_status
parameter of
locked
.
PATCH
with link_status
parameter of
active
.
PATCH
the endpoint specifying a new 4 digit PIN using the access_pin
.
PATCH
the endpoint specifying a new status with link_status
parameter.
We accept 3 different statuses.
a. active
- default status of link after creating it with POST
.submitted
- status after Portal user submits their inventory.locked
- if enabled, status restricts Portal user from editing their
inventory.