PUT api/AccessControlScan?accessControlToken={accessControlToken}
Validates a single access control token scan against the current time and the logged in session's Access Control Location, and records it in the database
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accessControlToken | string |
Required |
Body Parameters
None.
Response Information
Resource Description
An AccessControlScanDT object
AccessControlScanDT| Name | Description | Type | Additional information |
|---|---|---|---|
| ExtraData | Dictionary of string [key] and string [value] |
None. |
|
| Message | string |
None. |
|
| Statistics | AccessControlStatisticsDT |
None. |
|
| AccessControlScanId | globally unique identifier |
None. |
|
| AccessControlToken | string |
None. |
|
| SessionId | globally unique identifier |
None. |
|
| ScanDateTime | date |
None. |
|
| AccessControlScannerId | globally unique identifier |
None. |
|
| AccessControlLocationId | globally unique identifier |
None. |
|
| ScanResult | integer |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| FolderId | globally unique identifier |
None. |
|
| OrderId | globally unique identifier |
None. |
|
| AccessControlSchemeId | globally unique identifier |
None. |
|
| IsSaved | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"_Message": "sample string 1",
"extraData": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"message": "sample string 1",
"statistics": {
"totalItems": 1,
"scannedItems": 2,
"remainingItems": 3
},
"accessControlScanId": "6a663e9f-1f1b-447c-b6bd-b6120b3ec407",
"accessControlToken": "sample string 3",
"sessionId": "627041c2-85e7-49a6-ba95-92e0e81d11f1",
"scanDateTime": "2026-08-05T10:28:43.7646894+01:00",
"accessControlScannerId": "aad89a9a-9a11-4025-8509-cf8ce69fbe44",
"accessControlLocationId": "fb5ab14f-732d-4233-80ce-7072ff018c0b",
"scanResult": 6,
"itemId": "4c1dfca2-e711-492f-b59b-680afc03455e",
"productId": "0670073b-130d-4330-a9f9-996ca3bf3f32",
"folderId": "219ed39c-5c27-4c27-a2f1-b50c43bb0eaa",
"orderId": "669e3ac0-2a8a-4ac9-89c8-6cdccac80317",
"accessControlSchemeId": "418e9ad1-80cb-497d-98e1-09b96681c8d1",
"isSaved": true
}