Skip to main content
POST
/
commerce
/
admin
/
locationGroups
Error
A valid request URL is required to generate request examples
{
  "locationGroupId": 123,
  "locationGroupCode": "<string>",
  "siteIds": [
    123
  ],
  "name": "<string>",
  "locationCodes": [
    "<string>"
  ],
  "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
locationGroupId
integer<int32>
locationGroupCode
string | null
siteIds
integer<int32>[] | null
name
string | null
locationCodes
string[] | null
auditInfo
object

Response

Success

locationGroupId
integer<int32>
locationGroupCode
string | null
siteIds
integer<int32>[] | null
name
string | null
locationCodes
string[] | null
auditInfo
object