cURL
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" }
Create a BioLock
The link anchor id of the bio lock
The epc identified assigned the trace lock
"instance:xxxxx.1.1"
The BioLock has been successfully created
The id of the bio lock
The tenant id of the bio lock
The updated at date of the bio lock