GET api/Address/GetLocations?includeInActive={includeInActive}&islandId={islandId}

Gets All Locations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
includeInActive

false (default): does not island which marked as inactive by C2H admin

boolean

Default value is False

islandId

-1 (default): returns locations from all islands

integer

Default value is -1

Body Parameters

None.

Response Information

Resource Description

List of Loaction Id and Loaction Name

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.