• Example searches: “transaction”, “CreateOrder”, “/v2/locations”, “inventory”, “delete customer”

Object Index

You are viewing an old version of the API
WorkweekConfig

Sets the day of the week and hour of the day that a business starts a workweek.

This is used to calculate overtime pay.

Properties

Name Description
id
string

The UUID for this object.

start_of_week
string

Required

The day of the week on which a business week starts for compensation purposes.

start_of_day_local_time
string

Required

The local time at which a business week starts. Represented as a string in HH:MM format (HH:MM:SS is also accepted, but seconds are truncated).

Min Length 1
version
integer (32-bit)

Used for resolving concurrency issues. The request fails if the version provided does not match the server version at the time of the request. If not provided, Square executes a blind write; potentially overwriting data from another write.

created_at
string

Read only A read-only timestamp in RFC 3339 format; presented in UTC.

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

updated_at
string

Read only A read-only timestamp in RFC 3339 format; presented in UTC.

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