Skip to main content
POST
/
commerce
/
admin
/
locations
/
cutoffoverrides
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

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
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>

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>