Create an EventAsk AIpost https://{booking_server}/partner/eventsRequest to create events/classes to be consumed by 'Totalpass Students'. All fields in the payload are mandatory.Body ParamstitlestringrequiredTitle of the class/event.responsiblestringrequiredName of the responsible person.durationintegerrequiredDuration of the class in minutes.slotsintegerrequiredNumber of slots allocated for Totalpass Students.planIdintegerrequiredNumeric ID that represents the Gym Plan.timezonestringenumrequiredTimezone of the event/class location. Possible values: 'pt-BR' and 'es-MX'.pt-BRes-MXAllowed:pt-BRes-MXstartDatedaterequiredStart date of the occurrence duration* (format: 'YYYY-MM-DD').endDatedaterequiredEnd date of the occurrence duration* (format: 'YYYY-MM-DD').seatMapIdintegerNumeric ID that represents the Seat Map.statusstringenumEvent status, can be ACTIVE, INACTIVE or HIDDEN.ACTIVEINACTIVEHIDDENAllowed:ACTIVEINACTIVEHIDDENdescriptionstringDescription of the event/class.frequencyOptionsarray of objectsrequiredArray of objects containing information about the frequency of occurrences*.frequencyOptions*ADD objectHeadersAuthorizationstringrequiredjwt used for authenticationResponses 201Created a event 400Bad Request 401UnauthorizedUpdated 4 months ago