GET api/LocationContext/GetAllLocationContext

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LocationContext
NameDescriptionTypeAdditional information
Id

integer

None.

IsActive

boolean

None.

LocationCode

string

None.

LocationContextCode

string

None.

IsNew

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "IsActive": true,
    "LocationCode": "sample string 3",
    "LocationContextCode": "sample string 4",
    "IsNew": true
  },
  {
    "Id": 1,
    "IsActive": true,
    "LocationCode": "sample string 3",
    "LocationContextCode": "sample string 4",
    "IsNew": true
  }
]