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": "b4e39d90-571e-4180-a2dd-95673ecf82d5",
"accessControlToken": "sample string 3",
"sessionId": "6cbe5f3e-1634-4ea1-a1c1-4f35447b22a0",
"scanDateTime": "2026-09-19T22:50:26.0594785+01:00",
"accessControlScannerId": "99ca02d3-3904-4311-acfb-49f50af93139",
"accessControlLocationId": "9750c445-a230-459d-aede-21c117dcca0d",
"scanResult": 6,
"itemId": "aea408f8-2653-4dba-a40a-4730be1dccf6",
"productId": "8e067636-c1f6-4657-a111-7722038f6cb6",
"folderId": "ddb5275e-02ad-4e34-bb08-c7dc07ad91aa",
"orderId": "8d5b2f4c-789f-4dfd-9de1-ac6f7511a331",
"accessControlSchemeId": "1bcbd0fa-5928-4b19-af38-834b4f603963",
"isSaved": true
}