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/labor/punches/import

Prev Next
Post
/public/v1/pos/labor/punches/import

Submits labor punch 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 labor punch 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".

laborPunches
Array of object (R365.Pos.Public.Contracts.Labor.Models.PunchRecord) | null

Collection of labor punch records to import.

object

A single labor punch record submitted for import.

dateWorked
string (date)

Business date the labor punch applies to.

employeeId
string | null

Provider-assigned identifier of the employee.

jobCodeId
string | null

Provider-assigned identifier of the job code for this punch.

startTime
string (date-time)

Local date and time the shift started.

endTime
string (date-time)

Local date and time the shift ended.

payRate
number (double)

Pay rate applied to this punch.

tipDeclaredAmount
number (double)

Tip amount declared by the employee for this punch.

payCode
integer (int32) | null

Optional pay code identifier for this punch.

startDateTimeUtc
string (date-time) | null

UTC date and time the shift started, if provided.

endDateTimeUtc
string (date-time) | null

UTC date and time the shift ended, if provided.

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