Skip to main content
POST
/
commerce
/
admin
/
locations
/
cutoffoverrides
Error
A valid request URL is required to generate request examples
{
  "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>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

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

Response

Success

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