Create an attendance period.Ask AIpost https://api.personio.de/v2/attendance-periodsCreate an attendance period and return newly created attendance period ID.Query Paramsskip_approvalbooleanDefaults to falseIf true, skip any approval that this write request would otherwise require.truefalseBody ParamsRequest object for creating new attendance period.personobjectrequiredPerson reference by object IDperson objecttypestringenumrequiredRequired valid attendance period type.WORKBREAKAllowed:WORKBREAKstartobjectrequiredDate time property.start objectendobject | nullDate time property.end object | nullcommentstringOptional comment to associate with attendance periodprojectobjectProject reference by object ID. Projects need to have status=ACTIVE. Periods with type=BREAK can't have a project.project objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201Successful response. 400Invalid request. 403Forbidden 422Unprocessable content.Updated 5 months ago