Skip to main content
PUT
/
commerce
/
admin
/
locationtypes
/
{locationTypeCode}
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"
  },
  "code": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

locationTypeCode
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
auditInfo
object
code
string | null
name
string | null

Response

Success

auditInfo
object
code
string | null
name
string | null