GET api/residenttypes

Get all resident types

Request Information

Authentication

This method requires user authentication

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfResidentType
NameDescriptionTypeAdditional information
Total

integer

None.

Elements

Collection of ResidentType

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Elements": null
}