Create a case from Frontier transactions

Creates a ThinkLP investigation case and atomically links a batch of Frontier point-of-sale transactions to it as snapshots. Each transaction's employee is resolved to a canonical Person and attached as an involved person (unresolved employees are skipped and counted); each line item is provisioned as a canonical Item and attached as a case item, aggregated case-insensitively by SKU. The whole operation is transactional: any failure rolls back the case and every link.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
theftCase
object
required

Case header for the investigation case to create. These fields map to the Theft Standard TheftCase aggregate (TheftDto); see the Theft Case API for the authoritative and complete field list. The case's involved persons and case items are derived by this endpoint from the transactions' employees and line items - any values supplied here for those collections are ignored.

transactions
array of objects
required
length ≥ 1

Frontier transactions to snapshot and link. Must contain at least one entry.

transactions*
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json