A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"id": "<string>",
"tenantId": 123,
"locationCode": "<string>",
"fulfillmentType": "<string>",
"date": "2023-11-07T05:31:56Z",
"label": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"isClosed": true,
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}
]
}Gets all Cut Off Time overrides. Location and/or Date Range and/or FulfillmentType can be used to filter the results. For a single date, pass only the fromDate parameter.
A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"id": "<string>",
"tenantId": 123,
"locationCode": "<string>",
"fulfillmentType": "<string>",
"date": "2023-11-07T05:31:56Z",
"label": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"isClosed": true,
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body