v23

latestOpenAPI 3.0.0raw.githubusercontent.com2018-12-12442338.0 KB
eligibilities

Add a new eligibility

Add a new eligibilities

post/eligibilities

Request body

eligibilitystring required

Detail of the eligibility

Example request

{
  "eligibility": "Over 60s only"
}

Response

Succesfully added a new eligibility

idstring

UUID of eligibility

eligibilitystring

Detail of the eligibility

Example response

{
  "id": "3c9247ac-9a69-4855-b0b0-2c308eb5ff30",
  "eligibility": "Over 60s only"
}