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": "21a3ed80-25b1-4b1f-8a33-7d859576af2e",
"accessControlToken": "sample string 3",
"sessionId": "98d291ae-b4a8-4aea-80cb-966c06979618",
"scanDateTime": "2026-05-09T03:14:30.7542208+01:00",
"accessControlScannerId": "df9b86a0-6310-47b6-8c2c-eefbdde2725d",
"accessControlLocationId": "b7559e2a-91d6-4f26-9184-7c79137ee2b0",
"scanResult": 6,
"itemId": "5c61f039-7c64-436f-bfd8-0819d6961a52",
"productId": "14e2150a-7eec-46ff-a6a5-4d6d94b4fc53",
"folderId": "612a2191-d659-4b26-9761-1496c8c15b9a",
"orderId": "acd62024-51e5-47e0-887e-bb75ca8d8d68",
"accessControlSchemeId": "e3e30587-b9ed-4483-99c3-2a99c925bccc",
"isSaved": true
}