Add a Time Off History Item For Time Off Request

To use this API make an HTTP PUT where the body of the request is the JSON documented below. A new time off history item will be inserted into the database. On success, a 201 Created code is returned and the "Location" header of the response will contain a URL that identifies the new history item.

Sample Request

{
	"date": "2019-09-06",
	"timeOffRequestId": 11,
	"note": "This time off is now recorded as history!"
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!