GET POS/SyncCenter/Zones?activeOnly={activeOnly} Try Now

Get Sync Centre Zones .

Request Information

URI Parameters

NameDescriptionTypeAdditional information
activeOnly
if set to true [active only].
boolean
Required

Body Parameters

None.

Response Information

Resource Description

Collection of Zone
NameDescriptionTypeAdditional information
Name
string
None.
Description
string
None.
Value
integer
None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "",
    "Description": "",
    "Value": 3
  }
]