PUT Timeclock eventAsk AIput https://www.humanity.com/api/v2/timeclocks/event/{timeclock}?access_token=xxxxxxx/timeclocks/event/{timeclock} Permission level: 5Query Paramstimeclockint32requiredTime clock ID to which we want to add an eventForm DatatypestringrequiredAccepted parameter value is of these constant strings: breakin, breakout, notes, location, position, gps, tips, eventstimestampdateSets a custom date and time for this timeclock event. If not set, current time will be used. Should be in yyyy-MM-dd hh:mm:ss (24h) format.notesstringString variable holding a note. Used only with type=notes.locationstringString containing an ID or a name of a Remote Site. An ID is usually sent. Used only with type=location.positionstringString containing an ID or a name of a Position. An ID is usually sent. Used only with type=position.tipsstringIf a setting "Enable Timeclock Tips" is enabled, employees can enter their tip amounts with this parameter. Used only with type=tips.eventint32Id of event we want to updatedatajsonA JSON containing the data which is used when parameter type = events.gpsstringclocktimejsonA JSON containing all data about parent timeclock. Used only when parameter type = events.Responses 200200 400400Updated 7 months ago