Skip to main content
POST
/
bio-locks
Create Bio Lock
curl --request POST \
  --url https://api.example.com/bio-locks \
  --header 'Content-Type: application/json' \
  --data '
{
  "linkAnchorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "epc": "instance:xxxxx.1.1"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "linkAnchorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "epc": "instance:xxxxx.1.1",
  "createdAt": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Body

application/json

The link anchor id of the bio lock

epc
string
required

The epc identified assigned the trace lock

Example:

"instance:xxxxx.1.1"

Response

The BioLock has been successfully created

id
string<uuid>
required

The id of the bio lock

The link anchor id of the bio lock

epc
string
required

The epc identified assigned the trace lock

Example:

"instance:xxxxx.1.1"

createdAt
string<uuid>
required

The tenant id of the bio lock

updatedAt
string<date-time>
required

The updated at date of the bio lock