AutomationTileAudits
Create AutomationTileAudit
Create a new AutomationTileAudit record.
POST
Create AutomationTileAudit
An automation tile audit is a system-generated, read-only record of a customer scan at a location, including the configured action, outcome, customer identity, and result message.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the AutomationTileAudit-Create role.Enums
eAutomationTileAction — Action values
eAutomationTileAction — Action values
eTileAuditType — TileAuditType values
eTileAuditType — TileAuditType values
Request Body
Required Fields
integer
required
ID of the automation tile that was scanned and whose location determines access to this audit entry..
string
required
Required system-generated message describing the result of the tile scan..
integer
required
System-generated action configured on the scanned tile, recorded when the scan is processed..
integer
required
System-generated outcome of the scan: Success when the action completed, or Failure when processing was rejected or failed..
Optional Fields
string
System-generated customer identity in the format FullName (Email) #CustomerId for the person who scanned the tile..
Code Examples
Response
200
integer
HTTP status code.
200 on success.string
A human-readable message confirming the creation.
object
Contains the
Id of the newly created record.boolean
true if the automationtileaudit was created successfully.array
null on success.Example Response
400
string
A summary of the validation error(s), in the format
PropertyName: error message.any
null on validation failure.object[]
Array of validation errors.
boolean
false when the request fails validation.Example Response