Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

Use this file to discover all available pages before exploring further.

/public/v1/pos/trigger

Prev Next
Post
/public/v1/pos/trigger

Triggers processing of all pending import requests for the specified import session

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Body parameters
object

Triggers processing of all pending import requests for the specified import session

importId
integer (int64)

Unique numeric identifier of the import session to trigger.

Responses
200

OK

Expand All
object

Result of a trigger operation, including per-section processing outcomes.

isSuccess
boolean

Indicates whether all sections processed without errors.

status
string | null

Processing status after the trigger completed. Values are "Pending", "Failed", "Processing", "ProcessingWithFailures", "Completed", "PartiallyCompleted".

sectionResults
Array of object (R365.Pos.Public.Contracts.Trigger.Models.SectionResult) | null

Per-section outcomes from the trigger operation.

object

Outcome of processing a single import section during a trigger operation.

importType
string | null

Import section this result corresponds to. Values are "Sales", "Tills", "Deposits", "Paidouts", "LaborEmployees", "LaborPunches", "LaborJobTitles".

isSuccess
boolean

Indicates whether this section was processed without errors.

errorMessage
string | null

Error message describing the failure reason, if the section did not succeed.

422

Unprocessable Content

Expand All
object
errorCode
string | null
innerError
object (R365.Pos.Public.Models.R365Error)
errorCode
string | null
innerError
object (R365.Pos.Public.Models.R365Error) Recursive