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/job-titles/import

Prev Next
Post
/public/v1/pos/labor/job-titles/import

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

jobTitles
Array of object (R365.Pos.Public.Contracts.Labor.Models.JobTitleRecord) | null

Collection of job title records to import.

object

A single job title submitted for labor import.

description
string | null

Optional description of the job title.

jobTitle
string | null

Name of the job title.

payRate
number (double) | null

Optional default pay rate associated with the job title.

id
string | null

Provider-assigned identifier of the job title.

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