GET v1/locationZoneCategory/list

Retrieve list of Location Zone by location

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LocationZoneCategoryModel
NameDescriptionTypeAdditional information
LocationZoneCategoryID

Unique identifier of a Location Zone

integer

None.

LocationZoneCategory

Location zone is associated with

string

None.

IsActive

boolean

None.

IsSystem

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "locationZoneCategoryID": 1,
  "locationZoneCategory": "sample string 2",
  "isActive": true,
  "isSystem": true
}