The response to a request for a set of WorkweekConfig
objects. The response contains
the requested WorkweekConfig
objects and might contain a set of Error
objects if
the request resulted in errors.
List Workweek Configs Response
Name | Type | Tags | Description |
---|---|---|---|
workweek_configs |
Array<Workweek Config Hash> |
Optional | A page of WorkweekConfig results. |
cursor |
String |
Optional | The value supplied in the subsequent request to fetch the next page ofWorkweekConfig results. |
errors |
Array<Error Hash> |
Optional | Any errors that occurred during the request. |
{
"cursor": "2fofTniCgT0yIPAq26kmk0YyFQJZfbWkh73OOnlTHmTAx13NgED",
"workweek_configs": [
{
"created_at": "2016-02-04T00:58:24Z",
"id": "FY4VCAQN700GM",
"start_of_day_local_time": "10:00",
"start_of_week": "MON",
"updated_at": "2019-02-28T01:04:35Z",
"version": 11
}
],
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}