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": "74490fd2-56df-4f31-8220-7c02657b9908",
"accessControlToken": "sample string 3",
"sessionId": "9c7fd594-3099-4825-953b-b07b4ebe76c1",
"scanDateTime": "2026-03-07T17:20:24.7993213+00:00",
"accessControlScannerId": "c8981e77-edd0-415d-9c21-053760b552ba",
"accessControlLocationId": "5aac4cfa-3017-4078-acb7-9cdfece1a5ef",
"scanResult": 6,
"itemId": "8f74de24-a2e5-4741-b740-17b151dd5ed0",
"productId": "34a2b95e-443a-4cc1-89fd-7f49ac79ed3b",
"folderId": "b109a02f-df47-44a4-a8ac-2ba6d229b759",
"orderId": "a06ae86f-97d5-4ad9-bcdc-2f3b98f741b0",
"accessControlSchemeId": "cf835198-2943-4eaa-94cb-0a47b3d5e499",
"isSaved": true
}