v23

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

Update a specific cost option

Update a specific cost option

put/costoptions/{id}

Path parameters

idstring required

The UUID of the cost option

Request body

optionstring required

Detail of the cost option

Example request

{
  "option": "£8.50 an hour"
}

Response

Provider udpated

idstring

UUID of cost option

optionstring

Detail of the cost option

Example response

{
  "id": "f3ca08a9-197e-4b9b-9f30-72267ed0d921",
  "option": "£8.50 an hour"
}