GET api/District

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of District
NameDescriptionTypeAdditional information
Name

string

None.

Active

boolean

None.

CustomerId

integer

None.

AlertCustomerId

string

None.

Perpetual

boolean

None.

ActivateOneToOne

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Active": true,
    "CustomerId": 3,
    "AlertCustomerId": "sample string 4",
    "Perpetual": true,
    "ActivateOneToOne": true,
    "Id": 7
  },
  {
    "Name": "sample string 1",
    "Active": true,
    "CustomerId": 3,
    "AlertCustomerId": "sample string 4",
    "Perpetual": true,
    "ActivateOneToOne": true,
    "Id": 7
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.