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

NameDescriptionTypeAdditional information
accessControlToken

string

Required

Body Parameters

None.

Response Information

Resource Description

An AccessControlScanDT object

AccessControlScanDT
NameDescriptionTypeAdditional 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.

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": "ed8e8bda-ed4e-477b-ac4a-159827a875d8",
  "accessControlToken": "sample string 3",
  "sessionId": "b4f9d256-ccd6-464c-8fc5-cd04c8f5f82f",
  "scanDateTime": "2025-10-22T20:22:05.4517224+01:00",
  "accessControlScannerId": "87d43dd5-ba07-4ef8-9391-bcb0737f5065",
  "accessControlLocationId": "4470a777-5193-4d51-9335-50d8d8b02f5f",
  "scanResult": 6,
  "itemId": "a5f4c19d-a806-448f-aa50-3f346c5e2e32",
  "productId": "9f56cb6b-a956-4cc8-9b24-ae8a94c631c4",
  "folderId": "6194e2bb-58c5-4214-9907-cce9336d92d0",
  "orderId": "db380fd1-25bb-4df7-9f99-58261f2700a4",
  "isSaved": true
}