<- Object

Object

All versions ->

JobBeta

This object defines the job's title and tip eligibility. Compensation is defined in a job assignment in a team member's wage setting.

Link to section

Properties

Link to section

id

string

Read only The unique Square-assigned ID of the job. If you need a job ID for an API request, call ListJobs or use the ID returned when you created the job. You can also get job IDs from a team member's wage setting.

Link to section

title

string

The title of the job.

Link to section

is_tip_eligible

boolean

Indicates whether team members can earn tips for the job.

Link to section

created_at

string

Read only The timestamp when the job was created, in RFC 3339 format.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

updated_at

string

Read only The timestamp when the job was last updated, in RFC 3339 format.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

version

integer(32-bit)

Read only The current version of the job. Include this field in UpdateJob requests to enable optimistic concurrency control and avoid overwrites from concurrent requests. Requests fail if the provided version doesn't match the server version at the time of the request.