Skip to main content
GET
/
commerce
/
admin
/
locations
/
cutoffoverrides
/
{overrideId}
Error
A valid request URL is required to generate request examples
{
  "auditInfo": {
    "createBy": "<string>",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "updateDate": "2023-11-07T05:31:56Z"
  },
  "date": "2023-11-07T05:31:56Z",
  "endTime": "<string>",
  "fulfillmentType": "<string>",
  "id": "<string>",
  "isClosed": true,
  "label": "<string>",
  "locationCode": "<string>",
  "startTime": "<string>",
  "tenantId": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

overrideId
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

auditInfo
object
date
string<date-time> | null
endTime
string<date-span> | null
fulfillmentType
string | null
id
string | null
isClosed
boolean
label
string | null
locationCode
string | null
startTime
string<date-span> | null
tenantId
integer<int32>