GET https://api.legendonlineservices.co.uk/Joining/Employers?LocationGUID={LocationGUID}

Returns list of employers valid

Request Parameters

From Query Type Description
LocationGUID Guid See Locations

Response - (Status 200 - OK)

[EmployerModel]

Name Type Description
Id Int32 Unique Identifier
Name String Name of the employer




[
  {
    "Id": 1,
    "Name": "sample string 2"
  },
  {
    "Id": 1,
    "Name": "sample string 2"
  },
  {
    "Id": 1,
    "Name": "sample string 2"
  }
]

Bundle(s)
Joining