Adjust Time Off Balance

To use this API make an HTTP PUT where the body of the request is the JSON documented below. A time off balance adjustment 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",
	"timeOffTypeId": 11,
	"amount": -6.0000,
	"note": "Used 6 hours on Friday"
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!