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": "12997e44-14f5-4fb5-b8a9-14421263e81b",
"accessControlToken": "sample string 3",
"sessionId": "41c3d15c-a4af-42fa-ad55-bdf0af94657d",
"scanDateTime": "2025-12-07T06:05:13.0296523+00:00",
"accessControlScannerId": "51cb18c4-1120-4104-996b-d53db90042bc",
"accessControlLocationId": "7ac3ded1-73d4-4522-92c8-195a0cfe34d8",
"scanResult": 6,
"itemId": "f17870ee-f6be-467d-a48c-abc43dbc9db6",
"productId": "836fe54c-56aa-42b4-bd7e-669a59cdc949",
"folderId": "43c3a814-31cb-44b2-9a73-84e5089b6375",
"orderId": "39b4dd05-d388-4809-bbcb-904e6f709989",
"accessControlSchemeId": "85da01a1-605b-4fc7-ac83-5801b4f1c89c",
"isSaved": true
}