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/tills/import

Prev Next
Post
/public/v1/pos/tills/import

Submits till data for a location and business date for end-of-day or intraday processing

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Body parameters
Expand All
object

Submits till data for a location and business date for end-of-day or intraday processing

locationId
string (uuid)

Unique identifier (GUID) of the R365 location the import applies to.

businessDate
string (date)

Business date the submitted data represents.

importMode
string | null

Processing mode for the import. Values are "EOD", "Intraday".

tills
Array of object (R365.Pos.Public.Contracts.Tills.Models.TillRecord) | null

Collection of till records to import.

object

A single till record submitted for import.

status
string

Processing status of a till record.

Valid values[ "Other", "Open", "Closed", "Counted" ]
tillId
string | null

Provider-assigned identifier of the till.

expectedAmount
number (double) | null

Expected cash amount in the till, if available.

cashierEmployeeId
string | null

Identifier of the employee assigned to the till.

closedOn
string (date-time) | null

Date and time the till was closed, if applicable.

idempotencyKey
string | null

Optional client-supplied key to prevent duplicate submissions. Requests with the same key within 24 hours return a 409.

correlationId
string | null

Optional identifier for correlating this request with the caller's system.

clientTimestampUtc
string (date-time) | null

Optional UTC timestamp from the client, used to resolve which request is latest when multiple exist for the same import type.

Responses
200

OK

object

Response returned after submitting an import request.

importId
integer (int64)

Unique numeric identifier of the import session.

requestId
integer (int64)

Unique numeric identifier of the individual import request within the session.

isNewSession
boolean

Indicates whether a new import session was created. Returns false when submitting to an existing session.

correlationId
string | null

Correlation identifier echoed from the request, if provided.

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