{"openapi":"3.0.0","info":{"title":"Coacheo API","description":"","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/absences":{"get":{"operationId":"getAbsenceCollection","tags":["Absence"],"responses":{"200":{"description":"Absence collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Absence.AbsenceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Absence.AbsenceListOutput"}}}}}},"summary":"Retrieves the collection of Absence resources.","description":"Retrieves the collection of Absence resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAbsenceCollection","tags":["Absence"],"responses":{"201":{"description":"Absence resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsenceDetailsOutput"}}},"links":{"GetAbsenceItem":{"operationId":"getAbsenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/absences\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Absence resource.","description":"Creates a Absence resource.","parameters":[],"requestBody":{"description":"The new Absence resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsencePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsencePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/absences\/{id}":{"get":{"operationId":"getAbsenceItem","tags":["Absence"],"responses":{"200":{"description":"Absence resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsenceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Absence resource.","description":"Retrieves a Absence resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAbsenceItem","tags":["Absence"],"responses":{"200":{"description":"Absence resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsenceDetailsOutput"}}},"links":{"GetAbsenceItem":{"operationId":"getAbsenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/absences\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Absence resource.","description":"Replaces the Absence resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Absence resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsencePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Absence.AbsencePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAbsenceItem","tags":["Absence"],"responses":{"204":{"description":"Absence resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Absence resource.","description":"Removes the Absence resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/addresses":{"get":{"operationId":"getAddressCollection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}}}}},"summary":"Retrieves the collection of Address resources.","description":"Retrieves the collection of Address resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAddressCollection","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/addresses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/addresses\/{id}":{"get":{"operationId":"getAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Address resource.","description":"Retrieves a Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/addresses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Address resource.","description":"Replaces the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAddressItem","tags":["Address"],"responses":{"204":{"description":"Address resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Address resource.","description":"Removes the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/age-categories":{"get":{"operationId":"getAgeCategoryCollection","tags":["AgeCategory"],"responses":{"200":{"description":"AgeCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryListOutput"}}}}}},"summary":"Retrieves the collection of AgeCategory resources.","description":"Retrieves the collection of AgeCategory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAgeCategoryCollection","tags":["AgeCategory"],"responses":{"201":{"description":"AgeCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryDetailsOutput"}}},"links":{"GetAgeCategoryItem":{"operationId":"getAgeCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/age-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AgeCategory resource.","description":"Creates a AgeCategory resource.","parameters":[],"requestBody":{"description":"The new AgeCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/age-categories\/{id}":{"get":{"operationId":"getAgeCategoryItem","tags":["AgeCategory"],"responses":{"200":{"description":"AgeCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AgeCategory resource.","description":"Retrieves a AgeCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAgeCategoryItem","tags":["AgeCategory"],"responses":{"200":{"description":"AgeCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryDetailsOutput"}}},"links":{"GetAgeCategoryItem":{"operationId":"getAgeCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/age-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AgeCategory resource.","description":"Replaces the AgeCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated AgeCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AgeCategory.AgeCategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAgeCategoryItem","tags":["AgeCategory"],"responses":{"204":{"description":"AgeCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AgeCategory resource.","description":"Removes the AgeCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/appointments":{"get":{"operationId":"getAppointmentCollection","tags":["Appointment"],"responses":{"200":{"description":"Appointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AppointmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AppointmentListOutput"}}}}}},"summary":"Retrieves the collection of Appointment resources.","description":"Retrieves the collection of Appointment resources.","parameters":[{"name":"beginDate","in":"query","description":"Begin date of range","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"endDate","in":"query","description":"End date of range","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAppointmentCollection","tags":["Appointment"],"responses":{"201":{"description":"Appointment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}}},"links":{"GetAppointmentItem":{"operationId":"getAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/appointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Appointment resource.","description":"Creates a Appointment resource.","parameters":[],"requestBody":{"description":"The new Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/appointments\/{appointmentId}\/x-appointment-clients":{"get":{"operationId":"get_x_appointment_clients_by_appointmentXAppointmentClientCollection","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientListOutput"}}}}}},"summary":"Retrieves the collection of XAppointmentClient resources.","description":"Retrieves the collection of XAppointmentClient resources.","parameters":[{"name":"appointmentId","in":"path","description":"The appointment Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/appointments\/{id}":{"get":{"operationId":"getAppointmentItem","tags":["Appointment"],"responses":{"200":{"description":"Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Appointment resource.","description":"Retrieves a Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAppointmentItem","tags":["Appointment"],"responses":{"200":{"description":"Appointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}}},"links":{"GetAppointmentItem":{"operationId":"getAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/appointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Appointment resource.","description":"Replaces the Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAppointmentItem","tags":["Appointment"],"responses":{"204":{"description":"Appointment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Appointment resource.","description":"Removes the Appointment resource.","parameters":[{"name":"withRecurrence","in":"query","description":"if delete also the recurrence","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/appointments\/{id}\/add-client":{"put":{"operationId":"put_add_clientAppointmentItem","tags":["Appointment"],"responses":{"200":{"description":"Appointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.XAppointmentClientListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.XAppointmentClientListOutput"}}},"links":{"GetAppointmentItem":{"operationId":"getAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/appointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Appointment resource.","description":"Replaces the Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AddClientInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AddClientInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/appointments\/{id}\/add-prospect":{"put":{"operationId":"put_add_prospectAppointmentItem","tags":["Appointment"],"responses":{"200":{"description":"Appointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.XAppointmentClientListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.XAppointmentClientListOutput"}}},"links":{"GetAppointmentItem":{"operationId":"getAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/appointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Appointment resource.","description":"Replaces the Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AddProspectInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AddProspectInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/attributes":{"get":{"operationId":"getAttributeCollection","tags":["Attribute"],"responses":{"200":{"description":"Attribute collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Attribute.AttributeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Attribute.AttributeListOutput"}}}}}},"summary":"Retrieves the collection of Attribute resources.","description":"Retrieves the collection of Attribute resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAttributeCollection","tags":["Attribute"],"responses":{"201":{"description":"Attribute resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeDetailsOutput"}}},"links":{"GetAttributeItem":{"operationId":"getAttributeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/attributes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Attribute resource.","description":"Creates a Attribute resource.","parameters":[],"requestBody":{"description":"The new Attribute resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/attributes\/{id}":{"get":{"operationId":"getAttributeItem","tags":["Attribute"],"responses":{"200":{"description":"Attribute resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Attribute resource.","description":"Retrieves a Attribute resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAttributeItem","tags":["Attribute"],"responses":{"200":{"description":"Attribute resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeDetailsOutput"}}},"links":{"GetAttributeItem":{"operationId":"getAttributeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/attributes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Attribute resource.","description":"Replaces the Attribute resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Attribute resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAttributeItem","tags":["Attribute"],"responses":{"204":{"description":"Attribute resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Attribute resource.","description":"Removes the Attribute resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/auth\/authentication-token":{"ref":"JWT Token","post":{"operationId":"adminPostCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to admin login.","description":"Get JWT token to admin login.","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/email\/check-code":{"ref":"emailCheckCodeItem","post":{"operationId":"emailCheckCodeItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token for first connect with email and check code.","description":"Get JWT token for first connect with email and check code.","parameters":[],"requestBody":{"description":"Create JWT Token and email validate","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/emailCheckCode"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/email\/resend-code":{"ref":"Refresh JWT Token","post":{"operationId":"emailResendCode","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Resend Code email check","description":"Resend Code email check","parameters":[],"requestBody":{"description":"Resend Code","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/emailResendCode"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/reinit-password\/request":{"ref":"reinitPasswordRequest","post":{"operationId":"reinitPasswordRequest","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token for reinit password","description":"Get JWT token for reinit password","parameters":[],"requestBody":{"description":"Get JWT token for reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordRequest"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/reinit-password\/validate":{"ref":"reinitPasswordValidate","post":{"operationId":"reinitPasswordValidate","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token after reinit password.","description":"Get JWT token after reinit password.","parameters":[],"requestBody":{"description":"Get JWT token after reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordValidate"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/token\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"adminRefreshToken","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refresh JWT token to admin login.","description":"Refresh JWT token to admin login.","parameters":[],"requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefeshToken"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/banners":{"get":{"operationId":"getBannerCollection","tags":["Banner"],"responses":{"200":{"description":"Banner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Banner.BannerListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Banner.BannerListOutput"}}}}}},"summary":"Retrieves the collection of Banner resources.","description":"Retrieves the collection of Banner resources.","parameters":[{"name":"activeOnly","in":"query","description":"if set, return only the active one","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBannerCollection","tags":["Banner"],"responses":{"201":{"description":"Banner resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerDetailsOutput"}}},"links":{"GetBannerItem":{"operationId":"getBannerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banners\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Banner resource.","description":"Creates a Banner resource.","parameters":[],"requestBody":{"description":"The new Banner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/banners\/{id}":{"get":{"operationId":"getBannerItem","tags":["Banner"],"responses":{"200":{"description":"Banner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Banner resource.","description":"Retrieves a Banner resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBannerItem","tags":["Banner"],"responses":{"200":{"description":"Banner resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerDetailsOutput"}}},"links":{"GetBannerItem":{"operationId":"getBannerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banners\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Banner resource.","description":"Replaces the Banner resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Banner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner.BannerPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBannerItem","tags":["Banner"],"responses":{"204":{"description":"Banner resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Banner resource.","description":"Removes the Banner resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/billing-statuses":{"get":{"operationId":"getBillingStatusCollection","tags":["BillingStatus"],"responses":{"200":{"description":"BillingStatus collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusListOutput"}}}}}},"summary":"Retrieves the collection of BillingStatus resources.","description":"Retrieves the collection of BillingStatus resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBillingStatusCollection","tags":["BillingStatus"],"responses":{"201":{"description":"BillingStatus resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}}},"links":{"GetBillingStatusItem":{"operationId":"getBillingStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billing-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a BillingStatus resource.","description":"Creates a BillingStatus resource.","parameters":[],"requestBody":{"description":"The new BillingStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/billing-statuses\/{id}":{"get":{"operationId":"getBillingStatusItem","tags":["BillingStatus"],"responses":{"200":{"description":"BillingStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BillingStatus resource.","description":"Retrieves a BillingStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBillingStatusItem","tags":["BillingStatus"],"responses":{"200":{"description":"BillingStatus resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusDetailsOutput"}}},"links":{"GetBillingStatusItem":{"operationId":"getBillingStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billing-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BillingStatus resource.","description":"Replaces the BillingStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BillingStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingStatus.BillingStatusPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBillingStatusItem","tags":["BillingStatus"],"responses":{"204":{"description":"BillingStatus resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BillingStatus resource.","description":"Removes the BillingStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/billings":{"get":{"operationId":"getBillingCollection","tags":["Billing"],"responses":{"200":{"description":"Billing collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Billing.BillingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Billing.BillingListOutput"}}}}}},"summary":"Retrieves the collection of Billing resources.","description":"Retrieves the collection of Billing resources.","parameters":[{"name":"documentType","in":"query","description":"the billing document type id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBillingCollection","tags":["Billing"],"responses":{"201":{"description":"Billing resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}},"links":{"GetBillingItem":{"operationId":"getBillingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Billing resource.","description":"Creates a Billing resource.","parameters":[],"requestBody":{"description":"The new Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/billings\/{id}":{"get":{"operationId":"getBillingItem","tags":["Billing"],"responses":{"200":{"description":"Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Billing resource.","description":"Retrieves a Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBillingItem","tags":["Billing"],"responses":{"200":{"description":"Billing resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}},"links":{"GetBillingItem":{"operationId":"getBillingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Billing resource.","description":"Replaces the Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBillingItem","tags":["Billing"],"responses":{"204":{"description":"Billing resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Billing resource.","description":"Removes the Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/bloc-templates":{"get":{"operationId":"getBlocTemplateCollection","tags":["BlocTemplate"],"responses":{"200":{"description":"BlocTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateListOutput"}}}}}},"summary":"Retrieves the collection of BlocTemplate resources.","description":"Retrieves the collection of BlocTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBlocTemplateCollection","tags":["BlocTemplate"],"responses":{"201":{"description":"BlocTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}}},"links":{"GetBlocTemplateItem":{"operationId":"getBlocTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bloc-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a BlocTemplate resource.","description":"Creates a BlocTemplate resource.","parameters":[],"requestBody":{"description":"The new BlocTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/bloc-templates\/{id}":{"get":{"operationId":"getBlocTemplateItem","tags":["BlocTemplate"],"responses":{"200":{"description":"BlocTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BlocTemplate resource.","description":"Retrieves a BlocTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBlocTemplateItem","tags":["BlocTemplate"],"responses":{"200":{"description":"BlocTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}}},"links":{"GetBlocTemplateItem":{"operationId":"getBlocTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bloc-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BlocTemplate resource.","description":"Replaces the BlocTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BlocTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBlocTemplateItem","tags":["BlocTemplate"],"responses":{"204":{"description":"BlocTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BlocTemplate resource.","description":"Removes the BlocTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/bloc-templates\/{id}\/add-exercise":{"put":{"operationId":"add_exerciseBlocTemplateItem","tags":["BlocTemplate"],"responses":{"200":{"description":"BlocTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}}},"links":{"GetBlocTemplateItem":{"operationId":"getBlocTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bloc-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BlocTemplate resource.","description":"Replaces the BlocTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BlocTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateAddExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateAddExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/bloc-templates\/{id}\/configure-exercise":{"put":{"operationId":"put_configure_exerciseBlocTemplateItem","tags":["BlocTemplate"],"responses":{"200":{"description":"BlocTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}}},"links":{"GetBlocTemplateItem":{"operationId":"getBlocTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bloc-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BlocTemplate resource.","description":"Replaces the BlocTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BlocTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateConfigureExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateConfigureExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/bloc-templates\/{id}\/order-exercise":{"put":{"operationId":"put_order_exerciseBlocTemplateItem","tags":["BlocTemplate"],"responses":{"200":{"description":"BlocTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}}},"links":{"GetBlocTemplateItem":{"operationId":"getBlocTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bloc-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BlocTemplate resource.","description":"Replaces the BlocTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BlocTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateOrderExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateOrderExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/bloc-templates\/{id}\/remove-exercise":{"put":{"operationId":"remove_exerciseBlocTemplateItem","tags":["BlocTemplate"],"responses":{"200":{"description":"BlocTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateDetailsOutput"}}},"links":{"GetBlocTemplateItem":{"operationId":"getBlocTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bloc-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BlocTemplate resource.","description":"Replaces the BlocTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BlocTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateRemoveExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BlocTemplate.BlocTemplateRemoveExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/brand-parameters":{"get":{"operationId":"getBrandParameterCollection","tags":["BrandParameter"],"responses":{"200":{"description":"BrandParameter collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterListOutput"}}}}}},"summary":"Retrieves the collection of BrandParameter resources.","description":"Retrieves the collection of BrandParameter resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBrandParameterCollection","tags":["BrandParameter"],"responses":{"201":{"description":"BrandParameter resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterDetailsOutput"}}},"links":{"GetBrandParameterItem":{"operationId":"getBrandParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/brand-parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a BrandParameter resource.","description":"Creates a BrandParameter resource.","parameters":[],"requestBody":{"description":"The new BrandParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/brand-parameters\/{id}":{"get":{"operationId":"getBrandParameterItem","tags":["BrandParameter"],"responses":{"200":{"description":"BrandParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BrandParameter resource.","description":"Retrieves a BrandParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBrandParameterItem","tags":["BrandParameter"],"responses":{"200":{"description":"BrandParameter resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterDetailsOutput"}}},"links":{"GetBrandParameterItem":{"operationId":"getBrandParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/brand-parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BrandParameter resource.","description":"Replaces the BrandParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BrandParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BrandParameter.BrandParameterPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBrandParameterItem","tags":["BrandParameter"],"responses":{"204":{"description":"BrandParameter resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BrandParameter resource.","description":"Removes the BrandParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/brands":{"get":{"operationId":"getBrandCollection","tags":["Brand"],"responses":{"200":{"description":"Brand collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Brand.BrandListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Brand.BrandListOutput"}}}}}},"summary":"Retrieves the collection of Brand resources.","description":"Retrieves the collection of Brand resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBrandCollection","tags":["Brand"],"responses":{"201":{"description":"Brand resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandDetailsOutput"}}},"links":{"GetBrandItem":{"operationId":"getBrandItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/brands\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Brand resource.","description":"Creates a Brand resource.","parameters":[],"requestBody":{"description":"The new Brand resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/brands\/{id}":{"get":{"operationId":"getBrandItem","tags":["Brand"],"responses":{"200":{"description":"Brand resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Brand resource.","description":"Retrieves a Brand resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBrandItem","tags":["Brand"],"responses":{"200":{"description":"Brand resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandDetailsOutput"}}},"links":{"GetBrandItem":{"operationId":"getBrandItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/brands\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Brand resource.","description":"Replaces the Brand resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Brand resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Brand.BrandPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBrandItem","tags":["Brand"],"responses":{"204":{"description":"Brand resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Brand resource.","description":"Removes the Brand resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/budgets":{"get":{"operationId":"getBudgetCollection","tags":["Budget"],"responses":{"200":{"description":"Budget collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Budget.BudgetListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Budget.BudgetListOutput"}}}}}},"summary":"Retrieves the collection of Budget resources.","description":"Retrieves the collection of Budget resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBudgetCollection","tags":["Budget"],"responses":{"201":{"description":"Budget resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetDetailsOutput"}}},"links":{"GetBudgetItem":{"operationId":"getBudgetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/budgets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Budget resource.","description":"Creates a Budget resource.","parameters":[],"requestBody":{"description":"The new Budget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/budgets\/{id}":{"get":{"operationId":"getBudgetItem","tags":["Budget"],"responses":{"200":{"description":"Budget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Budget resource.","description":"Retrieves a Budget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBudgetItem","tags":["Budget"],"responses":{"200":{"description":"Budget resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetDetailsOutput"}}},"links":{"GetBudgetItem":{"operationId":"getBudgetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/budgets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Budget resource.","description":"Replaces the Budget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Budget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Budget.BudgetPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBudgetItem","tags":["Budget"],"responses":{"204":{"description":"Budget resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Budget resource.","description":"Removes the Budget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/card-information":{"post":{"operationId":"getCardInfosSubscriptionCollection","tags":["Subscription"],"responses":{"201":{"description":"Subscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Subscription resource.","description":"Creates a Subscription resource.","parameters":[],"requestBody":{"description":"The new Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionCardInfoPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionCardInfoPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients":{"get":{"operationId":"getClientCollection","tags":["Client"],"responses":{"200":{"description":"Client collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.ClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.ClientListOutput"}}}}}},"summary":"Retrieves the collection of Client resources.","description":"Retrieves the collection of Client resources.","parameters":[{"name":"search","in":"query","description":"firstname or lastname or both","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"only-with-mail","in":"query","description":"if the client has an adress mail or not","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postClientCollection","tags":["Client"],"responses":{"201":{"description":"Client resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}}},"links":{"GetClientItem":{"operationId":"getClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Client resource.","description":"Creates a Client resource.","parameters":[],"requestBody":{"description":"The new Client resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/appointments":{"post":{"operationId":"post_clientAppointmentCollection","tags":["Appointment"],"responses":{"201":{"description":"Appointment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.XAppointmentClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.XAppointmentClientDetailsOutput"}}},"links":{"GetAppointmentItem":{"operationId":"getAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/appointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Appointment resource.","description":"Creates a Appointment resource.","parameters":[],"requestBody":{"description":"The new Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentClientPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentClientPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/appointments\/{id}":{"get":{"operationId":"get_clientAppointmentItem","tags":["Appointment"],"responses":{"200":{"description":"Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentClientDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Appointment resource.","description":"Retrieves a Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/coach-session-books\/pay":{"post":{"operationId":"payCoachSessionBookCollection","tags":["CoachSessionBook"],"responses":{"201":{"description":"CoachSessionBook resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook"}}},"links":{"GetCoachSessionBookItem":{"operationId":"getCoachSessionBookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-session-books\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachSessionBook resource.","description":"Creates a CoachSessionBook resource.","parameters":[],"requestBody":{"description":"The new CoachSessionBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/coach-subscriptions\/subscribe":{"post":{"operationId":"subscribeCoachSubscriptionCollection","tags":["CoachSubscription"],"responses":{"201":{"description":"CoachSubscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription"}}},"links":{"GetCoachSubscriptionItem":{"operationId":"getCoachSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachSubscription resource.","description":"Creates a CoachSubscription resource.","parameters":[],"requestBody":{"description":"The new CoachSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/create-from-person":{"post":{"operationId":"create_client_from_personClientCollection","tags":["Client"],"responses":{"201":{"description":"Client resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}}},"links":{"GetClientItem":{"operationId":"getClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Client resource.","description":"Creates a Client resource.","parameters":[],"requestBody":{"description":"The new Client resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientCreateFromPersonPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientCreateFromPersonPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/employees\/{id}":{"get":{"operationId":"get_clientEmployeeItem","tags":["Employee"],"responses":{"200":{"description":"Employee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeClientDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Employee resource.","description":"Retrieves a Employee resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/employees\/{id}\/stripe-account":{"get":{"operationId":"get_stripe_accountEmployeeItem","tags":["Employee"],"responses":{"200":{"description":"Employee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeStripeAccountOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeStripeAccountOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Employee resource.","description":"Retrieves a Employee resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/x-appointment-clients\/{id}":{"get":{"operationId":"get_clientXAppointmentClientItem","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientForUserListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientForUserListOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XAppointmentClient resource.","description":"Retrieves a XAppointmentClient resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/{clientId}\/coach-subscriptions\/stop":{"post":{"operationId":"stop_subscriptionCoachSubscriptionCollection","tags":["CoachSubscription"],"responses":{"201":{"description":"CoachSubscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription"}}},"links":{"GetCoachSubscriptionItem":{"operationId":"getCoachSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachSubscription resource.","description":"Creates a CoachSubscription resource.","parameters":[{"name":"clientId","in":"path","description":"The client Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new CoachSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/{clientId}\/employees\/{employeeId}\/coach-session-book-plans":{"get":{"operationId":"get_clientsCoachSessionBookPlanCollection","tags":["CoachSessionBookPlan"],"responses":{"200":{"description":"CoachSessionBookPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanForClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanForClientListOutput"}}}}}},"summary":"Retrieves the collection of CoachSessionBookPlan resources.","description":"Retrieves the collection of CoachSessionBookPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/{clientId}\/employees\/{employeeId}\/coach-subscription-plans":{"get":{"operationId":"get_clientsCoachSubscriptionPlanCollection","tags":["CoachSubscriptionPlan"],"responses":{"200":{"description":"CoachSubscriptionPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanForClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanForClientListOutput"}}}}}},"summary":"Retrieves the collection of CoachSubscriptionPlan resources.","description":"Retrieves the collection of CoachSubscriptionPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/{clientId}\/payment-sessions":{"get":{"operationId":"get_client_payment_sessionPaymentSessionCollection","tags":["PaymentSession"],"responses":{"200":{"description":"PaymentSession collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionListOutput"}}}}}},"summary":"Retrieves the collection of PaymentSession resources.","description":"Retrieves the collection of PaymentSession resources.","parameters":[{"name":"clientId","in":"path","description":"The client Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/{clientId}\/x-appointment-clients":{"get":{"operationId":"get_clients_appointmentsXAppointmentClientCollection","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientListOutput"}}}}}},"summary":"Retrieves the collection of XAppointmentClient resources.","description":"Retrieves the collection of XAppointmentClient resources.","parameters":[{"name":"clientId","in":"path","description":"The client Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"orderBy","in":"query","description":"order data on beginDate","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","enum":["ASC","DESC"]},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/{id}":{"get":{"operationId":"getClientItem","tags":["Client"],"responses":{"200":{"description":"Client resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Client resource.","description":"Retrieves a Client resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putClientItem","tags":["Client"],"responses":{"200":{"description":"Client resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}}},"links":{"GetClientItem":{"operationId":"getClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Client resource.","description":"Replaces the Client resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Client resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteClientItem","tags":["Client"],"responses":{"204":{"description":"Client resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Client resource.","description":"Removes the Client resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/clients\/{id}\/create-account":{"put":{"operationId":"create_accountClientItem","tags":["Client"],"responses":{"200":{"description":"Client resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}}},"links":{"GetClientItem":{"operationId":"getClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Client resource.","description":"Replaces the Client resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Client resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientCreateAccountPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientCreateAccountPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/{id}\/nb-sessions-modify":{"put":{"operationId":"modify_nb_sessions_manuallyClientItem","tags":["Client"],"responses":{"200":{"description":"Client resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ClientDetailsOutput"}}},"links":{"GetClientItem":{"operationId":"getClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Client resource.","description":"Replaces the Client resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Client resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.ModifyNbSessionsPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client.ModifyNbSessionsPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/clients\/{id}\/payments":{"get":{"operationId":"get_client_paymentsClientCollection","tags":["Client"],"responses":{"200":{"description":"Client collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.ClientIncomingPaymentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.ClientIncomingPaymentListOutput"}}}}}},"summary":"Retrieves the collection of Client resources.","description":"Retrieves the collection of Client resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coach-session-book-plans":{"get":{"operationId":"getCoachSessionBookPlanCollection","tags":["CoachSessionBookPlan"],"responses":{"200":{"description":"CoachSessionBookPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanListOutput"}}}}}},"summary":"Retrieves the collection of CoachSessionBookPlan resources.","description":"Retrieves the collection of CoachSessionBookPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCoachSessionBookPlanCollection","tags":["CoachSessionBookPlan"],"responses":{"201":{"description":"CoachSessionBookPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanDetailsOutput"}}},"links":{"GetCoachSessionBookPlanItem":{"operationId":"getCoachSessionBookPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-session-book-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachSessionBookPlan resource.","description":"Creates a CoachSessionBookPlan resource.","parameters":[],"requestBody":{"description":"The new CoachSessionBookPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coach-session-book-plans\/{id}":{"get":{"operationId":"getCoachSessionBookPlanItem","tags":["CoachSessionBookPlan"],"responses":{"200":{"description":"CoachSessionBookPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachSessionBookPlan resource.","description":"Retrieves a CoachSessionBookPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachSessionBookPlanItem","tags":["CoachSessionBookPlan"],"responses":{"200":{"description":"CoachSessionBookPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanDetailsOutput"}}},"links":{"GetCoachSessionBookPlanItem":{"operationId":"getCoachSessionBookPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-session-book-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachSessionBookPlan resource.","description":"Replaces the CoachSessionBookPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachSessionBookPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBookPlan.CoachSessionBookPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachSessionBookPlanItem","tags":["CoachSessionBookPlan"],"responses":{"204":{"description":"CoachSessionBookPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachSessionBookPlan resource.","description":"Removes the CoachSessionBookPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coach-session-books":{"get":{"operationId":"getCoachSessionBookCollection","tags":["CoachSessionBook"],"responses":{"200":{"description":"CoachSessionBook collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookListOutput"}}}}}},"summary":"Retrieves the collection of CoachSessionBook resources.","description":"Retrieves the collection of CoachSessionBook resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCoachSessionBookCollection","tags":["CoachSessionBook"],"responses":{"201":{"description":"CoachSessionBook resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookDetailsOutput"}}},"links":{"GetCoachSessionBookItem":{"operationId":"getCoachSessionBookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-session-books\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachSessionBook resource.","description":"Creates a CoachSessionBook resource.","parameters":[],"requestBody":{"description":"The new CoachSessionBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coach-session-books\/{id}":{"get":{"operationId":"getCoachSessionBookItem","tags":["CoachSessionBook"],"responses":{"200":{"description":"CoachSessionBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachSessionBook resource.","description":"Retrieves a CoachSessionBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachSessionBookItem","tags":["CoachSessionBook"],"responses":{"200":{"description":"CoachSessionBook resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookDetailsOutput"}}},"links":{"GetCoachSessionBookItem":{"operationId":"getCoachSessionBookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-session-books\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachSessionBook resource.","description":"Replaces the CoachSessionBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachSessionBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSessionBook.CoachSessionBookPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachSessionBookItem","tags":["CoachSessionBook"],"responses":{"204":{"description":"CoachSessionBook resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachSessionBook resource.","description":"Removes the CoachSessionBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coach-subscription-plans":{"get":{"operationId":"getCoachSubscriptionPlanCollection","tags":["CoachSubscriptionPlan"],"responses":{"200":{"description":"CoachSubscriptionPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanListOutput"}}}}}},"summary":"Retrieves the collection of CoachSubscriptionPlan resources.","description":"Retrieves the collection of CoachSubscriptionPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCoachSubscriptionPlanCollection","tags":["CoachSubscriptionPlan"],"responses":{"201":{"description":"CoachSubscriptionPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanDetailsOutput"}}},"links":{"GetCoachSubscriptionPlanItem":{"operationId":"getCoachSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachSubscriptionPlan resource.","description":"Creates a CoachSubscriptionPlan resource.","parameters":[],"requestBody":{"description":"The new CoachSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coach-subscription-plans\/{id}":{"get":{"operationId":"getCoachSubscriptionPlanItem","tags":["CoachSubscriptionPlan"],"responses":{"200":{"description":"CoachSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachSubscriptionPlan resource.","description":"Retrieves a CoachSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachSubscriptionPlanItem","tags":["CoachSubscriptionPlan"],"responses":{"200":{"description":"CoachSubscriptionPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanDetailsOutput"}}},"links":{"GetCoachSubscriptionPlanItem":{"operationId":"getCoachSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachSubscriptionPlan resource.","description":"Replaces the CoachSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPlan.CoachSubscriptionPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachSubscriptionPlanItem","tags":["CoachSubscriptionPlan"],"responses":{"204":{"description":"CoachSubscriptionPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachSubscriptionPlan resource.","description":"Removes the CoachSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coach-subscription-prices":{"get":{"operationId":"getCoachSubscriptionPriceCollection","tags":["CoachSubscriptionPrice"],"responses":{"200":{"description":"CoachSubscriptionPrice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceListOutput"}}}}}},"summary":"Retrieves the collection of CoachSubscriptionPrice resources.","description":"Retrieves the collection of CoachSubscriptionPrice resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCoachSubscriptionPriceCollection","tags":["CoachSubscriptionPrice"],"responses":{"201":{"description":"CoachSubscriptionPrice resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceDetailsOutput"}}},"links":{"GetCoachSubscriptionPriceItem":{"operationId":"getCoachSubscriptionPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-subscription-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachSubscriptionPrice resource.","description":"Creates a CoachSubscriptionPrice resource.","parameters":[],"requestBody":{"description":"The new CoachSubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPricePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPricePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coach-subscription-prices\/{id}":{"get":{"operationId":"getCoachSubscriptionPriceItem","tags":["CoachSubscriptionPrice"],"responses":{"200":{"description":"CoachSubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachSubscriptionPrice resource.","description":"Retrieves a CoachSubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachSubscriptionPriceItem","tags":["CoachSubscriptionPrice"],"responses":{"200":{"description":"CoachSubscriptionPrice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPriceDetailsOutput"}}},"links":{"GetCoachSubscriptionPriceItem":{"operationId":"getCoachSubscriptionPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-subscription-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachSubscriptionPrice resource.","description":"Replaces the CoachSubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachSubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPricePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscriptionPrice.CoachSubscriptionPricePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachSubscriptionPriceItem","tags":["CoachSubscriptionPrice"],"responses":{"204":{"description":"CoachSubscriptionPrice resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachSubscriptionPrice resource.","description":"Removes the CoachSubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coach-subscriptions":{"get":{"operationId":"getCoachSubscriptionCollection","tags":["CoachSubscription"],"responses":{"200":{"description":"CoachSubscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of CoachSubscription resources.","description":"Retrieves the collection of CoachSubscription resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coach-subscriptions\/{id}":{"get":{"operationId":"getCoachSubscriptionItem","tags":["CoachSubscription"],"responses":{"200":{"description":"CoachSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachSubscription resource.","description":"Retrieves a CoachSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachSubscriptionItem","tags":["CoachSubscription"],"responses":{"200":{"description":"CoachSubscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionDetailsOutput"}}},"links":{"GetCoachSubscriptionItem":{"operationId":"getCoachSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coach-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachSubscription resource.","description":"Replaces the CoachSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachSubscription.CoachSubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachSubscriptionItem","tags":["CoachSubscription"],"responses":{"204":{"description":"CoachSubscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachSubscription resource.","description":"Removes the CoachSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coaching-intensities":{"get":{"operationId":"getCoachingIntensityCollection","tags":["CoachingIntensity"],"responses":{"200":{"description":"CoachingIntensity collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityListOutput"}}}}}},"summary":"Retrieves the collection of CoachingIntensity resources.","description":"Retrieves the collection of CoachingIntensity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCoachingIntensityCollection","tags":["CoachingIntensity"],"responses":{"201":{"description":"CoachingIntensity resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityDetailsOutput"}}},"links":{"GetCoachingIntensityItem":{"operationId":"getCoachingIntensityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coaching-intensities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachingIntensity resource.","description":"Creates a CoachingIntensity resource.","parameters":[],"requestBody":{"description":"The new CoachingIntensity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coaching-intensities\/{id}":{"get":{"operationId":"getCoachingIntensityItem","tags":["CoachingIntensity"],"responses":{"200":{"description":"CoachingIntensity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachingIntensity resource.","description":"Retrieves a CoachingIntensity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachingIntensityItem","tags":["CoachingIntensity"],"responses":{"200":{"description":"CoachingIntensity resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityDetailsOutput"}}},"links":{"GetCoachingIntensityItem":{"operationId":"getCoachingIntensityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coaching-intensities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachingIntensity resource.","description":"Replaces the CoachingIntensity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachingIntensity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingIntensity.CoachingIntensityPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachingIntensityItem","tags":["CoachingIntensity"],"responses":{"204":{"description":"CoachingIntensity resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachingIntensity resource.","description":"Removes the CoachingIntensity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coaching-places":{"get":{"operationId":"getCoachingPlaceCollection","tags":["CoachingPlace"],"responses":{"200":{"description":"CoachingPlace collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceListOutput"}}}}}},"summary":"Retrieves the collection of CoachingPlace resources.","description":"Retrieves the collection of CoachingPlace resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCoachingPlaceCollection","tags":["CoachingPlace"],"responses":{"201":{"description":"CoachingPlace resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceDetailsOutput"}}},"links":{"GetCoachingPlaceItem":{"operationId":"getCoachingPlaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coaching-places\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachingPlace resource.","description":"Creates a CoachingPlace resource.","parameters":[],"requestBody":{"description":"The new CoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlacePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlacePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coaching-places\/{id}":{"get":{"operationId":"getCoachingPlaceItem","tags":["CoachingPlace"],"responses":{"200":{"description":"CoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachingPlace resource.","description":"Retrieves a CoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachingPlaceItem","tags":["CoachingPlace"],"responses":{"200":{"description":"CoachingPlace resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlaceDetailsOutput"}}},"links":{"GetCoachingPlaceItem":{"operationId":"getCoachingPlaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coaching-places\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachingPlace resource.","description":"Replaces the CoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlacePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingPlace.CoachingPlacePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachingPlaceItem","tags":["CoachingPlace"],"responses":{"204":{"description":"CoachingPlace resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachingPlace resource.","description":"Removes the CoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/coaching-types":{"get":{"operationId":"getCoachingTypeCollection","tags":["CoachingType"],"responses":{"200":{"description":"CoachingType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeListOutput"}}}}}},"summary":"Retrieves the collection of CoachingType resources.","description":"Retrieves the collection of CoachingType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCoachingTypeCollection","tags":["CoachingType"],"responses":{"201":{"description":"CoachingType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeDetailsOutput"}}},"links":{"GetCoachingTypeItem":{"operationId":"getCoachingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coaching-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CoachingType resource.","description":"Creates a CoachingType resource.","parameters":[],"requestBody":{"description":"The new CoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coaching-types\/{id}":{"get":{"operationId":"getCoachingTypeItem","tags":["CoachingType"],"responses":{"200":{"description":"CoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CoachingType resource.","description":"Retrieves a CoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCoachingTypeItem","tags":["CoachingType"],"responses":{"200":{"description":"CoachingType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypeDetailsOutput"}}},"links":{"GetCoachingTypeItem":{"operationId":"getCoachingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/coaching-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CoachingType resource.","description":"Replaces the CoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CoachingType.CoachingTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCoachingTypeItem","tags":["CoachingType"],"responses":{"204":{"description":"CoachingType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CoachingType resource.","description":"Removes the CoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies":{"get":{"operationId":"getCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCompanyCollection","tags":["Company"],"responses":{"201":{"description":"Company resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Company resource.","description":"Creates a Company resource.","parameters":[],"requestBody":{"description":"The new Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/companies\/create-stripe-connect":{"post":{"operationId":"create_stripe_connect_accountCompanyCollection","tags":["Company"],"responses":{"201":{"description":"Company resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Company resource.","description":"Creates a Company resource.","parameters":[],"requestBody":{"description":"The new Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/companies\/stripe-connect-status":{"get":{"operationId":"stripe_connect_account_statusCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.StripeConnectStatusOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.StripeConnectStatusOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"stripeAccount","in":"query","description":"stripe account of the company","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{companyId}\/company-statistics":{"get":{"operationId":"get_graph_dataCompanyStatisticCollection","tags":["CompanyStatistic"],"responses":{"200":{"description":"CompanyStatistic collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyStatistic"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyStatistic"}}}}}},"summary":"Retrieves the collection of CompanyStatistic resources.","description":"Retrieves the collection of CompanyStatistic resources.","parameters":[{"name":"companyId","in":"path","description":"the companyId","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"dataType","in":"query","description":"the name of the data type returned","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"year","in":"query","description":"the year of the data returned","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{companyId}\/subscriptions\/current":{"get":{"operationId":"get_company_current_subscriptionSubscriptionCollection","tags":["Subscription"],"responses":{"200":{"description":"Subscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}}}}},"summary":"Retrieves the collection of Subscription resources.","description":"Retrieves the collection of Subscription resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}":{"get":{"operationId":"getCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Company resource.","description":"Replaces the Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCompanyItem","tags":["Company"],"responses":{"204":{"description":"Company resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Company resource.","description":"Removes the Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/check-payment":{"get":{"operationId":"check_payment_subscription_companyCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/incoming-payments":{"get":{"operationId":"get_all_paymentsCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.IncomingPaymentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.IncomingPaymentListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/onboard-reasons":{"put":{"operationId":"post_onboard_reasonsCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Company resource.","description":"Replaces the Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyOnboardReasonPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyOnboardReasonPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/company-parameters":{"get":{"operationId":"getCompanyParameterCollection","tags":["CompanyParameter"],"responses":{"200":{"description":"CompanyParameter collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterListOutput"}}}}}},"summary":"Retrieves the collection of CompanyParameter resources.","description":"Retrieves the collection of CompanyParameter resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCompanyParameterCollection","tags":["CompanyParameter"],"responses":{"201":{"description":"CompanyParameter resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterDetailsOutput"}}},"links":{"GetCompanyParameterItem":{"operationId":"getCompanyParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/company-parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CompanyParameter resource.","description":"Creates a CompanyParameter resource.","parameters":[],"requestBody":{"description":"The new CompanyParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/company-parameters\/{id}":{"get":{"operationId":"getCompanyParameterItem","tags":["CompanyParameter"],"responses":{"200":{"description":"CompanyParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CompanyParameter resource.","description":"Retrieves a CompanyParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCompanyParameterItem","tags":["CompanyParameter"],"responses":{"200":{"description":"CompanyParameter resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterDetailsOutput"}}},"links":{"GetCompanyParameterItem":{"operationId":"getCompanyParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/company-parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CompanyParameter resource.","description":"Replaces the CompanyParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CompanyParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyParameter.CompanyParameterPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCompanyParameterItem","tags":["CompanyParameter"],"responses":{"204":{"description":"CompanyParameter resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CompanyParameter resource.","description":"Removes the CompanyParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/company_statistics\/{id}":{"get":{"operationId":"getCompanyStatisticItem","tags":["CompanyStatistic"],"responses":{"200":{"description":"CompanyStatistic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CompanyStatistic resource.","description":"Retrieves a CompanyStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCompanyStatisticItem","tags":["CompanyStatistic"],"responses":{"200":{"description":"CompanyStatistic resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}}},"links":{"GetCompanyStatisticItem":{"operationId":"getCompanyStatisticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/company_statistics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CompanyStatistic resource.","description":"Replaces the CompanyStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CompanyStatistic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCompanyStatisticItem","tags":["CompanyStatistic"],"responses":{"204":{"description":"CompanyStatistic resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CompanyStatistic resource.","description":"Removes the CompanyStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchCompanyStatisticItem","tags":["CompanyStatistic"],"responses":{"200":{"description":"CompanyStatistic resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}}},"links":{"GetCompanyStatisticItem":{"operationId":"getCompanyStatisticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/company_statistics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the CompanyStatistic resource.","description":"Updates the CompanyStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CompanyStatistic resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CompanyStatistic"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/countries\/{id}":{"get":{"operationId":"getCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Country resource.","description":"Retrieves a Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"links":{"GetCountryItem":{"operationId":"getCountryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/countries\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Country resource.","description":"Replaces the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Country resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCountryItem","tags":["Country"],"responses":{"204":{"description":"Country resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Country resource.","description":"Removes the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"links":{"GetCountryItem":{"operationId":"getCountryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/countries\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Country resource.","description":"Updates the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Country resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coupons":{"get":{"operationId":"getCouponCollection","tags":["Coupon"],"responses":{"200":{"description":"Coupon collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Coupon.CouponListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Coupon.CouponListOutput"}}}}}},"summary":"Retrieves the collection of Coupon resources.","description":"Retrieves the collection of Coupon resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCouponCollection","tags":["Coupon"],"responses":{"201":{"description":"Coupon resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}}},"links":{"GetCouponItem":{"operationId":"getCouponItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/coupons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Coupon resource.","description":"Creates a Coupon resource.","parameters":[],"requestBody":{"description":"The new Coupon resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/coupons\/{id}":{"get":{"operationId":"getCouponItem","tags":["Coupon"],"responses":{"200":{"description":"Coupon resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Coupon resource.","description":"Retrieves a Coupon resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCouponItem","tags":["Coupon"],"responses":{"200":{"description":"Coupon resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponDetailsOutput"}}},"links":{"GetCouponItem":{"operationId":"getCouponItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/coupons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Coupon resource.","description":"Replaces the Coupon resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Coupon resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Coupon.CouponPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCouponItem","tags":["Coupon"],"responses":{"204":{"description":"Coupon resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Coupon resource.","description":"Removes the Coupon resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/credit-transactions":{"get":{"operationId":"getCreditTransactionCollection","tags":["CreditTransaction"],"responses":{"200":{"description":"CreditTransaction collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionListOutput"}}}}}},"summary":"Retrieves the collection of CreditTransaction resources.","description":"Retrieves the collection of CreditTransaction resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCreditTransactionCollection","tags":["CreditTransaction"],"responses":{"201":{"description":"CreditTransaction resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionDetailsOutput"}}},"links":{"GetCreditTransactionItem":{"operationId":"getCreditTransactionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/credit-transactions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CreditTransaction resource.","description":"Creates a CreditTransaction resource.","parameters":[],"requestBody":{"description":"The new CreditTransaction resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/credit-transactions\/{id}":{"get":{"operationId":"getCreditTransactionItem","tags":["CreditTransaction"],"responses":{"200":{"description":"CreditTransaction resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CreditTransaction resource.","description":"Retrieves a CreditTransaction resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCreditTransactionItem","tags":["CreditTransaction"],"responses":{"200":{"description":"CreditTransaction resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionDetailsOutput"}}},"links":{"GetCreditTransactionItem":{"operationId":"getCreditTransactionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/credit-transactions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CreditTransaction resource.","description":"Replaces the CreditTransaction resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CreditTransaction resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CreditTransaction.CreditTransactionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCreditTransactionItem","tags":["CreditTransaction"],"responses":{"204":{"description":"CreditTransaction resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CreditTransaction resource.","description":"Removes the CreditTransaction resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs":{"get":{"operationId":"getCronJobCollection","tags":["CronJob"],"responses":{"200":{"description":"CronJob collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob"}}}}}},"summary":"Retrieves the collection of CronJob resources.","description":"Retrieves the collection of CronJob resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs\/{id}":{"get":{"operationId":"getCronJobItem","tags":["CronJob"],"responses":{"200":{"description":"CronJob resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronJob"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronJob"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronJob resource.","description":"Retrieves a CronJob resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs":{"get":{"operationId":"getCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs\/{id}":{"get":{"operationId":"getCronLogItem","tags":["CronLog"],"responses":{"200":{"description":"CronLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronLog"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronLog resource.","description":"Retrieves a CronLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-types":{"get":{"operationId":"getDocumentTypeCollection","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of DocumentType resources.","description":"Retrieves the collection of DocumentType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDocumentTypeCollection","tags":["DocumentType"],"responses":{"201":{"description":"DocumentType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocumentType resource.","description":"Creates a DocumentType resource.","parameters":[],"requestBody":{"description":"The new DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/document-types\/{id}":{"get":{"operationId":"getDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocumentType resource.","description":"Retrieves a DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocumentType resource.","description":"Replaces the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentTypeItem","tags":["DocumentType"],"responses":{"204":{"description":"DocumentType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DocumentType resource.","description":"Removes the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents":{"get":{"operationId":"getDocumentCollection","tags":["Document"],"responses":{"200":{"description":"Document collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Document resources.","description":"Retrieves the collection of Document resources.","parameters":[{"name":"DocumentType.keyName[]","in":"query","description":"the key name of a documentType","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents\/media":{"post":{"operationId":"post_mediaDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add media","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","required":true},"entityType":{"type":"string","required":true},"isCover":{"type":"boolean","required":false},"entityId":{"type":"integer","required":true},"type":{"type":"string","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/upload":{"post":{"operationId":"uploadDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Uploads a Document. Retrieves the Document resource.","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"key_name":{"type":"string"},"fields":{"type":"array","require":false}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/{id}":{"get":{"operationId":"getDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Document resource.","description":"Retrieves a Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Document resource.","description":"Replaces the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentItem","tags":["Document"],"responses":{"204":{"description":"Document resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Document resource.","description":"Removes the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents\/{id}\/download":{"get":{"operationId":"download_getDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Document resource.","description":"Retrieves a Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employee-parameters":{"get":{"operationId":"getEmployeeParameterCollection","tags":["EmployeeParameter"],"responses":{"200":{"description":"EmployeeParameter collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterListOutput"}}}}}},"summary":"Retrieves the collection of EmployeeParameter resources.","description":"Retrieves the collection of EmployeeParameter resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postEmployeeParameterCollection","tags":["EmployeeParameter"],"responses":{"201":{"description":"EmployeeParameter resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterDetailsOutput"}}},"links":{"GetEmployeeParameterItem":{"operationId":"getEmployeeParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/employee-parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EmployeeParameter resource.","description":"Creates a EmployeeParameter resource.","parameters":[],"requestBody":{"description":"The new EmployeeParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/employee-parameters\/{id}":{"get":{"operationId":"getEmployeeParameterItem","tags":["EmployeeParameter"],"responses":{"200":{"description":"EmployeeParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EmployeeParameter resource.","description":"Retrieves a EmployeeParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEmployeeParameterItem","tags":["EmployeeParameter"],"responses":{"200":{"description":"EmployeeParameter resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterDetailsOutput"}}},"links":{"GetEmployeeParameterItem":{"operationId":"getEmployeeParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/employee-parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the EmployeeParameter resource.","description":"Replaces the EmployeeParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated EmployeeParameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeParameter.EmployeeParameterPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteEmployeeParameterItem","tags":["EmployeeParameter"],"responses":{"204":{"description":"EmployeeParameter resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the EmployeeParameter resource.","description":"Removes the EmployeeParameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employee\/{employeeId}\/clients":{"get":{"operationId":"get_employee_clientsClientCollection","tags":["Client"],"responses":{"200":{"description":"Client collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.ClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.ClientListOutput"}}}}}},"summary":"Retrieves the collection of Client resources.","description":"Retrieves the collection of Client resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employee_statistics\/{id}":{"get":{"operationId":"getEmployeeStatisticItem","tags":["EmployeeStatistic"],"responses":{"200":{"description":"EmployeeStatistic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EmployeeStatistic resource.","description":"Retrieves a EmployeeStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEmployeeStatisticItem","tags":["EmployeeStatistic"],"responses":{"200":{"description":"EmployeeStatistic resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}}},"links":{"GetEmployeeStatisticItem":{"operationId":"getEmployeeStatisticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/employee_statistics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the EmployeeStatistic resource.","description":"Replaces the EmployeeStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated EmployeeStatistic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteEmployeeStatisticItem","tags":["EmployeeStatistic"],"responses":{"204":{"description":"EmployeeStatistic resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the EmployeeStatistic resource.","description":"Removes the EmployeeStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchEmployeeStatisticItem","tags":["EmployeeStatistic"],"responses":{"200":{"description":"EmployeeStatistic resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}}},"links":{"GetEmployeeStatisticItem":{"operationId":"getEmployeeStatisticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/employee_statistics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the EmployeeStatistic resource.","description":"Updates the EmployeeStatistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated EmployeeStatistic resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/employees":{"get":{"operationId":"getEmployeeCollection","tags":["Employee"],"responses":{"200":{"description":"Employee collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee.EmployeeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee.EmployeeListOutput"}}}}}},"summary":"Retrieves the collection of Employee resources.","description":"Retrieves the collection of Employee resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postEmployeeCollection","tags":["Employee"],"responses":{"201":{"description":"Employee resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeDetailsOutput"}}},"links":{"GetEmployeeItem":{"operationId":"getEmployeeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/employees\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Employee resource.","description":"Creates a Employee resource.","parameters":[],"requestBody":{"description":"The new Employee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/employees\/worked-days":{"get":{"operationId":"get_worked_daysEmployeeCollection","tags":["Employee"],"responses":{"200":{"description":"Employee collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee"}}}}}},"summary":"Retrieves the collection of Employee resources.","description":"Retrieves the collection of Employee resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{employeeId}\/appointments\/collective":{"get":{"operationId":"get_employee_collective_appointmentsAppointmentCollection","tags":["Appointment"],"responses":{"200":{"description":"Appointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AppointmentClientDetailsOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AppointmentClientDetailsOutput"}}}}}},"summary":"Retrieves the collection of Appointment resources.","description":"Retrieves the collection of Appointment resources.","parameters":[{"name":"employeeId","in":"path","description":"The employee Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{employeeId}\/employee-statistics":{"get":{"operationId":"get_graph_dataEmployeeStatisticCollection","tags":["EmployeeStatistic"],"responses":{"200":{"description":"EmployeeStatistic collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmployeeStatistic"}}}}}},"summary":"Retrieves the collection of EmployeeStatistic resources.","description":"Retrieves the collection of EmployeeStatistic resources.","parameters":[{"name":"employeeId","in":"path","description":"the employee id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"dataType","in":"query","description":"the name of the data type returned","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"year","in":"query","description":"the year of the data returned","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{employeeId}\/products":{"get":{"operationId":"employee_productsProductCollection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductListOutput"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{employeeId}\/skills-with-products":{"get":{"operationId":"get_skills_and_products_linkedProductCollection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductSortBySkillLinkedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductSortBySkillLinkedListOutput"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{employeeId}\/x-employee-person-needs":{"get":{"operationId":"get_employeeXEmployeePersonNeedCollection","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeePersonNeed resources.","description":"Retrieves the collection of XEmployeePersonNeed resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{employeeId}\/x-employee-person-needs\/{id}":{"get":{"operationId":"get_employeeXEmployeePersonNeedItem","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeePersonNeed resource.","description":"Retrieves a XEmployeePersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{id}":{"get":{"operationId":"getEmployeeItem","tags":["Employee"],"responses":{"200":{"description":"Employee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Employee resource.","description":"Retrieves a Employee resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEmployeeItem","tags":["Employee"],"responses":{"200":{"description":"Employee resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeeDetailsOutput"}}},"links":{"GetEmployeeItem":{"operationId":"getEmployeeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/employees\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Employee resource.","description":"Replaces the Employee resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Employee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteEmployeeItem","tags":["Employee"],"responses":{"204":{"description":"Employee resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Employee resource.","description":"Removes the Employee resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{id}\/exist":{"get":{"operationId":"get_check_existEmployeeItem","tags":["Employee"],"responses":{"200":{"description":"Employee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Employee resource.","description":"Retrieves a Employee resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{id}\/next-slot":{"get":{"operationId":"get_public_next_slotEmployeeCollection","tags":["Employee"],"responses":{"200":{"description":"Employee collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee.SlotOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee.SlotOutput"}}}}}},"summary":"Retrieves the collection of Employee resources.","description":"Retrieves the collection of Employee resources.","parameters":[{"name":"id","in":"path","description":"employee id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"isNewClient","in":"query","description":"is new client or not","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"establishmentId","in":"query","description":"establishment id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"productId","in":"query","description":"The product id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"beginDate","in":"query","description":"begin date of range","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"endDate","in":"query","description":"End date of range","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/employees\/{id}\/slots":{"get":{"operationId":"get_public_slotsEmployeeCollection","tags":["Employee"],"responses":{"200":{"description":"Employee collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee.SlotOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee.SlotOutput"}}}}}},"summary":"Retrieves the collection of Employee resources.","description":"Retrieves the collection of Employee resources.","parameters":[{"name":"id","in":"path","description":"employee id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"isNewClient","in":"query","description":"is new client or not","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"establishmentId","in":"query","description":"establishment id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"productId","in":"query","description":"The product id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"beginDate","in":"query","description":"begin date of range","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"endDate","in":"query","description":"End date of range","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/establishments":{"get":{"operationId":"getEstablishmentCollection","tags":["Establishment"],"responses":{"200":{"description":"Establishment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentListOutput"}}}}}},"summary":"Retrieves the collection of Establishment resources.","description":"Retrieves the collection of Establishment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postEstablishmentCollection","tags":["Establishment"],"responses":{"201":{"description":"Establishment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentDetailsOutput"}}},"links":{"GetEstablishmentItem":{"operationId":"getEstablishmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/establishments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Establishment resource.","description":"Creates a Establishment resource.","parameters":[],"requestBody":{"description":"The new Establishment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/establishments\/{id}":{"get":{"operationId":"getEstablishmentItem","tags":["Establishment"],"responses":{"200":{"description":"Establishment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Establishment resource.","description":"Retrieves a Establishment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEstablishmentItem","tags":["Establishment"],"responses":{"200":{"description":"Establishment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentDetailsOutput"}}},"links":{"GetEstablishmentItem":{"operationId":"getEstablishmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/establishments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Establishment resource.","description":"Replaces the Establishment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Establishment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Establishment.EstablishmentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteEstablishmentItem","tags":["Establishment"],"responses":{"204":{"description":"Establishment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Establishment resource.","description":"Removes the Establishment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/exercise-templates":{"get":{"operationId":"getExerciseTemplateCollection","tags":["ExerciseTemplate"],"responses":{"200":{"description":"ExerciseTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateListOutput"}}}}}},"summary":"Retrieves the collection of ExerciseTemplate resources.","description":"Retrieves the collection of ExerciseTemplate resources.","parameters":[{"name":"fromCoacheo","in":"query","description":"if true, return only the exercise created by coacheo","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"impactedMuscles","in":"query","description":"filter by impacted muscles","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"neededEquipments","in":"query","description":"filter by needed sport equipments","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"search with exercise name","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postExerciseTemplateCollection","tags":["ExerciseTemplate"],"responses":{"201":{"description":"ExerciseTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}}},"links":{"GetExerciseTemplateItem":{"operationId":"getExerciseTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/exercise-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ExerciseTemplate resource.","description":"Creates a ExerciseTemplate resource.","parameters":[],"requestBody":{"description":"The new ExerciseTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/exercise-templates\/bookmarked":{"get":{"operationId":"get_bookmarkedExerciseTemplateCollection","tags":["ExerciseTemplate"],"responses":{"200":{"description":"ExerciseTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateListOutput"}}}}}},"summary":"Retrieves the collection of ExerciseTemplate resources.","description":"Retrieves the collection of ExerciseTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/exercise-templates\/{id}":{"get":{"operationId":"getExerciseTemplateItem","tags":["ExerciseTemplate"],"responses":{"200":{"description":"ExerciseTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ExerciseTemplate resource.","description":"Retrieves a ExerciseTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putExerciseTemplateItem","tags":["ExerciseTemplate"],"responses":{"200":{"description":"ExerciseTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}}},"links":{"GetExerciseTemplateItem":{"operationId":"getExerciseTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/exercise-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ExerciseTemplate resource.","description":"Replaces the ExerciseTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ExerciseTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteExerciseTemplateItem","tags":["ExerciseTemplate"],"responses":{"204":{"description":"ExerciseTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ExerciseTemplate resource.","description":"Removes the ExerciseTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/exercise-templates\/{id}\/add-to-bookmark":{"put":{"operationId":"add_bookmarkExerciseTemplateItem","tags":["ExerciseTemplate"],"responses":{"200":{"description":"ExerciseTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}}},"links":{"GetExerciseTemplateItem":{"operationId":"getExerciseTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/exercise-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ExerciseTemplate resource.","description":"Replaces the ExerciseTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ExerciseTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateAddToBookmarkPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateAddToBookmarkPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/exercise-templates\/{id}\/remove-from-bookmark":{"put":{"operationId":"remove_bookmarkExerciseTemplateItem","tags":["ExerciseTemplate"],"responses":{"200":{"description":"ExerciseTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateDetailsOutput"}}},"links":{"GetExerciseTemplateItem":{"operationId":"getExerciseTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/exercise-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ExerciseTemplate resource.","description":"Replaces the ExerciseTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ExerciseTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateRemoveFromBookmarkPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExerciseTemplate.ExerciseTemplateRemoveFromBookmarkPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/feedbacks":{"get":{"operationId":"getFeedbackCollection","tags":["Feedback"],"responses":{"200":{"description":"Feedback collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Feedback.FeedbackListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Feedback.FeedbackListOutput"}}}}}},"summary":"Retrieves the collection of Feedback resources.","description":"Retrieves the collection of Feedback resources.","parameters":[{"name":"programSessionId","in":"query","description":"The program session id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postFeedbackCollection","tags":["Feedback"],"responses":{"201":{"description":"Feedback resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackDetailsOutput"}}},"links":{"GetFeedbackItem":{"operationId":"getFeedbackItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/feedbacks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Feedback resource.","description":"Creates a Feedback resource.","parameters":[],"requestBody":{"description":"The new Feedback resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/feedbacks\/{id}":{"get":{"operationId":"getFeedbackItem","tags":["Feedback"],"responses":{"200":{"description":"Feedback resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Feedback resource.","description":"Retrieves a Feedback resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putFeedbackItem","tags":["Feedback"],"responses":{"200":{"description":"Feedback resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackDetailsOutput"}}},"links":{"GetFeedbackItem":{"operationId":"getFeedbackItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/feedbacks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Feedback resource.","description":"Replaces the Feedback resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Feedback resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFeedbackItem","tags":["Feedback"],"responses":{"204":{"description":"Feedback resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Feedback resource.","description":"Removes the Feedback resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/frequencies":{"get":{"operationId":"getFrequencyCollection","tags":["Frequency"],"responses":{"200":{"description":"Frequency collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Frequency.FrequencyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Frequency.FrequencyListOutput"}}}}}},"summary":"Retrieves the collection of Frequency resources.","description":"Retrieves the collection of Frequency resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postFrequencyCollection","tags":["Frequency"],"responses":{"201":{"description":"Frequency resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyDetailsOutput"}}},"links":{"GetFrequencyItem":{"operationId":"getFrequencyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/frequencies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Frequency resource.","description":"Creates a Frequency resource.","parameters":[],"requestBody":{"description":"The new Frequency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/frequencies\/{id}":{"get":{"operationId":"getFrequencyItem","tags":["Frequency"],"responses":{"200":{"description":"Frequency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Frequency resource.","description":"Retrieves a Frequency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putFrequencyItem","tags":["Frequency"],"responses":{"200":{"description":"Frequency resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyDetailsOutput"}}},"links":{"GetFrequencyItem":{"operationId":"getFrequencyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/frequencies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Frequency resource.","description":"Replaces the Frequency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Frequency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Frequency.FrequencyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFrequencyItem","tags":["Frequency"],"responses":{"204":{"description":"Frequency resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Frequency resource.","description":"Removes the Frequency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/holidays":{"get":{"operationId":"getHolidayCollection","tags":["Holiday"],"responses":{"200":{"description":"Holiday collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Holiday.HolidayListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Holiday.HolidayListOutput"}}}}}},"summary":"Retrieves the collection of Holiday resources.","description":"Retrieves the collection of Holiday resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postHolidayCollection","tags":["Holiday"],"responses":{"201":{"description":"Holiday resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayDetailsOutput"}}},"links":{"GetHolidayItem":{"operationId":"getHolidayItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/holidays\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Holiday resource.","description":"Creates a Holiday resource.","parameters":[],"requestBody":{"description":"The new Holiday resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/holidays\/{id}":{"get":{"operationId":"getHolidayItem","tags":["Holiday"],"responses":{"200":{"description":"Holiday resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Holiday resource.","description":"Retrieves a Holiday resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putHolidayItem","tags":["Holiday"],"responses":{"200":{"description":"Holiday resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayDetailsOutput"}}},"links":{"GetHolidayItem":{"operationId":"getHolidayItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/holidays\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Holiday resource.","description":"Replaces the Holiday resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Holiday resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Holiday.HolidayPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteHolidayItem","tags":["Holiday"],"responses":{"204":{"description":"Holiday resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Holiday resource.","description":"Removes the Holiday resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/muscles":{"get":{"operationId":"getMuscleCollection","tags":["Muscle"],"responses":{"200":{"description":"Muscle collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Muscle.MuscleListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Muscle.MuscleListOutput"}}}}}},"summary":"Retrieves the collection of Muscle resources.","description":"Retrieves the collection of Muscle resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postMuscleCollection","tags":["Muscle"],"responses":{"201":{"description":"Muscle resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MuscleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MuscleDetailsOutput"}}},"links":{"GetMuscleItem":{"operationId":"getMuscleItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/muscles\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Muscle resource.","description":"Creates a Muscle resource.","parameters":[],"requestBody":{"description":"The new Muscle resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MusclePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MusclePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/muscles\/{id}":{"get":{"operationId":"getMuscleItem","tags":["Muscle"],"responses":{"200":{"description":"Muscle resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MuscleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MuscleDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Muscle resource.","description":"Retrieves a Muscle resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putMuscleItem","tags":["Muscle"],"responses":{"200":{"description":"Muscle resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MuscleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MuscleDetailsOutput"}}},"links":{"GetMuscleItem":{"operationId":"getMuscleItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/muscles\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Muscle resource.","description":"Replaces the Muscle resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Muscle resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MusclePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Muscle.MusclePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMuscleItem","tags":["Muscle"],"responses":{"204":{"description":"Muscle resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Muscle resource.","description":"Removes the Muscle resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/need-matchs":{"get":{"operationId":"getNeedMatchCollection","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchListOutput"}}}}}},"summary":"Retrieves the collection of NeedMatch resources.","description":"Retrieves the collection of NeedMatch resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNeedMatchCollection","tags":["NeedMatch"],"responses":{"201":{"description":"NeedMatch resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}},"links":{"GetNeedMatchItem":{"operationId":"getNeedMatchItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-matchs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NeedMatch resource.","description":"Creates a NeedMatch resource.","parameters":[],"requestBody":{"description":"The new NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/need-matchs\/{id}":{"get":{"operationId":"getNeedMatchItem","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NeedMatch resource.","description":"Retrieves a NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNeedMatchItem","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}},"links":{"GetNeedMatchItem":{"operationId":"getNeedMatchItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-matchs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NeedMatch resource.","description":"Replaces the NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNeedMatchItem","tags":["NeedMatch"],"responses":{"204":{"description":"NeedMatch resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NeedMatch resource.","description":"Removes the NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notes":{"get":{"operationId":"getNoteCollection","tags":["Note"],"responses":{"200":{"description":"Note collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Note.NoteListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Note.NoteListOutput"}}}}}},"summary":"Retrieves the collection of Note resources.","description":"Retrieves the collection of Note resources.","parameters":[{"name":"entityType","in":"query","description":"note type","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"entityId","in":"query","description":"note id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNoteCollection","tags":["Note"],"responses":{"201":{"description":"Note resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Note.NoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Note.NoteDetailsOutput"}}},"links":{"GetNoteItem":{"operationId":"getNoteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Note resource.","description":"Creates a Note resource.","parameters":[],"requestBody":{"description":"The new Note resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Note.NotePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Note.NotePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notes\/{id}":{"get":{"operationId":"getNoteItem","tags":["Note"],"responses":{"200":{"description":"Note resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Note.NoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Note.NoteDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Note resource.","description":"Retrieves a Note resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNoteItem","tags":["Note"],"responses":{"200":{"description":"Note resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Note.NoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Note.NoteDetailsOutput"}}},"links":{"GetNoteItem":{"operationId":"getNoteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Note resource.","description":"Replaces the Note resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Note resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Note.NotePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Note.NotePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNoteItem","tags":["Note"],"responses":{"204":{"description":"Note resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Note resource.","description":"Removes the Note resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-logs":{"get":{"operationId":"getNotificationLogCollection","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}}}}},"summary":"Retrieves the collection of NotificationLog resources.","description":"Retrieves the collection of NotificationLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationLogCollection","tags":["NotificationLog"],"responses":{"201":{"description":"NotificationLog resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationLog resource.","description":"Creates a NotificationLog resource.","parameters":[],"requestBody":{"description":"The new NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-logs\/{id}":{"get":{"operationId":"getNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationLog resource.","description":"Retrieves a NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationLog resource.","description":"Replaces the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationLogItem","tags":["NotificationLog"],"responses":{"204":{"description":"NotificationLog resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationLog resource.","description":"Removes the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-templates":{"get":{"operationId":"getNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}}}}},"summary":"Retrieves the collection of NotificationTemplate resources.","description":"Retrieves the collection of NotificationTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"201":{"description":"NotificationTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationTemplate resource.","description":"Creates a NotificationTemplate resource.","parameters":[],"requestBody":{"description":"The new NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-templates\/filters":{"get":{"operationId":"filtersNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.FilterOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.FilterOutput"}}}}}},"summary":"Retrieves the collection of NotificationTemplate resources.","description":"Retrieves the collection of NotificationTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-templates\/{id}":{"get":{"operationId":"getNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationTemplate resource.","description":"Retrieves a NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationTemplate resource.","description":"Replaces the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"204":{"description":"NotificationTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationTemplate resource.","description":"Removes the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-types":{"get":{"operationId":"getNotificationTypeCollection","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType"}}}}}},"summary":"Retrieves the collection of NotificationType resources.","description":"Retrieves the collection of NotificationType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTypeCollection","tags":["NotificationType"],"responses":{"201":{"description":"NotificationType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationType resource.","description":"Creates a NotificationType resource.","parameters":[],"requestBody":{"description":"The new NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-types\/{id}":{"get":{"operationId":"getNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationType resource.","description":"Retrieves a NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationType resource.","description":"Replaces the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTypeItem","tags":["NotificationType"],"responses":{"204":{"description":"NotificationType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationType resource.","description":"Removes the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notifications":{"get":{"operationId":"getNotificationCollection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}}}}},"summary":"Retrieves the collection of Notification resources.","description":"Retrieves the collection of Notification resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationCollection","tags":["Notification"],"responses":{"201":{"description":"Notification resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Notification resource.","description":"Creates a Notification resource.","parameters":[],"requestBody":{"description":"The new Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notifications\/{id}":{"get":{"operationId":"getNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Notification resource.","description":"Retrieves a Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Notification resource.","description":"Replaces the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationItem","tags":["Notification"],"responses":{"204":{"description":"Notification resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Notification resource.","description":"Removes the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/objectives":{"get":{"operationId":"getObjectiveCollection","tags":["Objective"],"responses":{"200":{"description":"Objective collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Objective.ObjectiveListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Objective.ObjectiveListOutput"}}}}}},"summary":"Retrieves the collection of Objective resources.","description":"Retrieves the collection of Objective resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postObjectiveCollection","tags":["Objective"],"responses":{"201":{"description":"Objective resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectiveDetailsOutput"}}},"links":{"GetObjectiveItem":{"operationId":"getObjectiveItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/objectives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Objective resource.","description":"Creates a Objective resource.","parameters":[],"requestBody":{"description":"The new Objective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectivePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectivePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/objectives\/{id}":{"get":{"operationId":"getObjectiveItem","tags":["Objective"],"responses":{"200":{"description":"Objective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectiveDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Objective resource.","description":"Retrieves a Objective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putObjectiveItem","tags":["Objective"],"responses":{"200":{"description":"Objective resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectiveDetailsOutput"}}},"links":{"GetObjectiveItem":{"operationId":"getObjectiveItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/objectives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Objective resource.","description":"Replaces the Objective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Objective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectivePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Objective.ObjectivePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteObjectiveItem","tags":["Objective"],"responses":{"204":{"description":"Objective resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Objective resource.","description":"Removes the Objective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/onboard-reasons":{"get":{"operationId":"getOnboardReasonCollection","tags":["OnboardReason"],"responses":{"200":{"description":"OnboardReason collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonListOutput"}}}}}},"summary":"Retrieves the collection of OnboardReason resources.","description":"Retrieves the collection of OnboardReason resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postOnboardReasonCollection","tags":["OnboardReason"],"responses":{"201":{"description":"OnboardReason resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonDetailsOutput"}}},"links":{"GetOnboardReasonItem":{"operationId":"getOnboardReasonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/onboard-reasons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a OnboardReason resource.","description":"Creates a OnboardReason resource.","parameters":[],"requestBody":{"description":"The new OnboardReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/onboard-reasons\/{id}":{"get":{"operationId":"getOnboardReasonItem","tags":["OnboardReason"],"responses":{"200":{"description":"OnboardReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a OnboardReason resource.","description":"Retrieves a OnboardReason resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putOnboardReasonItem","tags":["OnboardReason"],"responses":{"200":{"description":"OnboardReason resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonDetailsOutput"}}},"links":{"GetOnboardReasonItem":{"operationId":"getOnboardReasonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/onboard-reasons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the OnboardReason resource.","description":"Replaces the OnboardReason resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated OnboardReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OnboardReason.OnboardReasonPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteOnboardReasonItem","tags":["OnboardReason"],"responses":{"204":{"description":"OnboardReason resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the OnboardReason resource.","description":"Removes the OnboardReason resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/parameters":{"get":{"operationId":"getParameterCollection","tags":["Parameter"],"responses":{"200":{"description":"Parameter collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Parameter.ParameterListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Parameter.ParameterListOutput"}}}}}},"summary":"Retrieves the collection of Parameter resources.","description":"Retrieves the collection of Parameter resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postParameterCollection","tags":["Parameter"],"responses":{"201":{"description":"Parameter resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}}},"links":{"GetParameterItem":{"operationId":"getParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Parameter resource.","description":"Creates a Parameter resource.","parameters":[],"requestBody":{"description":"The new Parameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/parameters\/{id}":{"get":{"operationId":"getParameterItem","tags":["Parameter"],"responses":{"200":{"description":"Parameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Parameter resource.","description":"Retrieves a Parameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putParameterItem","tags":["Parameter"],"responses":{"200":{"description":"Parameter resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterDetailsOutput"}}},"links":{"GetParameterItem":{"operationId":"getParameterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/parameters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Parameter resource.","description":"Replaces the Parameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Parameter resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Parameter.ParameterPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteParameterItem","tags":["Parameter"],"responses":{"204":{"description":"Parameter resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Parameter resource.","description":"Removes the Parameter resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/participations\/create":{"ref":"matchingFormCreateParticipation","post":{"operationId":"matchingFormCreateParticipationItem","tags":["MatchingForm"],"responses":{"200":{"description":"Get the matching form participation details","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Participation"}}}}},"summary":"Create the matching form participation","description":"Create the matching form participation","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PostParticipation"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/participations\/{participationId}\/answer":{"ref":"matchingFormAnswer","post":{"operationId":"matchingFormAnswerItem","tags":["MatchingForm"],"responses":{"200":{"description":"Get the matching form participation details","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Participation"}}}}},"summary":"Answer to the matching form","description":"Answer to the matching form","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Answer"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/participations\/{participationId}\/current-question":{"ref":"matchingFormCurrentQuestion","post":{"operationId":"matchingFormCurrentQuestionItem","tags":["MatchingForm"],"responses":{"200":{"description":"Get the matching form current question details","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question"}}}}},"summary":"Get the matching form current question","description":"Get the matching form current question","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PostCurrentQuestion"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/payment-coach-session-books":{"get":{"operationId":"getPaymentCoachSessionBookCollection","tags":["PaymentCoachSessionBook"],"responses":{"200":{"description":"PaymentCoachSessionBook collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookListOutput"}}}}}},"summary":"Retrieves the collection of PaymentCoachSessionBook resources.","description":"Retrieves the collection of PaymentCoachSessionBook resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPaymentCoachSessionBookCollection","tags":["PaymentCoachSessionBook"],"responses":{"201":{"description":"PaymentCoachSessionBook resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookDetailsOutput"}}},"links":{"GetPaymentCoachSessionBookItem":{"operationId":"getPaymentCoachSessionBookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-coach-session-books\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PaymentCoachSessionBook resource.","description":"Creates a PaymentCoachSessionBook resource.","parameters":[],"requestBody":{"description":"The new PaymentCoachSessionBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/payment-coach-session-books\/{id}":{"get":{"operationId":"getPaymentCoachSessionBookItem","tags":["PaymentCoachSessionBook"],"responses":{"200":{"description":"PaymentCoachSessionBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentCoachSessionBook resource.","description":"Retrieves a PaymentCoachSessionBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPaymentCoachSessionBookItem","tags":["PaymentCoachSessionBook"],"responses":{"200":{"description":"PaymentCoachSessionBook resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookDetailsOutput"}}},"links":{"GetPaymentCoachSessionBookItem":{"operationId":"getPaymentCoachSessionBookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-coach-session-books\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PaymentCoachSessionBook resource.","description":"Replaces the PaymentCoachSessionBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PaymentCoachSessionBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSessionBook.PaymentCoachSessionBookPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePaymentCoachSessionBookItem","tags":["PaymentCoachSessionBook"],"responses":{"204":{"description":"PaymentCoachSessionBook resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PaymentCoachSessionBook resource.","description":"Removes the PaymentCoachSessionBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/payment-coach-subscriptions":{"get":{"operationId":"getPaymentCoachSubscriptionCollection","tags":["PaymentCoachSubscription"],"responses":{"200":{"description":"PaymentCoachSubscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of PaymentCoachSubscription resources.","description":"Retrieves the collection of PaymentCoachSubscription resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPaymentCoachSubscriptionCollection","tags":["PaymentCoachSubscription"],"responses":{"201":{"description":"PaymentCoachSubscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionDetailsOutput"}}},"links":{"GetPaymentCoachSubscriptionItem":{"operationId":"getPaymentCoachSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-coach-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PaymentCoachSubscription resource.","description":"Creates a PaymentCoachSubscription resource.","parameters":[],"requestBody":{"description":"The new PaymentCoachSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/payment-coach-subscriptions\/{id}":{"get":{"operationId":"getPaymentCoachSubscriptionItem","tags":["PaymentCoachSubscription"],"responses":{"200":{"description":"PaymentCoachSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentCoachSubscription resource.","description":"Retrieves a PaymentCoachSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPaymentCoachSubscriptionItem","tags":["PaymentCoachSubscription"],"responses":{"200":{"description":"PaymentCoachSubscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionDetailsOutput"}}},"links":{"GetPaymentCoachSubscriptionItem":{"operationId":"getPaymentCoachSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-coach-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PaymentCoachSubscription resource.","description":"Replaces the PaymentCoachSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PaymentCoachSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCoachSubscription.PaymentCoachSubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePaymentCoachSubscriptionItem","tags":["PaymentCoachSubscription"],"responses":{"204":{"description":"PaymentCoachSubscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PaymentCoachSubscription resource.","description":"Removes the PaymentCoachSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/payment-credits":{"get":{"operationId":"getPaymentCreditCollection","tags":["PaymentCredit"],"responses":{"200":{"description":"PaymentCredit collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditListOutput"}}}}}},"summary":"Retrieves the collection of PaymentCredit resources.","description":"Retrieves the collection of PaymentCredit resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPaymentCreditCollection","tags":["PaymentCredit"],"responses":{"201":{"description":"PaymentCredit resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditDetailsOutput"}}},"links":{"GetPaymentCreditItem":{"operationId":"getPaymentCreditItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-credits\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PaymentCredit resource.","description":"Creates a PaymentCredit resource.","parameters":[],"requestBody":{"description":"The new PaymentCredit resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/payment-credits\/{id}":{"get":{"operationId":"getPaymentCreditItem","tags":["PaymentCredit"],"responses":{"200":{"description":"PaymentCredit resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentCredit resource.","description":"Retrieves a PaymentCredit resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPaymentCreditItem","tags":["PaymentCredit"],"responses":{"200":{"description":"PaymentCredit resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditDetailsOutput"}}},"links":{"GetPaymentCreditItem":{"operationId":"getPaymentCreditItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-credits\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PaymentCredit resource.","description":"Replaces the PaymentCredit resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PaymentCredit resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentCredit.PaymentCreditPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePaymentCreditItem","tags":["PaymentCredit"],"responses":{"204":{"description":"PaymentCredit resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PaymentCredit resource.","description":"Removes the PaymentCredit resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/payment-sessions":{"get":{"operationId":"getPaymentSessionCollection","tags":["PaymentSession"],"responses":{"200":{"description":"PaymentSession collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionListOutput"}}}}}},"summary":"Retrieves the collection of PaymentSession resources.","description":"Retrieves the collection of PaymentSession resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPaymentSessionCollection","tags":["PaymentSession"],"responses":{"201":{"description":"PaymentSession resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionDetailsOutput"}}},"links":{"GetPaymentSessionItem":{"operationId":"getPaymentSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PaymentSession resource.","description":"Creates a PaymentSession resource.","parameters":[],"requestBody":{"description":"The new PaymentSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/payment-sessions\/{id}":{"get":{"operationId":"getPaymentSessionItem","tags":["PaymentSession"],"responses":{"200":{"description":"PaymentSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentSession resource.","description":"Retrieves a PaymentSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPaymentSessionItem","tags":["PaymentSession"],"responses":{"200":{"description":"PaymentSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionDetailsOutput"}}},"links":{"GetPaymentSessionItem":{"operationId":"getPaymentSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PaymentSession resource.","description":"Replaces the PaymentSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PaymentSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSession.PaymentSessionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePaymentSessionItem","tags":["PaymentSession"],"responses":{"204":{"description":"PaymentSession resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PaymentSession resource.","description":"Removes the PaymentSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/payment-subscriptions":{"get":{"operationId":"getPaymentSubscriptionCollection","tags":["PaymentSubscription"],"responses":{"200":{"description":"PaymentSubscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of PaymentSubscription resources.","description":"Retrieves the collection of PaymentSubscription resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPaymentSubscriptionCollection","tags":["PaymentSubscription"],"responses":{"201":{"description":"PaymentSubscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}}},"links":{"GetPaymentSubscriptionItem":{"operationId":"getPaymentSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PaymentSubscription resource.","description":"Creates a PaymentSubscription resource.","parameters":[],"requestBody":{"description":"The new PaymentSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/payment-subscriptions\/{id}":{"get":{"operationId":"getPaymentSubscriptionItem","tags":["PaymentSubscription"],"responses":{"200":{"description":"PaymentSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentSubscription resource.","description":"Retrieves a PaymentSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPaymentSubscriptionItem","tags":["PaymentSubscription"],"responses":{"200":{"description":"PaymentSubscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionDetailsOutput"}}},"links":{"GetPaymentSubscriptionItem":{"operationId":"getPaymentSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/payment-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PaymentSubscription resource.","description":"Replaces the PaymentSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PaymentSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentSubscription.PaymentSubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePaymentSubscriptionItem","tags":["PaymentSubscription"],"responses":{"204":{"description":"PaymentSubscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PaymentSubscription resource.","description":"Removes the PaymentSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/person-needs":{"get":{"operationId":"getPersonNeedCollection","tags":["PersonNeed"],"responses":{"200":{"description":"PersonNeed collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedListOutput"}}}}}},"summary":"Retrieves the collection of PersonNeed resources.","description":"Retrieves the collection of PersonNeed resources.","parameters":[{"name":"onlyToday","in":"query","description":"search person needs only today","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPersonNeedCollection","tags":["PersonNeed"],"responses":{"201":{"description":"PersonNeed resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedDetailsOutput"}}},"links":{"GetPersonNeedItem":{"operationId":"getPersonNeedItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/person-needs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PersonNeed resource.","description":"Creates a PersonNeed resource.","parameters":[],"requestBody":{"description":"The new PersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/person-needs\/{id}":{"get":{"operationId":"getPersonNeedItem","tags":["PersonNeed"],"responses":{"200":{"description":"PersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PersonNeed resource.","description":"Retrieves a PersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPersonNeedItem","tags":["PersonNeed"],"responses":{"200":{"description":"PersonNeed resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedDetailsOutput"}}},"links":{"GetPersonNeedItem":{"operationId":"getPersonNeedItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/person-needs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PersonNeed resource.","description":"Replaces the PersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePersonNeedItem","tags":["PersonNeed"],"responses":{"204":{"description":"PersonNeed resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PersonNeed resource.","description":"Removes the PersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/persons":{"get":{"operationId":"getPersonCollection","tags":["Person"],"responses":{"200":{"description":"Person collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.PersonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.PersonListOutput"}}}}}},"summary":"Retrieves the collection of Person resources.","description":"Retrieves the collection of Person resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPersonCollection","tags":["Person"],"responses":{"201":{"description":"Person resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}}},"links":{"GetPersonItem":{"operationId":"getPersonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/persons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Person resource.","description":"Creates a Person resource.","parameters":[],"requestBody":{"description":"The new Person resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/persons\/create":{"ref":"matchingFormCreatePerson","post":{"operationId":"matchingFormCreatePersonItem","tags":["MatchingForm"],"responses":{"200":{"description":"Get the matching form person details","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MatchingPerson"}}}}},"summary":"Create the matching form person","description":"Create the matching form person","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PostPerson"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/persons\/{id}":{"get":{"operationId":"getPersonItem","tags":["Person"],"responses":{"200":{"description":"Person resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Person resource.","description":"Retrieves a Person resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPersonItem","tags":["Person"],"responses":{"200":{"description":"Person resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}}},"links":{"GetPersonItem":{"operationId":"getPersonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/persons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Person resource.","description":"Replaces the Person resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Person resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePersonItem","tags":["Person"],"responses":{"204":{"description":"Person resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Person resource.","description":"Removes the Person resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/planning-templates":{"get":{"operationId":"getPlanningTemplateCollection","tags":["PlanningTemplate"],"responses":{"200":{"description":"PlanningTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateListOutput"}}}}}},"summary":"Retrieves the collection of PlanningTemplate resources.","description":"Retrieves the collection of PlanningTemplate resources.","parameters":[{"name":"isDefault","in":"query","description":"if the planning template isDefault or not","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPlanningTemplateCollection","tags":["PlanningTemplate"],"responses":{"201":{"description":"PlanningTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}}},"links":{"GetPlanningTemplateItem":{"operationId":"getPlanningTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/planning-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PlanningTemplate resource.","description":"Creates a PlanningTemplate resource.","parameters":[],"requestBody":{"description":"The new PlanningTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/planning-templates\/{id}":{"get":{"operationId":"getPlanningTemplateItem","tags":["PlanningTemplate"],"responses":{"200":{"description":"PlanningTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PlanningTemplate resource.","description":"Retrieves a PlanningTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPlanningTemplateItem","tags":["PlanningTemplate"],"responses":{"200":{"description":"PlanningTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}}},"links":{"GetPlanningTemplateItem":{"operationId":"getPlanningTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/planning-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PlanningTemplate resource.","description":"Replaces the PlanningTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PlanningTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePlanningTemplateItem","tags":["PlanningTemplate"],"responses":{"204":{"description":"PlanningTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PlanningTemplate resource.","description":"Removes the PlanningTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/planning-templates\/{id}\/activate":{"put":{"operationId":"activatePlanningTemplateItem","tags":["PlanningTemplate"],"responses":{"200":{"description":"PlanningTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}}},"links":{"GetPlanningTemplateItem":{"operationId":"getPlanningTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/planning-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PlanningTemplate resource.","description":"Replaces the PlanningTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PlanningTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateActivatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateActivatePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/planning-templates\/{id}\/week-type":{"put":{"operationId":"put_week_typePlanningTemplateItem","tags":["PlanningTemplate"],"responses":{"200":{"description":"PlanningTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateDetailsOutput"}}},"links":{"GetPlanningTemplateItem":{"operationId":"getPlanningTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/planning-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PlanningTemplate resource.","description":"Replaces the PlanningTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PlanningTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateWeekTypeInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PlanningTemplate.PlanningTemplateWeekTypeInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/product-prices":{"get":{"operationId":"getProductPriceCollection","tags":["ProductPrice"],"responses":{"200":{"description":"ProductPrice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceListOutput"}}}}}},"summary":"Retrieves the collection of ProductPrice resources.","description":"Retrieves the collection of ProductPrice resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductPriceCollection","tags":["ProductPrice"],"responses":{"201":{"description":"ProductPrice resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceDetailsOutput"}}},"links":{"GetProductPriceItem":{"operationId":"getProductPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/product-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProductPrice resource.","description":"Creates a ProductPrice resource.","parameters":[],"requestBody":{"description":"The new ProductPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPricePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPricePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/product-prices\/{id}":{"get":{"operationId":"getProductPriceItem","tags":["ProductPrice"],"responses":{"200":{"description":"ProductPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductPrice resource.","description":"Retrieves a ProductPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductPriceItem","tags":["ProductPrice"],"responses":{"200":{"description":"ProductPrice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceDetailsOutput"}}},"links":{"GetProductPriceItem":{"operationId":"getProductPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/product-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProductPrice resource.","description":"Replaces the ProductPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPricePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPricePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProductPriceItem","tags":["ProductPrice"],"responses":{"204":{"description":"ProductPrice resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProductPrice resource.","description":"Removes the ProductPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/products":{"get":{"operationId":"getProductCollection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductListOutput"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductCollection","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Product resource.","description":"Creates a Product resource.","parameters":[],"requestBody":{"description":"The new Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/products\/{id}":{"get":{"operationId":"getProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Product resource.","description":"Replaces the Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProductItem","tags":["Product"],"responses":{"204":{"description":"Product resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Product resource.","description":"Removes the Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/products\/{productId}\/clients\/{id}\/check-formula-included":{"get":{"operationId":"check_if_product_is_includedClientItem","tags":["Client"],"responses":{"200":{"description":"Client resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Client"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Client resource.","description":"Retrieves a Client resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/products\/{productId}\/product-prices":{"get":{"operationId":"get_product_product_pricesProductPriceCollection","tags":["ProductPrice"],"responses":{"200":{"description":"ProductPrice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPrice.ProductPriceListOutput"}}}}}},"summary":"Retrieves the collection of ProductPrice resources.","description":"Retrieves the collection of ProductPrice resources.","parameters":[{"name":"productId","in":"path","description":"The product Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/program-payments":{"get":{"operationId":"getProgramPaymentCollection","tags":["ProgramPayment"],"responses":{"200":{"description":"ProgramPayment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentListOutput"}}}}}},"summary":"Retrieves the collection of ProgramPayment resources.","description":"Retrieves the collection of ProgramPayment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProgramPaymentCollection","tags":["ProgramPayment"],"responses":{"201":{"description":"ProgramPayment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentDetailsOutput"}}},"links":{"GetProgramPaymentItem":{"operationId":"getProgramPaymentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-payments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramPayment resource.","description":"Creates a ProgramPayment resource.","parameters":[],"requestBody":{"description":"The new ProgramPayment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-payments\/{id}":{"get":{"operationId":"getProgramPaymentItem","tags":["ProgramPayment"],"responses":{"200":{"description":"ProgramPayment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProgramPayment resource.","description":"Retrieves a ProgramPayment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProgramPaymentItem","tags":["ProgramPayment"],"responses":{"200":{"description":"ProgramPayment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentDetailsOutput"}}},"links":{"GetProgramPaymentItem":{"operationId":"getProgramPaymentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-payments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramPayment resource.","description":"Replaces the ProgramPayment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramPayment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramPayment.ProgramPaymentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProgramPaymentItem","tags":["ProgramPayment"],"responses":{"204":{"description":"ProgramPayment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProgramPayment resource.","description":"Removes the ProgramPayment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/program-sessions":{"get":{"operationId":"getProgramSessionCollection","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionListOutput"}}}}}},"summary":"Retrieves the collection of ProgramSession resources.","description":"Retrieves the collection of ProgramSession resources.","parameters":[{"name":"programId","in":"query","description":"The program id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProgramSessionCollection","tags":["ProgramSession"],"responses":{"201":{"description":"ProgramSession resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramSession resource.","description":"Creates a ProgramSession resource.","parameters":[],"requestBody":{"description":"The new ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}":{"get":{"operationId":"getProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProgramSession resource.","description":"Retrieves a ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteProgramSessionItem","tags":["ProgramSession"],"responses":{"204":{"description":"ProgramSession resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProgramSession resource.","description":"Removes the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/add-bloc":{"put":{"operationId":"put_add_blocProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionAddBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionAddBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/add-exercise":{"put":{"operationId":"put_add_exerciseProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionAddExerciseInBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionAddExerciseInBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/complete":{"put":{"operationId":"put_complete_sessionProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionCompletePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionCompletePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/configure-bloc":{"put":{"operationId":"put_configure_blocProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionConfigureBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionConfigureBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/configure-exercise":{"put":{"operationId":"put_configure_exerciseProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionConfigureExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionConfigureExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/configure-session":{"put":{"operationId":"put_configure_sessionProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionConfigureSessionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionConfigureSessionPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/order-bloc":{"put":{"operationId":"put_order_bloc_in_sessionProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionOrderBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionOrderBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/order-exercise":{"put":{"operationId":"put_order_exercise_in_blocProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionOrderExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionOrderExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/remove-bloc":{"put":{"operationId":"put_remove_blocProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionRemoveBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionRemoveBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-sessions\/{id}\/remove-exercise":{"put":{"operationId":"put_remove_exerciseProgramSessionItem","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionDetailsOutput"}}},"links":{"GetProgramSessionItem":{"operationId":"getProgramSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSession resource.","description":"Replaces the ProgramSession resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionRemoveExerciseInBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionRemoveExerciseInBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-subscription-payments":{"get":{"operationId":"getProgramSubscriptionPaymentCollection","tags":["ProgramSubscriptionPayment"],"responses":{"200":{"description":"ProgramSubscriptionPayment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentListOutput"}}}}}},"summary":"Retrieves the collection of ProgramSubscriptionPayment resources.","description":"Retrieves the collection of ProgramSubscriptionPayment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProgramSubscriptionPaymentCollection","tags":["ProgramSubscriptionPayment"],"responses":{"201":{"description":"ProgramSubscriptionPayment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentDetailsOutput"}}},"links":{"GetProgramSubscriptionPaymentItem":{"operationId":"getProgramSubscriptionPaymentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-subscription-payments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramSubscriptionPayment resource.","description":"Creates a ProgramSubscriptionPayment resource.","parameters":[],"requestBody":{"description":"The new ProgramSubscriptionPayment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-subscription-payments\/{id}":{"get":{"operationId":"getProgramSubscriptionPaymentItem","tags":["ProgramSubscriptionPayment"],"responses":{"200":{"description":"ProgramSubscriptionPayment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProgramSubscriptionPayment resource.","description":"Retrieves a ProgramSubscriptionPayment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProgramSubscriptionPaymentItem","tags":["ProgramSubscriptionPayment"],"responses":{"200":{"description":"ProgramSubscriptionPayment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentDetailsOutput"}}},"links":{"GetProgramSubscriptionPaymentItem":{"operationId":"getProgramSubscriptionPaymentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-subscription-payments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSubscriptionPayment resource.","description":"Replaces the ProgramSubscriptionPayment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSubscriptionPayment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPayment.ProgramSubscriptionPaymentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProgramSubscriptionPaymentItem","tags":["ProgramSubscriptionPayment"],"responses":{"204":{"description":"ProgramSubscriptionPayment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProgramSubscriptionPayment resource.","description":"Removes the ProgramSubscriptionPayment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/program-subscriptions":{"get":{"operationId":"getProgramSubscriptionCollection","tags":["ProgramSubscription"],"responses":{"200":{"description":"ProgramSubscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of ProgramSubscription resources.","description":"Retrieves the collection of ProgramSubscription resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProgramSubscriptionCollection","tags":["ProgramSubscription"],"responses":{"201":{"description":"ProgramSubscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionDetailsOutput"}}},"links":{"GetProgramSubscriptionItem":{"operationId":"getProgramSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramSubscription resource.","description":"Creates a ProgramSubscription resource.","parameters":[],"requestBody":{"description":"The new ProgramSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-subscriptions\/{id}":{"get":{"operationId":"getProgramSubscriptionItem","tags":["ProgramSubscription"],"responses":{"200":{"description":"ProgramSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProgramSubscription resource.","description":"Retrieves a ProgramSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProgramSubscriptionItem","tags":["ProgramSubscription"],"responses":{"200":{"description":"ProgramSubscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionDetailsOutput"}}},"links":{"GetProgramSubscriptionItem":{"operationId":"getProgramSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramSubscription resource.","description":"Replaces the ProgramSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProgramSubscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramSubscription.ProgramSubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProgramSubscriptionItem","tags":["ProgramSubscription"],"responses":{"204":{"description":"ProgramSubscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProgramSubscription resource.","description":"Removes the ProgramSubscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs":{"get":{"operationId":"getProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProgramCollection","tags":["Program"],"responses":{"201":{"description":"Program resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Program resource.","description":"Creates a Program resource.","parameters":[],"requestBody":{"description":"The new Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/pay":{"post":{"operationId":"payProgramCollection","tags":["Program"],"responses":{"201":{"description":"Program resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Program resource.","description":"Creates a Program resource.","parameters":[],"requestBody":{"description":"The new Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPayPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPayPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}":{"get":{"operationId":"getProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Program resource.","description":"Retrieves a Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Program resource.","description":"Replaces the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProgramItem","tags":["Program"],"responses":{"204":{"description":"Program resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Program resource.","description":"Removes the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/add-session":{"put":{"operationId":"add_sessionProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Program resource.","description":"Replaces the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramAddSessionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramAddSessionPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/publish":{"put":{"operationId":"publishProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Program resource.","description":"Replaces the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublishPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublishPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/promotion-codes":{"get":{"operationId":"getPromotionCodeCollection","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeListOutput"}}}}}},"summary":"Retrieves the collection of PromotionCode resources.","description":"Retrieves the collection of PromotionCode resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPromotionCodeCollection","tags":["PromotionCode"],"responses":{"201":{"description":"PromotionCode resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}}},"links":{"GetPromotionCodeItem":{"operationId":"getPromotionCodeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/promotion-codes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PromotionCode resource.","description":"Creates a PromotionCode resource.","parameters":[],"requestBody":{"description":"The new PromotionCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/promotion-codes\/check":{"get":{"operationId":"checkPromotionCodeCollection","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionCode"}}}}}},"summary":"Retrieves the collection of PromotionCode resources.","description":"Retrieves the collection of PromotionCode resources.","parameters":[{"name":"code","in":"query","description":"The code of the promotion","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/promotion-codes\/{id}":{"get":{"operationId":"getPromotionCodeItem","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PromotionCode resource.","description":"Retrieves a PromotionCode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPromotionCodeItem","tags":["PromotionCode"],"responses":{"200":{"description":"PromotionCode resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodeDetailsOutput"}}},"links":{"GetPromotionCodeItem":{"operationId":"getPromotionCodeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/promotion-codes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PromotionCode resource.","description":"Replaces the PromotionCode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PromotionCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionCode.PromotionCodePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePromotionCodeItem","tags":["PromotionCode"],"responses":{"204":{"description":"PromotionCode resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PromotionCode resource.","description":"Removes the PromotionCode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/countries":{"get":{"operationId":"getCountryCollection","tags":["Country"],"responses":{"200":{"description":"Country collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}}}}},"summary":"Retrieves the collection of Country resources.","description":"Retrieves the collection of Country resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/employees\/{id}":{"get":{"operationId":"get_public_infoEmployeeItem","tags":["Employee"],"responses":{"200":{"description":"Employee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeePublicDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Employee.EmployeePublicDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Employee resource.","description":"Retrieves a Employee resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/search-address":{"ref":"Search addresses","summary":"Search addresses","description":"Search addresses","get":{"operationId":"addressesItem","tags":["Address"],"responses":{"200":{"description":"Found addresses","content":{"application\/json":{"schema":{"type":"array"}}}}},"summary":"Search addresses","description":"Search addresses","parameters":[],"deprecated":false},"parameters":[]},"\/api\/public\/search-establishment":{"ref":"Get establishments","summary":"Get establishments","description":"Get establishments","get":{"operationId":"establishmentsItem","tags":["Register"],"responses":{"200":{"description":"Get Event","content":{"application\/json":{"schema":{"type":"array"}}}}},"summary":"Get establishments","description":"Get establishments","parameters":[],"deprecated":false},"parameters":[]},"\/api\/recurrences":{"get":{"operationId":"getRecurrenceCollection","tags":["Recurrence"],"responses":{"200":{"description":"Recurrence collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceListOutput"}}}}}},"summary":"Retrieves the collection of Recurrence resources.","description":"Retrieves the collection of Recurrence resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postRecurrenceCollection","tags":["Recurrence"],"responses":{"201":{"description":"Recurrence resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceDetailsOutput"}}},"links":{"GetRecurrenceItem":{"operationId":"getRecurrenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/recurrences\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Recurrence resource.","description":"Creates a Recurrence resource.","parameters":[],"requestBody":{"description":"The new Recurrence resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrencePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrencePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/recurrences\/{id}":{"get":{"operationId":"getRecurrenceItem","tags":["Recurrence"],"responses":{"200":{"description":"Recurrence resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Recurrence resource.","description":"Retrieves a Recurrence resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putRecurrenceItem","tags":["Recurrence"],"responses":{"200":{"description":"Recurrence resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrenceDetailsOutput"}}},"links":{"GetRecurrenceItem":{"operationId":"getRecurrenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/recurrences\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Recurrence resource.","description":"Replaces the Recurrence resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Recurrence resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrencePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Recurrence.RecurrencePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteRecurrenceItem","tags":["Recurrence"],"responses":{"204":{"description":"Recurrence resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Recurrence resource.","description":"Removes the Recurrence resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/resource-types":{"get":{"operationId":"getResourceTypeCollection","tags":["ResourceType"],"responses":{"200":{"description":"ResourceType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeListOutput"}}}}}},"summary":"Retrieves the collection of ResourceType resources.","description":"Retrieves the collection of ResourceType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postResourceTypeCollection","tags":["ResourceType"],"responses":{"201":{"description":"ResourceType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeDetailsOutput"}}},"links":{"GetResourceTypeItem":{"operationId":"getResourceTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/resource-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ResourceType resource.","description":"Creates a ResourceType resource.","parameters":[],"requestBody":{"description":"The new ResourceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/resource-types\/{id}":{"get":{"operationId":"getResourceTypeItem","tags":["ResourceType"],"responses":{"200":{"description":"ResourceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ResourceType resource.","description":"Retrieves a ResourceType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putResourceTypeItem","tags":["ResourceType"],"responses":{"200":{"description":"ResourceType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypeDetailsOutput"}}},"links":{"GetResourceTypeItem":{"operationId":"getResourceTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/resource-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ResourceType resource.","description":"Replaces the ResourceType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ResourceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ResourceType.ResourceTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteResourceTypeItem","tags":["ResourceType"],"responses":{"204":{"description":"ResourceType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ResourceType resource.","description":"Removes the ResourceType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/resources":{"get":{"operationId":"getResourceCollection","tags":["Resource"],"responses":{"200":{"description":"Resource collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Resource.ResourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Resource.ResourceListOutput"}}}}}},"summary":"Retrieves the collection of Resource resources.","description":"Retrieves the collection of Resource resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postResourceCollection","tags":["Resource"],"responses":{"201":{"description":"Resource resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourceDetailsOutput"}}},"links":{"GetResourceItem":{"operationId":"getResourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/resources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Resource resource.","description":"Creates a Resource resource.","parameters":[],"requestBody":{"description":"The new Resource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourcePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourcePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/resources\/{id}":{"get":{"operationId":"getResourceItem","tags":["Resource"],"responses":{"200":{"description":"Resource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Resource resource.","description":"Retrieves a Resource resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putResourceItem","tags":["Resource"],"responses":{"200":{"description":"Resource resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourceDetailsOutput"}}},"links":{"GetResourceItem":{"operationId":"getResourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/resources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Resource resource.","description":"Replaces the Resource resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Resource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourcePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Resource.ResourcePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteResourceItem","tags":["Resource"],"responses":{"204":{"description":"Resource resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Resource resource.","description":"Removes the Resource resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/reviews":{"get":{"operationId":"getReviewCollection","tags":["Review"],"responses":{"200":{"description":"Review collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Review.ReviewListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Review.ReviewListOutput"}}}}}},"summary":"Retrieves the collection of Review resources.","description":"Retrieves the collection of Review resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postReviewCollection","tags":["Review"],"responses":{"201":{"description":"Review resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewDetailsOutput"}}},"links":{"GetReviewItem":{"operationId":"getReviewItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/reviews\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Review resource.","description":"Creates a Review resource.","parameters":[],"requestBody":{"description":"The new Review resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/reviews\/{id}":{"get":{"operationId":"getReviewItem","tags":["Review"],"responses":{"200":{"description":"Review resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Review resource.","description":"Retrieves a Review resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putReviewItem","tags":["Review"],"responses":{"200":{"description":"Review resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewDetailsOutput"}}},"links":{"GetReviewItem":{"operationId":"getReviewItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/reviews\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Review resource.","description":"Replaces the Review resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Review resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Review.ReviewPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteReviewItem","tags":["Review"],"responses":{"204":{"description":"Review resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Review resource.","description":"Removes the Review resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/session-templates":{"get":{"operationId":"getSessionTemplateCollection","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateListOutput"}}}}}},"summary":"Retrieves the collection of SessionTemplate resources.","description":"Retrieves the collection of SessionTemplate resources.","parameters":[{"name":"search","in":"query","description":"title of the session template","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSessionTemplateCollection","tags":["SessionTemplate"],"responses":{"201":{"description":"SessionTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SessionTemplate resource.","description":"Creates a SessionTemplate resource.","parameters":[],"requestBody":{"description":"The new SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}":{"get":{"operationId":"getSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SessionTemplate resource.","description":"Retrieves a SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSessionTemplateItem","tags":["SessionTemplate"],"responses":{"204":{"description":"SessionTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SessionTemplate resource.","description":"Removes the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/add-bloc":{"put":{"operationId":"add_blocSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateAddBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateAddBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/add-exercise":{"put":{"operationId":"put_add_exerciseSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateAddExerciseInBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateAddExerciseInBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/configure-bloc":{"put":{"operationId":"put_configure_blocSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateConfigureBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateConfigureBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/configure-exercise":{"put":{"operationId":"put_configure_exerciseSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateConfigureExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateConfigureExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/order-bloc":{"put":{"operationId":"put_order_bloc_in_sessionSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateOrderBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateOrderBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/order-exercise":{"put":{"operationId":"put_order_exercise_in_blocSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateOrderExercisePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateOrderExercisePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/remove-bloc":{"put":{"operationId":"remove_blocSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateRemoveBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateRemoveBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-templates\/{id}\/remove-exercise":{"put":{"operationId":"put_remove_exerciseSessionTemplateItem","tags":["SessionTemplate"],"responses":{"200":{"description":"SessionTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateDetailsOutput"}}},"links":{"GetSessionTemplateItem":{"operationId":"getSessionTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionTemplate resource.","description":"Replaces the SessionTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateRemoveExerciseInBlocPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionTemplate.SessionTemplateRemoveExerciseInBlocPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-types":{"get":{"operationId":"getSessionTypeCollection","tags":["SessionType"],"responses":{"200":{"description":"SessionType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeListOutput"}}}}}},"summary":"Retrieves the collection of SessionType resources.","description":"Retrieves the collection of SessionType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSessionTypeCollection","tags":["SessionType"],"responses":{"201":{"description":"SessionType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeDetailsOutput"}}},"links":{"GetSessionTypeItem":{"operationId":"getSessionTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SessionType resource.","description":"Creates a SessionType resource.","parameters":[],"requestBody":{"description":"The new SessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/session-types\/{id}":{"get":{"operationId":"getSessionTypeItem","tags":["SessionType"],"responses":{"200":{"description":"SessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SessionType resource.","description":"Retrieves a SessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSessionTypeItem","tags":["SessionType"],"responses":{"200":{"description":"SessionType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypeDetailsOutput"}}},"links":{"GetSessionTypeItem":{"operationId":"getSessionTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/session-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SessionType resource.","description":"Replaces the SessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SessionType.SessionTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSessionTypeItem","tags":["SessionType"],"responses":{"204":{"description":"SessionType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SessionType resource.","description":"Removes the SessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/skills":{"get":{"operationId":"getSkillCollection","tags":["Skill"],"responses":{"200":{"description":"Skill collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Skill.SkillListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Skill.SkillListOutput"}}}}}},"summary":"Retrieves the collection of Skill resources.","description":"Retrieves the collection of Skill resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSkillCollection","tags":["Skill"],"responses":{"201":{"description":"Skill resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillDetailsOutput"}}},"links":{"GetSkillItem":{"operationId":"getSkillItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/skills\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Skill resource.","description":"Creates a Skill resource.","parameters":[],"requestBody":{"description":"The new Skill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/skills\/{id}":{"get":{"operationId":"getSkillItem","tags":["Skill"],"responses":{"200":{"description":"Skill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Skill resource.","description":"Retrieves a Skill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSkillItem","tags":["Skill"],"responses":{"200":{"description":"Skill resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillDetailsOutput"}}},"links":{"GetSkillItem":{"operationId":"getSkillItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/skills\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Skill resource.","description":"Replaces the Skill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Skill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Skill.SkillPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSkillItem","tags":["Skill"],"responses":{"204":{"description":"Skill resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Skill resource.","description":"Removes the Skill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/sport-equipments":{"get":{"operationId":"getSportEquipmentCollection","tags":["SportEquipment"],"responses":{"200":{"description":"SportEquipment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentListOutput"}}}}}},"summary":"Retrieves the collection of SportEquipment resources.","description":"Retrieves the collection of SportEquipment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSportEquipmentCollection","tags":["SportEquipment"],"responses":{"201":{"description":"SportEquipment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentDetailsOutput"}}},"links":{"GetSportEquipmentItem":{"operationId":"getSportEquipmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sport-equipments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SportEquipment resource.","description":"Creates a SportEquipment resource.","parameters":[],"requestBody":{"description":"The new SportEquipment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/sport-equipments\/{id}":{"get":{"operationId":"getSportEquipmentItem","tags":["SportEquipment"],"responses":{"200":{"description":"SportEquipment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SportEquipment resource.","description":"Retrieves a SportEquipment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSportEquipmentItem","tags":["SportEquipment"],"responses":{"200":{"description":"SportEquipment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentDetailsOutput"}}},"links":{"GetSportEquipmentItem":{"operationId":"getSportEquipmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sport-equipments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SportEquipment resource.","description":"Replaces the SportEquipment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SportEquipment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SportEquipment.SportEquipmentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSportEquipmentItem","tags":["SportEquipment"],"responses":{"204":{"description":"SportEquipment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SportEquipment resource.","description":"Removes the SportEquipment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/stripe-connect\/auth":{"ref":"Stripe Oauth","post":{"operationId":"stripeOauth","tags":["Token"],"responses":{"200":{"description":"Get stripe connect oauth","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StripeOauthResponse"}}}}},"summary":"Get JWT token to stripe Connect.","description":"Get JWT token to stripe Connect.","parameters":[],"requestBody":{"description":"Generate new JWT Token for stripe Connect","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StripeOauthBody"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/stripe-connect\/link":{"ref":"Stripe Oauth Link","post":{"operationId":"stripeGetLink","tags":["Token"],"responses":{"200":{"description":"Get stripe connect oauth Link","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StripeOauthLinkResponse"}}}}},"summary":"Get Link to stripe Connect.","description":"GetLink to stripe Connect.","parameters":[],"requestBody":{"description":"Generate Link for stripe Connect","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StripeOauthLinkBody"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/subscribe":{"post":{"operationId":"subscribeSubscriptionCollection","tags":["Subscription"],"responses":{"201":{"description":"Subscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Subscription resource.","description":"Creates a Subscription resource.","parameters":[],"requestBody":{"description":"The new Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscription-plans":{"get":{"operationId":"getSubscriptionPlanCollection","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanListOutput"}}}}}},"summary":"Retrieves the collection of SubscriptionPlan resources.","description":"Retrieves the collection of SubscriptionPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSubscriptionPlanCollection","tags":["SubscriptionPlan"],"responses":{"201":{"description":"SubscriptionPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}},"links":{"GetSubscriptionPlanItem":{"operationId":"getSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SubscriptionPlan resource.","description":"Creates a SubscriptionPlan resource.","parameters":[],"requestBody":{"description":"The new SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscription-plans\/{id}":{"get":{"operationId":"getSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SubscriptionPlan resource.","description":"Retrieves a SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}},"links":{"GetSubscriptionPlanItem":{"operationId":"getSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SubscriptionPlan resource.","description":"Replaces the SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"204":{"description":"SubscriptionPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SubscriptionPlan resource.","description":"Removes the SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscription-prices":{"get":{"operationId":"getSubscriptionPriceCollection","tags":["SubscriptionPrice"],"responses":{"200":{"description":"SubscriptionPrice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceListOutput"}}}}}},"summary":"Retrieves the collection of SubscriptionPrice resources.","description":"Retrieves the collection of SubscriptionPrice resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSubscriptionPriceCollection","tags":["SubscriptionPrice"],"responses":{"201":{"description":"SubscriptionPrice resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}}},"links":{"GetSubscriptionPriceItem":{"operationId":"getSubscriptionPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SubscriptionPrice resource.","description":"Creates a SubscriptionPrice resource.","parameters":[],"requestBody":{"description":"The new SubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscription-prices\/{id}":{"get":{"operationId":"getSubscriptionPriceItem","tags":["SubscriptionPrice"],"responses":{"200":{"description":"SubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SubscriptionPrice resource.","description":"Retrieves a SubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionPriceItem","tags":["SubscriptionPrice"],"responses":{"200":{"description":"SubscriptionPrice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPriceDetailsOutput"}}},"links":{"GetSubscriptionPriceItem":{"operationId":"getSubscriptionPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SubscriptionPrice resource.","description":"Replaces the SubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SubscriptionPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPrice.SubscriptionPricePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionPriceItem","tags":["SubscriptionPrice"],"responses":{"204":{"description":"SubscriptionPrice resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SubscriptionPrice resource.","description":"Removes the SubscriptionPrice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscriptions":{"get":{"operationId":"getSubscriptionCollection","tags":["Subscription"],"responses":{"200":{"description":"Subscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of Subscription resources.","description":"Retrieves the collection of Subscription resources.","parameters":[{"name":"onlyToday","in":"query","description":"to search subscription premium taken today","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"status of the subscription","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSubscriptionCollection","tags":["Subscription"],"responses":{"201":{"description":"Subscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Subscription resource.","description":"Creates a Subscription resource.","parameters":[],"requestBody":{"description":"The new Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscriptions\/{id}":{"get":{"operationId":"getSubscriptionItem","tags":["Subscription"],"responses":{"200":{"description":"Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Subscription resource.","description":"Retrieves a Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionItem","tags":["Subscription"],"responses":{"200":{"description":"Subscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Subscription resource.","description":"Replaces the Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionItem","tags":["Subscription"],"responses":{"204":{"description":"Subscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Subscription resource.","description":"Removes the Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/task-type-defaults":{"get":{"operationId":"getTaskTypeDefaultCollection","tags":["TaskTypeDefault"],"responses":{"200":{"description":"TaskTypeDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultListOutput"}}}}}},"summary":"Retrieves the collection of TaskTypeDefault resources.","description":"Retrieves the collection of TaskTypeDefault resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTaskTypeDefaultCollection","tags":["TaskTypeDefault"],"responses":{"201":{"description":"TaskTypeDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultDetailsOutput"}}},"links":{"GetTaskTypeDefaultItem":{"operationId":"getTaskTypeDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/task-type-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TaskTypeDefault resource.","description":"Creates a TaskTypeDefault resource.","parameters":[],"requestBody":{"description":"The new TaskTypeDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/task-type-defaults\/{id}":{"get":{"operationId":"getTaskTypeDefaultItem","tags":["TaskTypeDefault"],"responses":{"200":{"description":"TaskTypeDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TaskTypeDefault resource.","description":"Retrieves a TaskTypeDefault resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTaskTypeDefaultItem","tags":["TaskTypeDefault"],"responses":{"200":{"description":"TaskTypeDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultDetailsOutput"}}},"links":{"GetTaskTypeDefaultItem":{"operationId":"getTaskTypeDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/task-type-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TaskTypeDefault resource.","description":"Replaces the TaskTypeDefault resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TaskTypeDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskTypeDefault.TaskTypeDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTaskTypeDefaultItem","tags":["TaskTypeDefault"],"responses":{"204":{"description":"TaskTypeDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TaskTypeDefault resource.","description":"Removes the TaskTypeDefault resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/task-types":{"get":{"operationId":"getTaskTypeCollection","tags":["TaskType"],"responses":{"200":{"description":"TaskType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeListOutput"}}}}}},"summary":"Retrieves the collection of TaskType resources.","description":"Retrieves the collection of TaskType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTaskTypeCollection","tags":["TaskType"],"responses":{"201":{"description":"TaskType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeDetailsOutput"}}},"links":{"GetTaskTypeItem":{"operationId":"getTaskTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/task-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TaskType resource.","description":"Creates a TaskType resource.","parameters":[],"requestBody":{"description":"The new TaskType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/task-types\/{id}":{"get":{"operationId":"getTaskTypeItem","tags":["TaskType"],"responses":{"200":{"description":"TaskType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TaskType resource.","description":"Retrieves a TaskType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTaskTypeItem","tags":["TaskType"],"responses":{"200":{"description":"TaskType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypeDetailsOutput"}}},"links":{"GetTaskTypeItem":{"operationId":"getTaskTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/task-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TaskType resource.","description":"Replaces the TaskType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TaskType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TaskType.TaskTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTaskTypeItem","tags":["TaskType"],"responses":{"204":{"description":"TaskType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TaskType resource.","description":"Removes the TaskType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tasks":{"get":{"operationId":"getTaskCollection","tags":["Task"],"responses":{"200":{"description":"Task collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Task.TaskListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Task.TaskListOutput"}}}}}},"summary":"Retrieves the collection of Task resources.","description":"Retrieves the collection of Task resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTaskCollection","tags":["Task"],"responses":{"201":{"description":"Task resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}}},"links":{"GetTaskItem":{"operationId":"getTaskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tasks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Task resource.","description":"Creates a Task resource.","parameters":[],"requestBody":{"description":"The new Task resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tasks\/{id}":{"get":{"operationId":"getTaskItem","tags":["Task"],"responses":{"200":{"description":"Task resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Task resource.","description":"Retrieves a Task resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTaskItem","tags":["Task"],"responses":{"200":{"description":"Task resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}}},"links":{"GetTaskItem":{"operationId":"getTaskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tasks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Task resource.","description":"Replaces the Task resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Task resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTaskItem","tags":["Task"],"responses":{"204":{"description":"Task resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Task resource.","description":"Removes the Task resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tasks\/{id}\/complete":{"put":{"operationId":"completeTaskItem","tags":["Task"],"responses":{"200":{"description":"Task resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}}},"links":{"GetTaskItem":{"operationId":"getTaskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tasks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Task resource.","description":"Replaces the Task resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Task resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskCompletePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskCompletePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ticket-messages":{"get":{"operationId":"getTicketMessageCollection","tags":["TicketMessage"],"responses":{"200":{"description":"TicketMessage collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageListOutput"}}}}}},"summary":"Retrieves the collection of TicketMessage resources.","description":"Retrieves the collection of TicketMessage resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTicketMessageCollection","tags":["TicketMessage"],"responses":{"201":{"description":"TicketMessage resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}}},"links":{"GetTicketMessageItem":{"operationId":"getTicketMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TicketMessage resource.","description":"Creates a TicketMessage resource.","parameters":[],"requestBody":{"description":"The new TicketMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ticket-messages\/{id}":{"get":{"operationId":"getTicketMessageItem","tags":["TicketMessage"],"responses":{"200":{"description":"TicketMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TicketMessage resource.","description":"Retrieves a TicketMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTicketMessageItem","tags":["TicketMessage"],"responses":{"200":{"description":"TicketMessage resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}}},"links":{"GetTicketMessageItem":{"operationId":"getTicketMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TicketMessage resource.","description":"Replaces the TicketMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TicketMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTicketMessageItem","tags":["TicketMessage"],"responses":{"204":{"description":"TicketMessage resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TicketMessage resource.","description":"Removes the TicketMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ticket-status":{"get":{"operationId":"getTicketStatusCollection","tags":["TicketStatus"],"responses":{"200":{"description":"TicketStatus collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusListOutput"}}}}}},"summary":"Retrieves the collection of TicketStatus resources.","description":"Retrieves the collection of TicketStatus resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTicketStatusCollection","tags":["TicketStatus"],"responses":{"201":{"description":"TicketStatus resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusDetailsOutput"}}},"links":{"GetTicketStatusItem":{"operationId":"getTicketStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-status\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TicketStatus resource.","description":"Creates a TicketStatus resource.","parameters":[],"requestBody":{"description":"The new TicketStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ticket-status\/{id}":{"get":{"operationId":"getTicketStatusItem","tags":["TicketStatus"],"responses":{"200":{"description":"TicketStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TicketStatus resource.","description":"Retrieves a TicketStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTicketStatusItem","tags":["TicketStatus"],"responses":{"200":{"description":"TicketStatus resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusDetailsOutput"}}},"links":{"GetTicketStatusItem":{"operationId":"getTicketStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-status\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TicketStatus resource.","description":"Replaces the TicketStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TicketStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketStatus.TicketStatusPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTicketStatusItem","tags":["TicketStatus"],"responses":{"204":{"description":"TicketStatus resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TicketStatus resource.","description":"Removes the TicketStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ticket-types":{"get":{"operationId":"getTicketTypeCollection","tags":["TicketType"],"responses":{"200":{"description":"TicketType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeListOutput"}}}}}},"summary":"Retrieves the collection of TicketType resources.","description":"Retrieves the collection of TicketType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTicketTypeCollection","tags":["TicketType"],"responses":{"201":{"description":"TicketType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}}},"links":{"GetTicketTypeItem":{"operationId":"getTicketTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TicketType resource.","description":"Creates a TicketType resource.","parameters":[],"requestBody":{"description":"The new TicketType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ticket-types\/{id}":{"get":{"operationId":"getTicketTypeItem","tags":["TicketType"],"responses":{"200":{"description":"TicketType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TicketType resource.","description":"Retrieves a TicketType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTicketTypeItem","tags":["TicketType"],"responses":{"200":{"description":"TicketType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}}},"links":{"GetTicketTypeItem":{"operationId":"getTicketTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TicketType resource.","description":"Replaces the TicketType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TicketType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTicketTypeItem","tags":["TicketType"],"responses":{"204":{"description":"TicketType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TicketType resource.","description":"Removes the TicketType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tickets":{"get":{"operationId":"getTicketCollection","tags":["Ticket"],"responses":{"200":{"description":"Ticket collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.TicketListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.TicketListOutput"}}}}}},"summary":"Retrieves the collection of Ticket resources.","description":"Retrieves the collection of Ticket resources.","parameters":[{"name":"type[]","in":"query","description":"The type filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":false,"allowReserved":false},{"name":"status[]","in":"query","description":"The status filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTicketCollection","tags":["Ticket"],"responses":{"201":{"description":"Ticket resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}},"links":{"GetTicketItem":{"operationId":"getTicketItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tickets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Ticket resource.","description":"Creates a Ticket resource.","parameters":[],"requestBody":{"description":"The new Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tickets\/filters":{"get":{"operationId":"filtersTicketCollection","tags":["Ticket"],"responses":{"200":{"description":"Ticket collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.FilterOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.FilterOutput"}}}}}},"summary":"Retrieves the collection of Ticket resources.","description":"Retrieves the collection of Ticket resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tickets\/statuses":{"get":{"operationId":"statusesTicketCollection","tags":["Ticket"],"responses":{"200":{"description":"Ticket collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket"}}}}}},"summary":"Retrieves the collection of Ticket resources.","description":"Retrieves the collection of Ticket resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tickets\/user":{"get":{"operationId":"user_getTicketCollection","tags":["Ticket"],"responses":{"200":{"description":"Ticket collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.TicketListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.TicketListOutput"}}}}}},"summary":"Retrieves the collection of Ticket resources.","description":"Retrieves the collection of Ticket resources.","parameters":[{"name":"type[]","in":"query","description":"The type filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":false,"allowReserved":false},{"name":"status[]","in":"query","description":"The status filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tickets\/{id}":{"get":{"operationId":"getTicketItem","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Ticket resource.","description":"Retrieves a Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteTicketItem","tags":["Ticket"],"responses":{"204":{"description":"Ticket resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Ticket resource.","description":"Removes the Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tickets\/{id}\/add-message":{"put":{"operationId":"add_messageTicketItem","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}},"links":{"GetTicketItem":{"operationId":"getTicketItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tickets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ticket resource.","description":"Replaces the Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketMessagePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketMessagePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-admins":{"get":{"operationId":"getUserAdminCollection","tags":["UserAdmin"],"responses":{"200":{"description":"UserAdmin collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminListOutput"}}}}}},"summary":"Retrieves the collection of UserAdmin resources.","description":"Retrieves the collection of UserAdmin resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postUserAdminCollection","tags":["UserAdmin"],"responses":{"201":{"description":"UserAdmin resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminDetailsOutput"}}},"links":{"GetUserAdminItem":{"operationId":"getUserAdminItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-admins\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserAdmin resource.","description":"Creates a UserAdmin resource.","parameters":[],"requestBody":{"description":"The new UserAdmin resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-admins\/{id}":{"get":{"operationId":"getUserAdminItem","tags":["UserAdmin"],"responses":{"200":{"description":"UserAdmin resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserAdmin resource.","description":"Retrieves a UserAdmin resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserAdminItem","tags":["UserAdmin"],"responses":{"200":{"description":"UserAdmin resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminDetailsOutput"}}},"links":{"GetUserAdminItem":{"operationId":"getUserAdminItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-admins\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserAdmin resource.","description":"Replaces the UserAdmin resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated UserAdmin resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserAdmin.UserAdminPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserAdminItem","tags":["UserAdmin"],"responses":{"204":{"description":"UserAdmin resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserAdmin resource.","description":"Removes the UserAdmin resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-coaches":{"get":{"operationId":"getUserCoachCollection","tags":["UserCoach"],"responses":{"200":{"description":"UserCoach collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachListOutput"}}}}}},"summary":"Retrieves the collection of UserCoach resources.","description":"Retrieves the collection of UserCoach resources.","parameters":[{"name":"onlyToday","in":"query","description":"to search only user coaches registered today","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postUserCoachCollection","tags":["UserCoach"],"responses":{"201":{"description":"UserCoach resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}}},"links":{"GetUserCoachItem":{"operationId":"getUserCoachItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-coaches\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserCoach resource.","description":"Creates a UserCoach resource.","parameters":[],"requestBody":{"description":"The new UserCoach resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-coaches\/delete-account":{"delete":{"operationId":"deleteUserCoachCollection","tags":["UserCoach"],"responses":{"204":{"description":"UserCoach resource deleted"}},"summary":"Removes the UserCoach resource.","description":"Removes the UserCoach resource.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/user-coaches\/register":{"post":{"operationId":"registerUserCoachCollection","tags":["UserCoach"],"responses":{"201":{"description":"UserCoach resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}}},"links":{"GetUserCoachItem":{"operationId":"getUserCoachItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-coaches\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserCoach resource.","description":"Creates a UserCoach resource.","parameters":[],"requestBody":{"description":"The new UserCoach resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachRegisterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachRegisterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-coaches\/{id}":{"get":{"operationId":"getUserCoachItem","tags":["UserCoach"],"responses":{"200":{"description":"UserCoach resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserCoach resource.","description":"Retrieves a UserCoach resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserCoachItem","tags":["UserCoach"],"responses":{"200":{"description":"UserCoach resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachDetailsOutput"}}},"links":{"GetUserCoachItem":{"operationId":"getUserCoachItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-coaches\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserCoach resource.","description":"Replaces the UserCoach resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated UserCoach resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserCoachItem","tags":["UserCoach"],"responses":{"204":{"description":"UserCoach resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserCoach resource.","description":"Removes the UserCoach resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-coaches\/{id}\/complete-configuration":{"put":{"operationId":"put_complete_configurationUserCoachItem","tags":["UserCoach"],"responses":{"200":{"description":"UserCoach resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach"}}},"links":{"GetUserCoachItem":{"operationId":"getUserCoachItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-coaches\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserCoach resource.","description":"Replaces the UserCoach resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated UserCoach resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachCompleteConfigurationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserCoach.UserCoachCompleteConfigurationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-connections":{"get":{"operationId":"getUserConnectionCollection","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of UserConnection resources.","description":"Retrieves the collection of UserConnection resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections\/{id}":{"get":{"operationId":"getUserConnectionItem","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserConnection resource.","description":"Retrieves a UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteUserConnectionItem","tags":["UserConnection"],"responses":{"204":{"description":"UserConnection resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserConnection resource.","description":"Removes the UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users":{"get":{"operationId":"getUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/register":{"post":{"operationId":"registerUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserRegisterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserRegisterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserItem","tags":["User"],"responses":{"204":{"description":"User resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the User resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/appointments":{"get":{"operationId":"get_user_appointmentsAppointmentCollection","tags":["Appointment"],"responses":{"200":{"description":"Appointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AllAppointmentClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AllAppointmentClientListOutput"}}}}}},"summary":"Retrieves the collection of Appointment resources.","description":"Retrieves the collection of Appointment resources.","parameters":[{"name":"userId","in":"path","description":"The user Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"before","in":"query","description":"only before now","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"after","in":"query","description":"only after now","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"orderBy","in":"query","description":"order data on beginDate","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","enum":["ASC","DESC"]},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/employees":{"get":{"operationId":"get_user_coachesEmployeeCollection","tags":["Employee"],"responses":{"200":{"description":"Employee collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Employee"}}}}}},"summary":"Retrieves the collection of Employee resources.","description":"Retrieves the collection of Employee resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/person-needs":{"get":{"operationId":"get_userPersonNeedCollection","tags":["PersonNeed"],"responses":{"200":{"description":"PersonNeed collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonNeed.PersonNeedListOutput"}}}}}},"summary":"Retrieves the collection of PersonNeed resources.","description":"Retrieves the collection of PersonNeed resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/program-sessions":{"get":{"operationId":"get_user_sessionsProgramSessionCollection","tags":["ProgramSession"],"responses":{"200":{"description":"ProgramSession collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSession.ProgramSessionListOutput"}}}}}},"summary":"Retrieves the collection of ProgramSession resources.","description":"Retrieves the collection of ProgramSession resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/programs":{"get":{"operationId":"get_user_programsProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/x-appointment-clients":{"get":{"operationId":"get_user_appointmentsXAppointmentClientCollection","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientForUserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientForUserListOutput"}}}}}},"summary":"Retrieves the collection of XAppointmentClient resources.","description":"Retrieves the collection of XAppointmentClient resources.","parameters":[{"name":"userId","in":"path","description":"The user Id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"simple","explode":false,"allowReserved":false},{"name":"before","in":"query","description":"only before now","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"after","in":"query","description":"only after now","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"orderBy","in":"query","description":"order data on beginDate","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","enum":["ASC","DESC"]},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/x-employee-person-needs":{"get":{"operationId":"get_userXEmployeePersonNeedCollection","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedForClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedForClientListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeePersonNeed resources.","description":"Retrieves the collection of XEmployeePersonNeed resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{userId}\/x-employee-person-needs\/{id}":{"get":{"operationId":"get_userXEmployeePersonNeedItem","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedForClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedForClientDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeePersonNeed resource.","description":"Retrieves a XEmployeePersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/vacations":{"get":{"operationId":"getVacationCollection","tags":["Vacation"],"responses":{"200":{"description":"Vacation collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vacation.VacationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vacation.VacationListOutput"}}}}}},"summary":"Retrieves the collection of Vacation resources.","description":"Retrieves the collection of Vacation resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postVacationCollection","tags":["Vacation"],"responses":{"201":{"description":"Vacation resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationDetailsOutput"}}},"links":{"GetVacationItem":{"operationId":"getVacationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/vacations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Vacation resource.","description":"Creates a Vacation resource.","parameters":[],"requestBody":{"description":"The new Vacation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/vacations\/range":{"get":{"operationId":"get_all_vacations_in_rangeVacationCollection","tags":["Vacation"],"responses":{"200":{"description":"Vacation collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vacation.VacationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vacation.VacationListOutput"}}}}}},"summary":"Retrieves the collection of Vacation resources.","description":"Retrieves the collection of Vacation resources.","parameters":[{"name":"beginDate","in":"query","description":"Begin date of range","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"endDate","in":"query","description":"End date of range","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/vacations\/{id}":{"get":{"operationId":"getVacationItem","tags":["Vacation"],"responses":{"200":{"description":"Vacation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Vacation resource.","description":"Retrieves a Vacation resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putVacationItem","tags":["Vacation"],"responses":{"200":{"description":"Vacation resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationDetailsOutput"}}},"links":{"GetVacationItem":{"operationId":"getVacationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/vacations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Vacation resource.","description":"Replaces the Vacation resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Vacation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Vacation.VacationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteVacationItem","tags":["Vacation"],"responses":{"204":{"description":"Vacation resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Vacation resource.","description":"Removes the Vacation resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/waitingLists":{"get":{"operationId":"getWaitingListCollection","tags":["WaitingList"],"responses":{"200":{"description":"WaitingList collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListListOutput"}}}}}},"summary":"Retrieves the collection of WaitingList resources.","description":"Retrieves the collection of WaitingList resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postWaitingListCollection","tags":["WaitingList"],"responses":{"201":{"description":"WaitingList resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListDetailsOutput"}}},"links":{"GetWaitingListItem":{"operationId":"getWaitingListItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/waitingLists\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a WaitingList resource.","description":"Creates a WaitingList resource.","parameters":[],"requestBody":{"description":"The new WaitingList resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/waitingLists\/{id}":{"get":{"operationId":"getWaitingListItem","tags":["WaitingList"],"responses":{"200":{"description":"WaitingList resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a WaitingList resource.","description":"Retrieves a WaitingList resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putWaitingListItem","tags":["WaitingList"],"responses":{"200":{"description":"WaitingList resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListDetailsOutput"}}},"links":{"GetWaitingListItem":{"operationId":"getWaitingListItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/waitingLists\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the WaitingList resource.","description":"Replaces the WaitingList resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated WaitingList resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WaitingList.WaitingListPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteWaitingListItem","tags":["WaitingList"],"responses":{"204":{"description":"WaitingList resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the WaitingList resource.","description":"Removes the WaitingList resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-appointment-clients":{"get":{"operationId":"getXAppointmentClientCollection","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientListOutput"}}}}}},"summary":"Retrieves the collection of XAppointmentClient resources.","description":"Retrieves the collection of XAppointmentClient resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXAppointmentClientCollection","tags":["XAppointmentClient"],"responses":{"201":{"description":"XAppointmentClient resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientDetailsOutput"}}},"links":{"GetXAppointmentClientItem":{"operationId":"getXAppointmentClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XAppointmentClient resource.","description":"Creates a XAppointmentClient resource.","parameters":[],"requestBody":{"description":"The new XAppointmentClient resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-appointment-clients\/{id}":{"get":{"operationId":"getXAppointmentClientItem","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XAppointmentClient resource.","description":"Retrieves a XAppointmentClient resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXAppointmentClientItem","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientDetailsOutput"}}},"links":{"GetXAppointmentClientItem":{"operationId":"getXAppointmentClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XAppointmentClient resource.","description":"Replaces the XAppointmentClient resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XAppointmentClient resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentClientPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXAppointmentClientItem","tags":["XAppointmentClient"],"responses":{"204":{"description":"XAppointmentClient resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XAppointmentClient resource.","description":"Removes the XAppointmentClient resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-appointment-clients\/{id}\/check-payment":{"get":{"operationId":"check_payment_appointment_clientXAppointmentClientItem","tags":["XAppointmentClient"],"responses":{"200":{"description":"XAppointmentClient resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XAppointmentClient resource.","description":"Retrieves a XAppointmentClient resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-appointment-clients\/{id}\/pay":{"post":{"operationId":"client_pay_appointmentXAppointmentClientCollection","tags":["XAppointmentClient"],"responses":{"201":{"description":"XAppointmentClient resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient"}}},"links":{"GetXAppointmentClientItem":{"operationId":"getXAppointmentClientItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-clients\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XAppointmentClient resource.","description":"Creates a XAppointmentClient resource.","parameters":[],"requestBody":{"description":"The new XAppointmentClient resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentPaymentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentClient.XAppointmentPaymentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-appointment-persons":{"get":{"operationId":"getXAppointmentPersonCollection","tags":["XAppointmentPerson"],"responses":{"200":{"description":"XAppointmentPerson collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonListOutput"}}}}}},"summary":"Retrieves the collection of XAppointmentPerson resources.","description":"Retrieves the collection of XAppointmentPerson resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXAppointmentPersonCollection","tags":["XAppointmentPerson"],"responses":{"201":{"description":"XAppointmentPerson resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonDetailsOutput"}}},"links":{"GetXAppointmentPersonItem":{"operationId":"getXAppointmentPersonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-persons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XAppointmentPerson resource.","description":"Creates a XAppointmentPerson resource.","parameters":[],"requestBody":{"description":"The new XAppointmentPerson resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-appointment-persons\/{id}":{"get":{"operationId":"getXAppointmentPersonItem","tags":["XAppointmentPerson"],"responses":{"200":{"description":"XAppointmentPerson resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XAppointmentPerson resource.","description":"Retrieves a XAppointmentPerson resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXAppointmentPersonItem","tags":["XAppointmentPerson"],"responses":{"200":{"description":"XAppointmentPerson resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonDetailsOutput"}}},"links":{"GetXAppointmentPersonItem":{"operationId":"getXAppointmentPersonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-persons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XAppointmentPerson resource.","description":"Replaces the XAppointmentPerson resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XAppointmentPerson resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentPerson.XAppointmentPersonPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXAppointmentPersonItem","tags":["XAppointmentPerson"],"responses":{"204":{"description":"XAppointmentPerson resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XAppointmentPerson resource.","description":"Removes the XAppointmentPerson resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-appointment-resources":{"get":{"operationId":"getXAppointmentResourceCollection","tags":["XAppointmentResource"],"responses":{"200":{"description":"XAppointmentResource collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceListOutput"}}}}}},"summary":"Retrieves the collection of XAppointmentResource resources.","description":"Retrieves the collection of XAppointmentResource resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXAppointmentResourceCollection","tags":["XAppointmentResource"],"responses":{"201":{"description":"XAppointmentResource resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceDetailsOutput"}}},"links":{"GetXAppointmentResourceItem":{"operationId":"getXAppointmentResourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-resources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XAppointmentResource resource.","description":"Creates a XAppointmentResource resource.","parameters":[],"requestBody":{"description":"The new XAppointmentResource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourcePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourcePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-appointment-resources\/{id}":{"get":{"operationId":"getXAppointmentResourceItem","tags":["XAppointmentResource"],"responses":{"200":{"description":"XAppointmentResource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XAppointmentResource resource.","description":"Retrieves a XAppointmentResource resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXAppointmentResourceItem","tags":["XAppointmentResource"],"responses":{"200":{"description":"XAppointmentResource resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourceDetailsOutput"}}},"links":{"GetXAppointmentResourceItem":{"operationId":"getXAppointmentResourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-resources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XAppointmentResource resource.","description":"Replaces the XAppointmentResource resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XAppointmentResource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourcePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentResource.XAppointmentResourcePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXAppointmentResourceItem","tags":["XAppointmentResource"],"responses":{"204":{"description":"XAppointmentResource resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XAppointmentResource resource.","description":"Removes the XAppointmentResource resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-appointment-tasks":{"get":{"operationId":"getXAppointmentTaskCollection","tags":["XAppointmentTask"],"responses":{"200":{"description":"XAppointmentTask collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskListOutput"}}}}}},"summary":"Retrieves the collection of XAppointmentTask resources.","description":"Retrieves the collection of XAppointmentTask resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXAppointmentTaskCollection","tags":["XAppointmentTask"],"responses":{"201":{"description":"XAppointmentTask resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskDetailsOutput"}}},"links":{"GetXAppointmentTaskItem":{"operationId":"getXAppointmentTaskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-tasks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XAppointmentTask resource.","description":"Creates a XAppointmentTask resource.","parameters":[],"requestBody":{"description":"The new XAppointmentTask resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-appointment-tasks\/{id}":{"get":{"operationId":"getXAppointmentTaskItem","tags":["XAppointmentTask"],"responses":{"200":{"description":"XAppointmentTask resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XAppointmentTask resource.","description":"Retrieves a XAppointmentTask resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXAppointmentTaskItem","tags":["XAppointmentTask"],"responses":{"200":{"description":"XAppointmentTask resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskDetailsOutput"}}},"links":{"GetXAppointmentTaskItem":{"operationId":"getXAppointmentTaskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-appointment-tasks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XAppointmentTask resource.","description":"Replaces the XAppointmentTask resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XAppointmentTask resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XAppointmentTask.XAppointmentTaskPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXAppointmentTaskItem","tags":["XAppointmentTask"],"responses":{"204":{"description":"XAppointmentTask resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XAppointmentTask resource.","description":"Removes the XAppointmentTask resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-client-coach-session-book-plans":{"get":{"operationId":"getXClientCoachSessionBookPlanCollection","tags":["XClientCoachSessionBookPlan"],"responses":{"200":{"description":"XClientCoachSessionBookPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanListOutput"}}}}}},"summary":"Retrieves the collection of XClientCoachSessionBookPlan resources.","description":"Retrieves the collection of XClientCoachSessionBookPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXClientCoachSessionBookPlanCollection","tags":["XClientCoachSessionBookPlan"],"responses":{"201":{"description":"XClientCoachSessionBookPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanDetailsOutput"}}},"links":{"GetXClientCoachSessionBookPlanItem":{"operationId":"getXClientCoachSessionBookPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-client-coach-session-book-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XClientCoachSessionBookPlan resource.","description":"Creates a XClientCoachSessionBookPlan resource.","parameters":[],"requestBody":{"description":"The new XClientCoachSessionBookPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-client-coach-session-book-plans\/{id}":{"get":{"operationId":"getXClientCoachSessionBookPlanItem","tags":["XClientCoachSessionBookPlan"],"responses":{"200":{"description":"XClientCoachSessionBookPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XClientCoachSessionBookPlan resource.","description":"Retrieves a XClientCoachSessionBookPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXClientCoachSessionBookPlanItem","tags":["XClientCoachSessionBookPlan"],"responses":{"200":{"description":"XClientCoachSessionBookPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanDetailsOutput"}}},"links":{"GetXClientCoachSessionBookPlanItem":{"operationId":"getXClientCoachSessionBookPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-client-coach-session-book-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XClientCoachSessionBookPlan resource.","description":"Replaces the XClientCoachSessionBookPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XClientCoachSessionBookPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSessionBookPlan.XClientCoachSessionBookPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXClientCoachSessionBookPlanItem","tags":["XClientCoachSessionBookPlan"],"responses":{"204":{"description":"XClientCoachSessionBookPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XClientCoachSessionBookPlan resource.","description":"Removes the XClientCoachSessionBookPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-client-coach-subscription-plans":{"get":{"operationId":"getXClientCoachSubscriptionPlanCollection","tags":["XClientCoachSubscriptionPlan"],"responses":{"200":{"description":"XClientCoachSubscriptionPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanListOutput"}}}}}},"summary":"Retrieves the collection of XClientCoachSubscriptionPlan resources.","description":"Retrieves the collection of XClientCoachSubscriptionPlan resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXClientCoachSubscriptionPlanCollection","tags":["XClientCoachSubscriptionPlan"],"responses":{"201":{"description":"XClientCoachSubscriptionPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanDetailsOutput"}}},"links":{"GetXClientCoachSubscriptionPlanItem":{"operationId":"getXClientCoachSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-client-coach-subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XClientCoachSubscriptionPlan resource.","description":"Creates a XClientCoachSubscriptionPlan resource.","parameters":[],"requestBody":{"description":"The new XClientCoachSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-client-coach-subscription-plans\/{id}":{"get":{"operationId":"getXClientCoachSubscriptionPlanItem","tags":["XClientCoachSubscriptionPlan"],"responses":{"200":{"description":"XClientCoachSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XClientCoachSubscriptionPlan resource.","description":"Retrieves a XClientCoachSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXClientCoachSubscriptionPlanItem","tags":["XClientCoachSubscriptionPlan"],"responses":{"200":{"description":"XClientCoachSubscriptionPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanDetailsOutput"}}},"links":{"GetXClientCoachSubscriptionPlanItem":{"operationId":"getXClientCoachSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-client-coach-subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XClientCoachSubscriptionPlan resource.","description":"Replaces the XClientCoachSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XClientCoachSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXClientCoachSubscriptionPlanItem","tags":["XClientCoachSubscriptionPlan"],"responses":{"204":{"description":"XClientCoachSubscriptionPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XClientCoachSubscriptionPlan resource.","description":"Removes the XClientCoachSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-coach-session-book-plan-products":{"get":{"operationId":"getXCoachSessionBookPlanProductCollection","tags":["XCoachSessionBookPlanProduct"],"responses":{"200":{"description":"XCoachSessionBookPlanProduct collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductListOutput"}}}}}},"summary":"Retrieves the collection of XCoachSessionBookPlanProduct resources.","description":"Retrieves the collection of XCoachSessionBookPlanProduct resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXCoachSessionBookPlanProductCollection","tags":["XCoachSessionBookPlanProduct"],"responses":{"201":{"description":"XCoachSessionBookPlanProduct resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductDetailsOutput"}}},"links":{"GetXCoachSessionBookPlanProductItem":{"operationId":"getXCoachSessionBookPlanProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-coach-session-book-plan-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XCoachSessionBookPlanProduct resource.","description":"Creates a XCoachSessionBookPlanProduct resource.","parameters":[],"requestBody":{"description":"The new XCoachSessionBookPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-coach-session-book-plan-products\/{id}":{"get":{"operationId":"getXCoachSessionBookPlanProductItem","tags":["XCoachSessionBookPlanProduct"],"responses":{"200":{"description":"XCoachSessionBookPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XCoachSessionBookPlanProduct resource.","description":"Retrieves a XCoachSessionBookPlanProduct resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXCoachSessionBookPlanProductItem","tags":["XCoachSessionBookPlanProduct"],"responses":{"200":{"description":"XCoachSessionBookPlanProduct resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductDetailsOutput"}}},"links":{"GetXCoachSessionBookPlanProductItem":{"operationId":"getXCoachSessionBookPlanProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-coach-session-book-plan-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XCoachSessionBookPlanProduct resource.","description":"Replaces the XCoachSessionBookPlanProduct resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XCoachSessionBookPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXCoachSessionBookPlanProductItem","tags":["XCoachSessionBookPlanProduct"],"responses":{"204":{"description":"XCoachSessionBookPlanProduct resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XCoachSessionBookPlanProduct resource.","description":"Removes the XCoachSessionBookPlanProduct resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-coach-subscription-plan-products":{"get":{"operationId":"getXCoachSubscriptionPlanProductCollection","tags":["XCoachSubscriptionPlanProduct"],"responses":{"200":{"description":"XCoachSubscriptionPlanProduct collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductListOutput"}}}}}},"summary":"Retrieves the collection of XCoachSubscriptionPlanProduct resources.","description":"Retrieves the collection of XCoachSubscriptionPlanProduct resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXCoachSubscriptionPlanProductCollection","tags":["XCoachSubscriptionPlanProduct"],"responses":{"201":{"description":"XCoachSubscriptionPlanProduct resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductDetailsOutput"}}},"links":{"GetXCoachSubscriptionPlanProductItem":{"operationId":"getXCoachSubscriptionPlanProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-coach-subscription-plan-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XCoachSubscriptionPlanProduct resource.","description":"Creates a XCoachSubscriptionPlanProduct resource.","parameters":[],"requestBody":{"description":"The new XCoachSubscriptionPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-coach-subscription-plan-products\/{id}":{"get":{"operationId":"getXCoachSubscriptionPlanProductItem","tags":["XCoachSubscriptionPlanProduct"],"responses":{"200":{"description":"XCoachSubscriptionPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XCoachSubscriptionPlanProduct resource.","description":"Retrieves a XCoachSubscriptionPlanProduct resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXCoachSubscriptionPlanProductItem","tags":["XCoachSubscriptionPlanProduct"],"responses":{"200":{"description":"XCoachSubscriptionPlanProduct resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductDetailsOutput"}}},"links":{"GetXCoachSubscriptionPlanProductItem":{"operationId":"getXCoachSubscriptionPlanProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-coach-subscription-plan-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XCoachSubscriptionPlanProduct resource.","description":"Replaces the XCoachSubscriptionPlanProduct resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XCoachSubscriptionPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXCoachSubscriptionPlanProductItem","tags":["XCoachSubscriptionPlanProduct"],"responses":{"204":{"description":"XCoachSubscriptionPlanProduct resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XCoachSubscriptionPlanProduct resource.","description":"Removes the XCoachSubscriptionPlanProduct resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-budgets":{"get":{"operationId":"getXEmployeeBudgetCollection","tags":["XEmployeeBudget"],"responses":{"200":{"description":"XEmployeeBudget collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeBudget resources.","description":"Retrieves the collection of XEmployeeBudget resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeBudgetCollection","tags":["XEmployeeBudget"],"responses":{"201":{"description":"XEmployeeBudget resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetDetailsOutput"}}},"links":{"GetXEmployeeBudgetItem":{"operationId":"getXEmployeeBudgetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-budgets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeBudget resource.","description":"Creates a XEmployeeBudget resource.","parameters":[],"requestBody":{"description":"The new XEmployeeBudget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-budgets\/{id}":{"get":{"operationId":"getXEmployeeBudgetItem","tags":["XEmployeeBudget"],"responses":{"200":{"description":"XEmployeeBudget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeBudget resource.","description":"Retrieves a XEmployeeBudget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeBudgetItem","tags":["XEmployeeBudget"],"responses":{"200":{"description":"XEmployeeBudget resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetDetailsOutput"}}},"links":{"GetXEmployeeBudgetItem":{"operationId":"getXEmployeeBudgetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-budgets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeBudget resource.","description":"Replaces the XEmployeeBudget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeBudget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeBudget.XEmployeeBudgetPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeBudgetItem","tags":["XEmployeeBudget"],"responses":{"204":{"description":"XEmployeeBudget resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeBudget resource.","description":"Removes the XEmployeeBudget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-coaching-places":{"get":{"operationId":"getXEmployeeCoachingPlaceCollection","tags":["XEmployeeCoachingPlace"],"responses":{"200":{"description":"XEmployeeCoachingPlace collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeCoachingPlace resources.","description":"Retrieves the collection of XEmployeeCoachingPlace resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeCoachingPlaceCollection","tags":["XEmployeeCoachingPlace"],"responses":{"201":{"description":"XEmployeeCoachingPlace resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceDetailsOutput"}}},"links":{"GetXEmployeeCoachingPlaceItem":{"operationId":"getXEmployeeCoachingPlaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-coaching-places\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeCoachingPlace resource.","description":"Creates a XEmployeeCoachingPlace resource.","parameters":[],"requestBody":{"description":"The new XEmployeeCoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlacePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlacePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-coaching-places\/{id}":{"get":{"operationId":"getXEmployeeCoachingPlaceItem","tags":["XEmployeeCoachingPlace"],"responses":{"200":{"description":"XEmployeeCoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeCoachingPlace resource.","description":"Retrieves a XEmployeeCoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeCoachingPlaceItem","tags":["XEmployeeCoachingPlace"],"responses":{"200":{"description":"XEmployeeCoachingPlace resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlaceDetailsOutput"}}},"links":{"GetXEmployeeCoachingPlaceItem":{"operationId":"getXEmployeeCoachingPlaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-coaching-places\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeCoachingPlace resource.","description":"Replaces the XEmployeeCoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeCoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlacePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingPlace.XEmployeeCoachingPlacePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeCoachingPlaceItem","tags":["XEmployeeCoachingPlace"],"responses":{"204":{"description":"XEmployeeCoachingPlace resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeCoachingPlace resource.","description":"Removes the XEmployeeCoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-coaching-types":{"get":{"operationId":"getXEmployeeCoachingTypeCollection","tags":["XEmployeeCoachingType"],"responses":{"200":{"description":"XEmployeeCoachingType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeCoachingType resources.","description":"Retrieves the collection of XEmployeeCoachingType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeCoachingTypeCollection","tags":["XEmployeeCoachingType"],"responses":{"201":{"description":"XEmployeeCoachingType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeDetailsOutput"}}},"links":{"GetXEmployeeCoachingTypeItem":{"operationId":"getXEmployeeCoachingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-coaching-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeCoachingType resource.","description":"Creates a XEmployeeCoachingType resource.","parameters":[],"requestBody":{"description":"The new XEmployeeCoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-coaching-types\/{id}":{"get":{"operationId":"getXEmployeeCoachingTypeItem","tags":["XEmployeeCoachingType"],"responses":{"200":{"description":"XEmployeeCoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeCoachingType resource.","description":"Retrieves a XEmployeeCoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeCoachingTypeItem","tags":["XEmployeeCoachingType"],"responses":{"200":{"description":"XEmployeeCoachingType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypeDetailsOutput"}}},"links":{"GetXEmployeeCoachingTypeItem":{"operationId":"getXEmployeeCoachingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-coaching-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeCoachingType resource.","description":"Replaces the XEmployeeCoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeCoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeCoachingType.XEmployeeCoachingTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeCoachingTypeItem","tags":["XEmployeeCoachingType"],"responses":{"204":{"description":"XEmployeeCoachingType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeCoachingType resource.","description":"Removes the XEmployeeCoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-establishments":{"get":{"operationId":"getXEmployeeEstablishmentCollection","tags":["XEmployeeEstablishment"],"responses":{"200":{"description":"XEmployeeEstablishment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeEstablishment resources.","description":"Retrieves the collection of XEmployeeEstablishment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeEstablishmentCollection","tags":["XEmployeeEstablishment"],"responses":{"201":{"description":"XEmployeeEstablishment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentDetailsOutput"}}},"links":{"GetXEmployeeEstablishmentItem":{"operationId":"getXEmployeeEstablishmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-establishments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeEstablishment resource.","description":"Creates a XEmployeeEstablishment resource.","parameters":[],"requestBody":{"description":"The new XEmployeeEstablishment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-establishments\/{id}":{"get":{"operationId":"getXEmployeeEstablishmentItem","tags":["XEmployeeEstablishment"],"responses":{"200":{"description":"XEmployeeEstablishment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeEstablishment resource.","description":"Retrieves a XEmployeeEstablishment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeEstablishmentItem","tags":["XEmployeeEstablishment"],"responses":{"200":{"description":"XEmployeeEstablishment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentDetailsOutput"}}},"links":{"GetXEmployeeEstablishmentItem":{"operationId":"getXEmployeeEstablishmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-establishments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeEstablishment resource.","description":"Replaces the XEmployeeEstablishment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeEstablishment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeEstablishment.XEmployeeEstablishmentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeEstablishmentItem","tags":["XEmployeeEstablishment"],"responses":{"204":{"description":"XEmployeeEstablishment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeEstablishment resource.","description":"Removes the XEmployeeEstablishment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-intensities":{"get":{"operationId":"getXEmployeeIntensityCollection","tags":["XEmployeeIntensity"],"responses":{"200":{"description":"XEmployeeIntensity collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeIntensity resources.","description":"Retrieves the collection of XEmployeeIntensity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeIntensityCollection","tags":["XEmployeeIntensity"],"responses":{"201":{"description":"XEmployeeIntensity resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityDetailsOutput"}}},"links":{"GetXEmployeeIntensityItem":{"operationId":"getXEmployeeIntensityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-intensities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeIntensity resource.","description":"Creates a XEmployeeIntensity resource.","parameters":[],"requestBody":{"description":"The new XEmployeeIntensity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-intensities\/{id}":{"get":{"operationId":"getXEmployeeIntensityItem","tags":["XEmployeeIntensity"],"responses":{"200":{"description":"XEmployeeIntensity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeIntensity resource.","description":"Retrieves a XEmployeeIntensity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeIntensityItem","tags":["XEmployeeIntensity"],"responses":{"200":{"description":"XEmployeeIntensity resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityDetailsOutput"}}},"links":{"GetXEmployeeIntensityItem":{"operationId":"getXEmployeeIntensityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-intensities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeIntensity resource.","description":"Replaces the XEmployeeIntensity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeIntensity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeIntensity.XEmployeeIntensityPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeIntensityItem","tags":["XEmployeeIntensity"],"responses":{"204":{"description":"XEmployeeIntensity resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeIntensity resource.","description":"Removes the XEmployeeIntensity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-objectives":{"get":{"operationId":"getXEmployeeObjectiveCollection","tags":["XEmployeeObjective"],"responses":{"200":{"description":"XEmployeeObjective collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeObjective resources.","description":"Retrieves the collection of XEmployeeObjective resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeObjectiveCollection","tags":["XEmployeeObjective"],"responses":{"201":{"description":"XEmployeeObjective resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveDetailsOutput"}}},"links":{"GetXEmployeeObjectiveItem":{"operationId":"getXEmployeeObjectiveItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-objectives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeObjective resource.","description":"Creates a XEmployeeObjective resource.","parameters":[],"requestBody":{"description":"The new XEmployeeObjective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectivePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectivePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-objectives\/{id}":{"get":{"operationId":"getXEmployeeObjectiveItem","tags":["XEmployeeObjective"],"responses":{"200":{"description":"XEmployeeObjective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeObjective resource.","description":"Retrieves a XEmployeeObjective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeObjectiveItem","tags":["XEmployeeObjective"],"responses":{"200":{"description":"XEmployeeObjective resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectiveDetailsOutput"}}},"links":{"GetXEmployeeObjectiveItem":{"operationId":"getXEmployeeObjectiveItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-objectives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeObjective resource.","description":"Replaces the XEmployeeObjective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeObjective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectivePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeObjective.XEmployeeObjectivePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeObjectiveItem","tags":["XEmployeeObjective"],"responses":{"204":{"description":"XEmployeeObjective resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeObjective resource.","description":"Removes the XEmployeeObjective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-person-needs":{"get":{"operationId":"getXEmployeePersonNeedCollection","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeePersonNeed resources.","description":"Retrieves the collection of XEmployeePersonNeed resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeePersonNeedCollection","tags":["XEmployeePersonNeed"],"responses":{"201":{"description":"XEmployeePersonNeed resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}}},"links":{"GetXEmployeePersonNeedItem":{"operationId":"getXEmployeePersonNeedItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-person-needs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeePersonNeed resource.","description":"Creates a XEmployeePersonNeed resource.","parameters":[],"requestBody":{"description":"The new XEmployeePersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-person-needs\/{id}":{"get":{"operationId":"getXEmployeePersonNeedItem","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeePersonNeed resource.","description":"Retrieves a XEmployeePersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeePersonNeedItem","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}}},"links":{"GetXEmployeePersonNeedItem":{"operationId":"getXEmployeePersonNeedItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-person-needs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeePersonNeed resource.","description":"Replaces the XEmployeePersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeePersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeePersonNeedItem","tags":["XEmployeePersonNeed"],"responses":{"204":{"description":"XEmployeePersonNeed resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeePersonNeed resource.","description":"Removes the XEmployeePersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-person-needs\/{id}\/send-message":{"put":{"operationId":"employee_send_messageXEmployeePersonNeedItem","tags":["XEmployeePersonNeed"],"responses":{"200":{"description":"XEmployeePersonNeed resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput"}}},"links":{"GetXEmployeePersonNeedItem":{"operationId":"getXEmployeePersonNeedItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-person-needs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeePersonNeed resource.","description":"Replaces the XEmployeePersonNeed resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeePersonNeed resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedSendMessagePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeePersonNeed.XEmployeePersonNeedSendMessagePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-session-types":{"get":{"operationId":"getXEmployeeSessionTypeCollection","tags":["XEmployeeSessionType"],"responses":{"200":{"description":"XEmployeeSessionType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeSessionType resources.","description":"Retrieves the collection of XEmployeeSessionType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeSessionTypeCollection","tags":["XEmployeeSessionType"],"responses":{"201":{"description":"XEmployeeSessionType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeDetailsOutput"}}},"links":{"GetXEmployeeSessionTypeItem":{"operationId":"getXEmployeeSessionTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-session-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeSessionType resource.","description":"Creates a XEmployeeSessionType resource.","parameters":[],"requestBody":{"description":"The new XEmployeeSessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-session-types\/{id}":{"get":{"operationId":"getXEmployeeSessionTypeItem","tags":["XEmployeeSessionType"],"responses":{"200":{"description":"XEmployeeSessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeSessionType resource.","description":"Retrieves a XEmployeeSessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeSessionTypeItem","tags":["XEmployeeSessionType"],"responses":{"200":{"description":"XEmployeeSessionType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypeDetailsOutput"}}},"links":{"GetXEmployeeSessionTypeItem":{"operationId":"getXEmployeeSessionTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-session-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeSessionType resource.","description":"Replaces the XEmployeeSessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeSessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSessionType.XEmployeeSessionTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeSessionTypeItem","tags":["XEmployeeSessionType"],"responses":{"204":{"description":"XEmployeeSessionType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeSessionType resource.","description":"Removes the XEmployeeSessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-employee-skills":{"get":{"operationId":"getXEmployeeSkillCollection","tags":["XEmployeeSkill"],"responses":{"200":{"description":"XEmployeeSkill collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillListOutput"}}}}}},"summary":"Retrieves the collection of XEmployeeSkill resources.","description":"Retrieves the collection of XEmployeeSkill resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXEmployeeSkillCollection","tags":["XEmployeeSkill"],"responses":{"201":{"description":"XEmployeeSkill resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillDetailsOutput"}}},"links":{"GetXEmployeeSkillItem":{"operationId":"getXEmployeeSkillItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-skills\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XEmployeeSkill resource.","description":"Creates a XEmployeeSkill resource.","parameters":[],"requestBody":{"description":"The new XEmployeeSkill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-employee-skills\/{id}":{"get":{"operationId":"getXEmployeeSkillItem","tags":["XEmployeeSkill"],"responses":{"200":{"description":"XEmployeeSkill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XEmployeeSkill resource.","description":"Retrieves a XEmployeeSkill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXEmployeeSkillItem","tags":["XEmployeeSkill"],"responses":{"200":{"description":"XEmployeeSkill resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillDetailsOutput"}}},"links":{"GetXEmployeeSkillItem":{"operationId":"getXEmployeeSkillItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-employee-skills\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XEmployeeSkill resource.","description":"Replaces the XEmployeeSkill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XEmployeeSkill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XEmployeeSkill.XEmployeeSkillPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXEmployeeSkillItem","tags":["XEmployeeSkill"],"responses":{"204":{"description":"XEmployeeSkill resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XEmployeeSkill resource.","description":"Removes the XEmployeeSkill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-age-categories":{"get":{"operationId":"getXPersonNeedAgeCategoryCollection","tags":["XPersonNeedAgeCategory"],"responses":{"200":{"description":"XPersonNeedAgeCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedAgeCategory resources.","description":"Retrieves the collection of XPersonNeedAgeCategory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedAgeCategoryCollection","tags":["XPersonNeedAgeCategory"],"responses":{"201":{"description":"XPersonNeedAgeCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryDetailsOutput"}}},"links":{"GetXPersonNeedAgeCategoryItem":{"operationId":"getXPersonNeedAgeCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-age-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedAgeCategory resource.","description":"Creates a XPersonNeedAgeCategory resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedAgeCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-age-categories\/{id}":{"get":{"operationId":"getXPersonNeedAgeCategoryItem","tags":["XPersonNeedAgeCategory"],"responses":{"200":{"description":"XPersonNeedAgeCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedAgeCategory resource.","description":"Retrieves a XPersonNeedAgeCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedAgeCategoryItem","tags":["XPersonNeedAgeCategory"],"responses":{"200":{"description":"XPersonNeedAgeCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryDetailsOutput"}}},"links":{"GetXPersonNeedAgeCategoryItem":{"operationId":"getXPersonNeedAgeCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-age-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedAgeCategory resource.","description":"Replaces the XPersonNeedAgeCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedAgeCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedAgeCategory.XPersonNeedAgeCategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedAgeCategoryItem","tags":["XPersonNeedAgeCategory"],"responses":{"204":{"description":"XPersonNeedAgeCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedAgeCategory resource.","description":"Removes the XPersonNeedAgeCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-budgets":{"get":{"operationId":"getXPersonNeedBudgetCollection","tags":["XPersonNeedBudget"],"responses":{"200":{"description":"XPersonNeedBudget collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedBudget resources.","description":"Retrieves the collection of XPersonNeedBudget resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedBudgetCollection","tags":["XPersonNeedBudget"],"responses":{"201":{"description":"XPersonNeedBudget resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetDetailsOutput"}}},"links":{"GetXPersonNeedBudgetItem":{"operationId":"getXPersonNeedBudgetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-budgets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedBudget resource.","description":"Creates a XPersonNeedBudget resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedBudget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-budgets\/{id}":{"get":{"operationId":"getXPersonNeedBudgetItem","tags":["XPersonNeedBudget"],"responses":{"200":{"description":"XPersonNeedBudget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedBudget resource.","description":"Retrieves a XPersonNeedBudget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedBudgetItem","tags":["XPersonNeedBudget"],"responses":{"200":{"description":"XPersonNeedBudget resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetDetailsOutput"}}},"links":{"GetXPersonNeedBudgetItem":{"operationId":"getXPersonNeedBudgetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-budgets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedBudget resource.","description":"Replaces the XPersonNeedBudget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedBudget resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedBudget.XPersonNeedBudgetPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedBudgetItem","tags":["XPersonNeedBudget"],"responses":{"204":{"description":"XPersonNeedBudget resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedBudget resource.","description":"Removes the XPersonNeedBudget resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-coaching-places":{"get":{"operationId":"getXPersonNeedCoachingPlaceCollection","tags":["XPersonNeedCoachingPlace"],"responses":{"200":{"description":"XPersonNeedCoachingPlace collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedCoachingPlace resources.","description":"Retrieves the collection of XPersonNeedCoachingPlace resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedCoachingPlaceCollection","tags":["XPersonNeedCoachingPlace"],"responses":{"201":{"description":"XPersonNeedCoachingPlace resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceDetailsOutput"}}},"links":{"GetXPersonNeedCoachingPlaceItem":{"operationId":"getXPersonNeedCoachingPlaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-coaching-places\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedCoachingPlace resource.","description":"Creates a XPersonNeedCoachingPlace resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedCoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlacePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlacePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-coaching-places\/{id}":{"get":{"operationId":"getXPersonNeedCoachingPlaceItem","tags":["XPersonNeedCoachingPlace"],"responses":{"200":{"description":"XPersonNeedCoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedCoachingPlace resource.","description":"Retrieves a XPersonNeedCoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedCoachingPlaceItem","tags":["XPersonNeedCoachingPlace"],"responses":{"200":{"description":"XPersonNeedCoachingPlace resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceDetailsOutput"}}},"links":{"GetXPersonNeedCoachingPlaceItem":{"operationId":"getXPersonNeedCoachingPlaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-coaching-places\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedCoachingPlace resource.","description":"Replaces the XPersonNeedCoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedCoachingPlace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlacePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingPlace.XPersonNeedCoachingPlacePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedCoachingPlaceItem","tags":["XPersonNeedCoachingPlace"],"responses":{"204":{"description":"XPersonNeedCoachingPlace resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedCoachingPlace resource.","description":"Removes the XPersonNeedCoachingPlace resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-coaching-types":{"get":{"operationId":"getXPersonNeedCoachingTypeCollection","tags":["XPersonNeedCoachingType"],"responses":{"200":{"description":"XPersonNeedCoachingType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedCoachingType resources.","description":"Retrieves the collection of XPersonNeedCoachingType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedCoachingTypeCollection","tags":["XPersonNeedCoachingType"],"responses":{"201":{"description":"XPersonNeedCoachingType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeDetailsOutput"}}},"links":{"GetXPersonNeedCoachingTypeItem":{"operationId":"getXPersonNeedCoachingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-coaching-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedCoachingType resource.","description":"Creates a XPersonNeedCoachingType resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedCoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-coaching-types\/{id}":{"get":{"operationId":"getXPersonNeedCoachingTypeItem","tags":["XPersonNeedCoachingType"],"responses":{"200":{"description":"XPersonNeedCoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedCoachingType resource.","description":"Retrieves a XPersonNeedCoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedCoachingTypeItem","tags":["XPersonNeedCoachingType"],"responses":{"200":{"description":"XPersonNeedCoachingType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypeDetailsOutput"}}},"links":{"GetXPersonNeedCoachingTypeItem":{"operationId":"getXPersonNeedCoachingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-coaching-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedCoachingType resource.","description":"Replaces the XPersonNeedCoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedCoachingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedCoachingType.XPersonNeedCoachingTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedCoachingTypeItem","tags":["XPersonNeedCoachingType"],"responses":{"204":{"description":"XPersonNeedCoachingType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedCoachingType resource.","description":"Removes the XPersonNeedCoachingType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-frequencies":{"get":{"operationId":"getXPersonNeedFrequencyCollection","tags":["XPersonNeedFrequency"],"responses":{"200":{"description":"XPersonNeedFrequency collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedFrequency resources.","description":"Retrieves the collection of XPersonNeedFrequency resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedFrequencyCollection","tags":["XPersonNeedFrequency"],"responses":{"201":{"description":"XPersonNeedFrequency resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyDetailsOutput"}}},"links":{"GetXPersonNeedFrequencyItem":{"operationId":"getXPersonNeedFrequencyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-frequencies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedFrequency resource.","description":"Creates a XPersonNeedFrequency resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedFrequency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-frequencies\/{id}":{"get":{"operationId":"getXPersonNeedFrequencyItem","tags":["XPersonNeedFrequency"],"responses":{"200":{"description":"XPersonNeedFrequency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedFrequency resource.","description":"Retrieves a XPersonNeedFrequency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedFrequencyItem","tags":["XPersonNeedFrequency"],"responses":{"200":{"description":"XPersonNeedFrequency resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyDetailsOutput"}}},"links":{"GetXPersonNeedFrequencyItem":{"operationId":"getXPersonNeedFrequencyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-frequencies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedFrequency resource.","description":"Replaces the XPersonNeedFrequency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedFrequency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedFrequency.XPersonNeedFrequencyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedFrequencyItem","tags":["XPersonNeedFrequency"],"responses":{"204":{"description":"XPersonNeedFrequency resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedFrequency resource.","description":"Removes the XPersonNeedFrequency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-objectives":{"get":{"operationId":"getXPersonNeedObjectiveCollection","tags":["XPersonNeedObjective"],"responses":{"200":{"description":"XPersonNeedObjective collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedObjective resources.","description":"Retrieves the collection of XPersonNeedObjective resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedObjectiveCollection","tags":["XPersonNeedObjective"],"responses":{"201":{"description":"XPersonNeedObjective resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveDetailsOutput"}}},"links":{"GetXPersonNeedObjectiveItem":{"operationId":"getXPersonNeedObjectiveItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-objectives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedObjective resource.","description":"Creates a XPersonNeedObjective resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedObjective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectivePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectivePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-objectives\/{id}":{"get":{"operationId":"getXPersonNeedObjectiveItem","tags":["XPersonNeedObjective"],"responses":{"200":{"description":"XPersonNeedObjective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedObjective resource.","description":"Retrieves a XPersonNeedObjective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedObjectiveItem","tags":["XPersonNeedObjective"],"responses":{"200":{"description":"XPersonNeedObjective resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectiveDetailsOutput"}}},"links":{"GetXPersonNeedObjectiveItem":{"operationId":"getXPersonNeedObjectiveItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-objectives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedObjective resource.","description":"Replaces the XPersonNeedObjective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedObjective resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectivePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedObjective.XPersonNeedObjectivePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedObjectiveItem","tags":["XPersonNeedObjective"],"responses":{"204":{"description":"XPersonNeedObjective resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedObjective resource.","description":"Removes the XPersonNeedObjective resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-session-types":{"get":{"operationId":"getXPersonNeedSessionTypeCollection","tags":["XPersonNeedSessionType"],"responses":{"200":{"description":"XPersonNeedSessionType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedSessionType resources.","description":"Retrieves the collection of XPersonNeedSessionType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedSessionTypeCollection","tags":["XPersonNeedSessionType"],"responses":{"201":{"description":"XPersonNeedSessionType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeDetailsOutput"}}},"links":{"GetXPersonNeedSessionTypeItem":{"operationId":"getXPersonNeedSessionTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-session-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedSessionType resource.","description":"Creates a XPersonNeedSessionType resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedSessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-session-types\/{id}":{"get":{"operationId":"getXPersonNeedSessionTypeItem","tags":["XPersonNeedSessionType"],"responses":{"200":{"description":"XPersonNeedSessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedSessionType resource.","description":"Retrieves a XPersonNeedSessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedSessionTypeItem","tags":["XPersonNeedSessionType"],"responses":{"200":{"description":"XPersonNeedSessionType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypeDetailsOutput"}}},"links":{"GetXPersonNeedSessionTypeItem":{"operationId":"getXPersonNeedSessionTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-session-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedSessionType resource.","description":"Replaces the XPersonNeedSessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedSessionType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSessionType.XPersonNeedSessionTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedSessionTypeItem","tags":["XPersonNeedSessionType"],"responses":{"204":{"description":"XPersonNeedSessionType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedSessionType resource.","description":"Removes the XPersonNeedSessionType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-person-need-skills":{"get":{"operationId":"getXPersonNeedSkillCollection","tags":["XPersonNeedSkill"],"responses":{"200":{"description":"XPersonNeedSkill collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillListOutput"}}}}}},"summary":"Retrieves the collection of XPersonNeedSkill resources.","description":"Retrieves the collection of XPersonNeedSkill resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXPersonNeedSkillCollection","tags":["XPersonNeedSkill"],"responses":{"201":{"description":"XPersonNeedSkill resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillDetailsOutput"}}},"links":{"GetXPersonNeedSkillItem":{"operationId":"getXPersonNeedSkillItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-skills\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XPersonNeedSkill resource.","description":"Creates a XPersonNeedSkill resource.","parameters":[],"requestBody":{"description":"The new XPersonNeedSkill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-person-need-skills\/{id}":{"get":{"operationId":"getXPersonNeedSkillItem","tags":["XPersonNeedSkill"],"responses":{"200":{"description":"XPersonNeedSkill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XPersonNeedSkill resource.","description":"Retrieves a XPersonNeedSkill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXPersonNeedSkillItem","tags":["XPersonNeedSkill"],"responses":{"200":{"description":"XPersonNeedSkill resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillDetailsOutput"}}},"links":{"GetXPersonNeedSkillItem":{"operationId":"getXPersonNeedSkillItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-person-need-skills\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XPersonNeedSkill resource.","description":"Replaces the XPersonNeedSkill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XPersonNeedSkill resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XPersonNeedSkill.XPersonNeedSkillPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXPersonNeedSkillItem","tags":["XPersonNeedSkill"],"responses":{"204":{"description":"XPersonNeedSkill resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XPersonNeedSkill resource.","description":"Removes the XPersonNeedSkill resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/payments\/check":{"ref":"Check payment status","summary":"Check payment status","description":"Check payment status","get":{"operationId":"checkPaymentItem","tags":["Payment"],"responses":{"200":{"description":"Get status","content":{"application\/json":{"schema":{"type":"array","example":{"status":"success"}}}}}},"summary":"Check payment status","description":"Check payment status","parameters":[],"deprecated":false},"parameters":[{"name":"paymentIntent","in":"query","description":"The paymentIntent","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}]},"\/webhooks\/stripe":{"ref":"Get webhooks","summary":"Get webhooks","description":"Get webhooks","post":{"operationId":"webhooksItem","tags":["Webhooks"],"responses":{"200":{"description":"Get Event","content":{"application\/json":{"schema":{"type":"array"}}}}},"summary":"Get Webhooks","description":"Get Webhooks","parameters":[],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Absence":{"type":"object","description":"Address","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"resource":{"type":"string","format":"iri-reference","nullable":true},"beginDate":{"type":"string","format":"date-time","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Absence.AbsenceDetailsOutput":{"type":"object","description":"Address","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true}}},"Absence.AbsenceListOutput":{"type":"object","description":"Address","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true}}},"Absence.AbsencePostInput":{"type":"object","description":"Address","required":["beginDate","endDate"],"properties":{"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true},"removeAppointments":{"type":"boolean"}}},"Absence.AbsencePutInput":{"type":"object","description":"Address","required":["beginDate","endDate"],"properties":{"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true},"removeAppointments":{"type":"boolean"}}},"Address":{"type":"object","description":"Address","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"userCoach":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"full_address":{"readOnly":true,"type":"string","nullable":true},"name":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"fullAddress":{"type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Address.AddressDetailsOutput":{"type":"object","description":"Address","properties":{"id":{"type":"integer"}}},"Address.AddressListOutput":{"type":"object","description":"Address","properties":{"id":{"type":"integer"},"fullAddress":{"type":"string"}}},"Address.AddressPostInput":{"type":"object","description":"Address"},"Address.AddressPutInput":{"type":"object","description":"Address"},"AgeCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the AgeCategory.","type":"integer"},"wording":{"type":"string"},"minAge":{"type":"integer","nullable":true},"maxAge":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"AgeCategory.AgeCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"AgeCategory.AgeCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"AgeCategory.AgeCategoryPostInput":{"type":"object","description":""},"AgeCategory.AgeCategoryPutInput":{"type":"object","description":""},"Appointment":{"type":"object","description":"Appointment","properties":{"availabilitiesTypesList":{"readOnly":true,"default":["moving","free","provisional","busy","absent"],"example":["moving","free","provisional","busy","absent"],"type":"array","items":{"type":"string"}},"typesList":{"readOnly":true,"default":["appointment","task","appointmentWithTask","absence"],"example":["appointment","task","appointmentWithTask","absence"],"type":"array","items":{"type":"string"}},"levels":{"readOnly":true,"default":["beginner","confirmed","expert","all"],"example":["beginner","confirmed","expert","all"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"type":"integer"},"beginDate":{"type":"string","format":"date-time","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"nbClient":{"type":"integer"},"nbAbsent":{"type":"integer"},"employee":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"establishment":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"product":{"type":"string","format":"iri-reference","nullable":true},"recurrence":{"type":"string","format":"iri-reference","nullable":true},"clientMode":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"level":{"default":"all","example":"all","type":"string","nullable":true},"availabilityStatus":{"default":"busy","example":"busy","type":"string"},"type":{"default":"appointment","example":"appointment","type":"string"},"clients":{"type":"array","items":{"type":"string","format":"iri-reference"}},"tasks":{"type":"array","items":{"type":"string","format":"iri-reference"}},"resources":{"type":"array","items":{"type":"string","format":"iri-reference"}},"isAvailabilityAlert":{"type":"boolean"},"isInConflict":{"type":"boolean"},"isCanceled":{"type":"boolean"},"maxCapacity":{"type":"integer","nullable":true},"canceledBy":{"type":"string","format":"iri-reference","nullable":true},"canceledDate":{"type":"string","format":"date-time","nullable":true},"clientMessage":{"type":"array","items":{"type":"string"}},"internalNote":{"type":"array","items":{"type":"string"}},"alreadyClientDeclaration":{"type":"boolean"},"isRecall":{"type":"boolean"},"alertNewAvailabilityParameter":{"type":"array","items":{"type":"string"}},"maxCanceledDate":{"type":"string","format":"date-time","nullable":true},"timeZone":{"type":"string","nullable":true},"onlineBooking":{"type":"boolean"},"price":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"breakTime":{"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"availabilityAlert":{"readOnly":true,"type":"boolean"},"inConflict":{"readOnly":true,"type":"boolean"},"canceled":{"readOnly":true,"type":"boolean"},"recall":{"readOnly":true,"type":"boolean"},"alertParameter":{"$ref":"#\/components\/schemas\/AvailabilityWeek"},"deleted":{"readOnly":true,"type":"boolean"}}},"Appointment.AddClientInput":{"type":"object","description":"Appointment","properties":{"clientId":{"type":"integer"}}},"Appointment.AddProspectInput":{"type":"object","description":"Appointment","properties":{"personId":{"type":"integer"}}},"Appointment.AllAppointmentClientListOutput":{"type":"object","description":"Appointment","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"duration":{"type":"integer","nullable":true},"skill":{"type":"string","nullable":true},"tariff":{"type":"string","nullable":true},"feeAmount":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"productInternalRef":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"isSubscriptionIncluded":{"type":"boolean"},"mode":{"type":"string","nullable":true},"type":{"type":"string"},"currency":{"type":"string"}}},"Appointment.AppointmentClientDetailsOutput":{"type":"object","description":"Appointment","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"name":{"type":"string","nullable":true},"productId":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"skill":{"type":"string","nullable":true},"tariff":{"type":"number","nullable":true},"feeAmount":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"mode":{"type":"string","nullable":true},"level":{"type":"string","nullable":true},"maxCapacity":{"default":1,"example":1,"type":"integer","nullable":true},"nbClients":{"type":"integer","nullable":true},"productInternalRef":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"company":{"type":"string"},"employee":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true},"maxCanceledDate":{"type":"string","format":"date-time","nullable":true}}},"Appointment.AppointmentClientPostInput":{"type":"object","description":"Appointment","properties":{"beginDate":{"type":"string","format":"date-time"},"alreadyClient":{"type":"boolean"},"availability":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityWeek"}],"nullable":true},"productId":{"type":"integer"},"personId":{"type":"integer","nullable":true},"isFromProspect":{"type":"boolean"},"note":{"type":"string","nullable":true}}},"Appointment.AppointmentDetailsOutput":{"type":"object","description":"Appointment","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"maxCanceledDate":{"type":"string","format":"date-time","nullable":true},"nbClient":{"type":"integer","nullable":true},"maxCapacity":{"type":"integer","nullable":true},"address":{"type":"string","nullable":true},"timeZone":{"type":"string","nullable":true},"onlineBooking":{"type":"boolean"},"name":{"type":"string","nullable":true},"productId":{"type":"integer","nullable":true},"tariff":{"type":"string","nullable":true},"feeAmount":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"skill":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"level":{"type":"string","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"sessionType":{"type":"string","nullable":true},"availabilityStatus":{"type":"string"},"type":{"type":"string"},"employee":{"type":"string"},"isCanceled":{"type":"boolean"},"recurrence":{"type":"integer","nullable":true},"breakTime":{"type":"integer"},"currency":{"type":"string","nullable":true},"tasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskListOutput"}},"clients":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClientListOutput"}},"productInternalRef":{"type":"string","nullable":true}}},"Appointment.AppointmentListOutput":{"type":"object","description":"Appointment","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"nbClient":{"type":"integer","nullable":true},"address":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"productId":{"type":"integer","nullable":true},"tariff":{"type":"string","nullable":true},"feeAmount":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"skill":{"type":"string","nullable":true},"productInternalRef":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"sessionType":{"type":"string","nullable":true},"availabilityStatus":{"type":"string"},"maxCapacity":{"type":"integer","nullable":true},"type":{"type":"string"},"recurrence":{"type":"integer","nullable":true},"level":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true},"isCanceled":{"type":"boolean"},"timeZone":{"type":"string","nullable":true},"tasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskListOutput"}},"breakTime":{"type":"integer"},"clientsName":{"type":"array","items":{"type":"string"}}}},"Appointment.AppointmentPostInput":{"type":"object","description":"Appointment","properties":{"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"clientIds":{"type":"array","items":{"type":"integer"},"nullable":true},"taskIds":{"type":"array","items":{"type":"integer"},"nullable":true},"productId":{"type":"integer","nullable":true},"maxCapacity":{"default":1,"example":1,"type":"integer","nullable":true},"level":{"default":"all","example":"all","type":"string","nullable":true},"description":{"type":"string","nullable":true},"recurrence":{"type":"boolean"},"frequencyValue":{"type":"integer","nullable":true},"frequencyType":{"type":"string","nullable":true},"nbAppointment":{"default":1,"example":1,"type":"integer","nullable":true},"availabilityStatus":{"default":"busy","example":"busy","type":"string"},"addressId":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"isSubscriptionDeducted":{"type":"boolean"}}},"Appointment.AppointmentPutInput":{"type":"object","description":"Appointment","properties":{"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"}}},"Appointment.XAppointmentClientDetailsOutput":{"type":"object","description":"Appointment","properties":{"id":{"type":"integer"},"appointment":{"$ref":"#\/components\/schemas\/AppointmentListOutput"},"client":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientListOutput"}],"nullable":true},"note":{"type":"string","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"isSubscriptionIncluded":{"type":"boolean"},"isFirstAppointmentAsProspect":{"type":"boolean"}}},"Appointment.XAppointmentClientListOutput":{"type":"object","description":"Appointment","properties":{"id":{"type":"integer"},"appointment":{"$ref":"#\/components\/schemas\/AppointmentListOutput"},"client":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientListOutput"}],"nullable":true},"note":{"type":"string","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"isSubscriptionIncluded":{"type":"boolean"}}},"AppointmentClientDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"name":{"type":"string","nullable":true},"productId":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"skill":{"type":"string","nullable":true},"tariff":{"type":"number","nullable":true},"feeAmount":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"mode":{"type":"string","nullable":true},"level":{"type":"string","nullable":true},"maxCapacity":{"default":1,"example":1,"type":"integer","nullable":true},"nbClients":{"type":"integer","nullable":true},"productInternalRef":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"company":{"type":"string"},"employee":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true},"maxCanceledDate":{"type":"string","format":"date-time","nullable":true}}},"AppointmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"maxCanceledDate":{"type":"string","format":"date-time","nullable":true},"nbClient":{"type":"integer","nullable":true},"maxCapacity":{"type":"integer","nullable":true},"address":{"type":"string","nullable":true},"timeZone":{"type":"string","nullable":true},"onlineBooking":{"type":"boolean"},"name":{"type":"string","nullable":true},"productId":{"type":"integer","nullable":true},"tariff":{"type":"string","nullable":true},"feeAmount":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"skill":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"level":{"type":"string","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"sessionType":{"type":"string","nullable":true},"availabilityStatus":{"type":"string"},"type":{"type":"string"},"employee":{"type":"string"},"isCanceled":{"type":"boolean"},"recurrence":{"type":"integer","nullable":true},"breakTime":{"type":"integer"},"currency":{"type":"string","nullable":true},"tasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskListOutput"}},"clients":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClientListOutput"}},"productInternalRef":{"type":"string","nullable":true}}},"AppointmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"nbClient":{"type":"integer","nullable":true},"address":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"productId":{"type":"integer","nullable":true},"tariff":{"type":"string","nullable":true},"feeAmount":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"skill":{"type":"string","nullable":true},"productInternalRef":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"sessionType":{"type":"string","nullable":true},"availabilityStatus":{"type":"string"},"maxCapacity":{"type":"integer","nullable":true},"type":{"type":"string"},"recurrence":{"type":"integer","nullable":true},"level":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true},"isCanceled":{"type":"boolean"},"timeZone":{"type":"string","nullable":true},"tasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskListOutput"}},"breakTime":{"type":"integer"},"clientsName":{"type":"array","items":{"type":"string"}}}},"ArrayCollection":{"type":"object","description":"","properties":{"elements":{"writeOnly":true,"description":"An array containing the entries of this collection.","type":"array","items":{"type":"string"}},"keys":{"readOnly":true,"description":"{@inheritDoc}"},"values":{"readOnly":true,"description":"{@inheritDoc}"},"empty":{"readOnly":true,"description":"{@inheritDoc}","type":"boolean"},"iterator":{"readOnly":true,"description":"{@inheritDoc}","type":"array","items":{"type":"string"}}}},"Attribute":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Attribute.","type":"integer"},"label":{"type":"string"},"type":{"type":"string"},"category":{"type":"string","nullable":true},"totalPoints":{"type":"number"},"defaultPonderation":{"type":"number"},"nullableResponses":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Attribute.AttributeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Attribute.AttributeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Attribute.AttributePostInput":{"type":"object","description":""},"Attribute.AttributePutInput":{"type":"object","description":""},"AvailabilityDay":{"type":"object","description":"","properties":{"hour0":{"type":"boolean"},"hour1":{"type":"boolean"},"hour2":{"type":"boolean"},"hour3":{"type":"boolean"},"hour4":{"type":"boolean"},"hour5":{"type":"boolean"},"hour6":{"type":"boolean"},"hour7":{"type":"boolean"},"hour8":{"type":"boolean"},"hour9":{"type":"boolean"},"hour10":{"type":"boolean"},"hour11":{"type":"boolean"},"hour12":{"type":"boolean"},"hour13":{"type":"boolean"},"hour14":{"type":"boolean"},"hour15":{"type":"boolean"},"hour16":{"type":"boolean"},"hour17":{"type":"boolean"},"hour18":{"type":"boolean"},"hour19":{"type":"boolean"},"hour20":{"type":"boolean"},"hour21":{"type":"boolean"},"hour22":{"type":"boolean"},"hour23":{"type":"boolean"}}},"AvailabilityWeek":{"type":"object","description":"","properties":{"monday":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityDay"}],"nullable":true},"tuesday":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityDay"}],"nullable":true},"wednesday":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityDay"}],"nullable":true},"thursday":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityDay"}],"nullable":true},"friday":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityDay"}],"nullable":true},"saturday":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityDay"}],"nullable":true},"sunday":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityDay"}],"nullable":true}}},"Banner":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Banner.","type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"text":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Banner.BannerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"text":{"type":"string"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"}}},"Banner.BannerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"text":{"type":"string"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"}}},"Banner.BannerPostInput":{"type":"object","description":"","required":["text","beginDate","endDate"],"properties":{"text":{"type":"string"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"}}},"Banner.BannerPutInput":{"type":"object","description":""},"Billing":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Billing.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"payment":{"type":"string","format":"iri-reference","nullable":true},"document":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"amountHT":{"type":"string","nullable":true},"discountAmount":{"type":"string","nullable":true},"vatAmount":{"type":"string","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"paymentType":{"type":"string","nullable":true},"billingDetails":{"type":"array","items":{"type":"string"},"nullable":true},"status":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"reference":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Billing.BillingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"reference":{"type":"string"},"amount":{"type":"number"},"emissionDate":{"type":"string","format":"date-time"},"currency":{"type":"string"}}},"Billing.BillingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"reference":{"type":"string"},"amount":{"type":"number"},"emissionDate":{"type":"string","format":"date-time"},"documentId":{"type":"integer"},"currency":{"type":"string"}}},"Billing.BillingPostInput":{"type":"object","description":""},"Billing.BillingPutInput":{"type":"object","description":""},"BillingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"reference":{"type":"string"},"amount":{"type":"number"},"emissionDate":{"type":"string","format":"date-time"},"documentId":{"type":"integer"},"currency":{"type":"string"}}},"BillingStatus":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"beginDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"billing":{"type":"string","format":"iri-reference"},"status":{"type":"integer"},"company":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"BillingStatus.BillingStatusDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BillingStatus.BillingStatusListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BillingStatus.BillingStatusPostInput":{"type":"object","description":""},"BillingStatus.BillingStatusPutInput":{"type":"object","description":""},"BlocJsonOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"order":{"type":"integer"},"title":{"type":"string"},"description":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"exercises":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseJsonOutput"},"nullable":true}}},"BlocTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the BlocTemplate.","type":"integer"},"title":{"type":"string"},"description":{"type":"string","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"exercises":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"BlocTemplate.BlocTemplateAddExercisePutInput":{"type":"object","description":"","required":["exerciseTemplateIds"],"properties":{"exerciseTemplateIds":{"type":"array","items":{"type":"string"}}}},"BlocTemplate.BlocTemplateConfigureExercisePutInput":{"type":"object","description":"","required":["exerciseKey"],"properties":{"exerciseKey":{"type":"string"},"note":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseSerieOutput"},"nullable":true}}},"BlocTemplate.BlocTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"description":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"exercises":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseJsonOutput"},"nullable":true}}},"BlocTemplate.BlocTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"description":{"type":"string","nullable":true}}},"BlocTemplate.BlocTemplateOrderExercisePutInput":{"type":"object","description":"","required":["exerciseKey","newOrder"],"properties":{"exerciseKey":{"type":"string"},"newOrder":{"type":"integer"}}},"BlocTemplate.BlocTemplatePostInput":{"type":"object","description":"","required":["title"],"properties":{"title":{"type":"string"},"description":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"exercises":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseJsonOutput"},"nullable":true}}},"BlocTemplate.BlocTemplatePutInput":{"type":"object","description":"","required":["title"],"properties":{"title":{"type":"string"},"description":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true}}},"BlocTemplate.BlocTemplateRemoveExercisePutInput":{"type":"object","description":"","required":["exerciseTemplateKey"],"properties":{"exerciseTemplateKey":{"type":"integer"}}},"BlocTemplatePostInput":{"type":"object","description":"","required":["title"],"properties":{"title":{"type":"string"},"description":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"exercises":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseJsonOutput"},"nullable":true}}},"Brand":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Brand.","type":"integer"},"name":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Brand.BrandDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Brand.BrandListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Brand.BrandPostInput":{"type":"object","description":""},"Brand.BrandPutInput":{"type":"object","description":""},"BrandParameter":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the BrandParameter.","type":"integer"},"brand":{"type":"string","format":"iri-reference"},"parameter":{"type":"string","format":"iri-reference"},"value":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"BrandParameter.BrandParameterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BrandParameter.BrandParameterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BrandParameter.BrandParameterPostInput":{"type":"object","description":""},"BrandParameter.BrandParameterPutInput":{"type":"object","description":""},"Budget":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Budget.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Budget.BudgetDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Budget.BudgetListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Budget.BudgetPostInput":{"type":"object","description":""},"Budget.BudgetPutInput":{"type":"object","description":""},"BudgetListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Client":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Client.","type":"integer"},"userCoach":{"type":"string","format":"iri-reference"},"employee":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"gender":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"level":{"type":"string","nullable":true},"nbCredits":{"type":"integer"},"nbAppointmentsCanceled":{"type":"integer"},"address":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string","nullable":true},"preferredSport":{"type":"string","format":"iri-reference","nullable":true},"stripeCustomerId":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"brand":{"type":"string","format":"iri-reference","nullable":true},"subscriptionPlan":{"type":"string","format":"iri-reference","nullable":true},"sessionBookPlan":{"type":"string","format":"iri-reference","nullable":true},"isFromProspect":{"type":"boolean"},"nbMonthlyPrivateSessions":{"type":"integer"},"nbMonthlyCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"nbCollectiveSessions":{"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"archivedDate":{"type":"string","format":"date-time","nullable":true},"archivedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isArchived":{"type":"boolean"},"fromProspect":{"readOnly":true,"type":"boolean"},"fullName":{"readOnly":true,"type":"string"},"archived":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Client.ClientCreateAccountPutInput":{"type":"object","description":""},"Client.ClientCreateFromPersonPostInput":{"type":"object","description":"","properties":{"personId":{"type":"integer"},"coachId":{"type":"integer"},"isFromPersonNeed":{"type":"boolean"}}},"Client.ClientDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"nbCredits":{"type":"integer","nullable":true},"nbAppointmentCanceled":{"type":"integer"},"nbMonthlyCollectiveSessions":{"type":"integer","nullable":true},"nbMonthlyPrivateSessions":{"type":"integer","nullable":true},"nbSessions":{"type":"integer"},"email":{"type":"string","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"mobilePhone":{"type":"string"},"birthday":{"type":"string","format":"date-time","nullable":true},"level":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"country":{"type":"string"},"lastSessionDate":{"type":"string","format":"date-time","nullable":true},"subscriptionName":{"type":"string","nullable":true},"nbCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"coachSessionBookName":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"firstConnect":{"type":"boolean"},"sportId":{"type":"integer","nullable":true},"sportName":{"type":"string","nullable":true},"userId":{"type":"integer","nullable":true},"coachSubscriptionNewPaymentDate":{"type":"string","format":"date-time","nullable":true},"coachSessionBookValidityDate":{"type":"string","format":"date-time","nullable":true}}},"Client.ClientIncomingPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"amount":{"type":"number"},"paymentDate":{"type":"string","format":"date-time"},"paymentMode":{"type":"string"},"type":{"type":"string"},"currency":{"type":"string"},"billing":{"anyOf":[{"$ref":"#\/components\/schemas\/BillingListOutput"}],"nullable":true}}},"Client.ClientListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"nbCredits":{"type":"integer","nullable":true},"firstName":{"type":"string"},"name":{"type":"string"},"lastName":{"type":"string"},"birthDate":{"type":"string","format":"date-time","nullable":true},"gender":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"level":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"lastSessionDate":{"type":"string","format":"date-time","nullable":true},"subscriptionName":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"firstConnect":{"type":"boolean"},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"sportId":{"type":"integer","nullable":true},"sportName":{"type":"string","nullable":true},"userId":{"type":"integer","nullable":true},"nbMonthlyCollectiveSessions":{"type":"integer","nullable":true},"nbMonthlyPrivateSessions":{"type":"integer","nullable":true},"nbCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"coachSessionBookName":{"type":"string","nullable":true}}},"Client.ClientPostInput":{"type":"object","description":"","properties":{"sportId":{"type":"integer","nullable":true},"email":{"type":"string","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"mobilePhone":{"type":"string"},"birthday":{"type":"string","format":"date-time","nullable":true},"level":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"streetLabel":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"gender":{"type":"string","nullable":true},"country":{"type":"string"}}},"Client.ClientPutInput":{"type":"object","description":"","properties":{"sportId":{"type":"integer","nullable":true},"email":{"type":"string","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"mobilePhone":{"type":"string"},"birthday":{"type":"string","format":"date-time","nullable":true},"level":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"streetLabel":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"country":{"type":"string"},"gender":{"type":"string","nullable":true}}},"Client.ModifyNbSessionsPutInput":{"type":"object","description":"","properties":{"plusOrMinus":{"type":"string"},"typeFormula":{"type":"string"},"typeSession":{"type":"string"}}},"ClientListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"nbCredits":{"type":"integer","nullable":true},"firstName":{"type":"string"},"name":{"type":"string"},"lastName":{"type":"string"},"birthDate":{"type":"string","format":"date-time","nullable":true},"gender":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"level":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"lastSessionDate":{"type":"string","format":"date-time","nullable":true},"subscriptionName":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"firstConnect":{"type":"boolean"},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"sportId":{"type":"integer","nullable":true},"sportName":{"type":"string","nullable":true},"userId":{"type":"integer","nullable":true},"nbMonthlyCollectiveSessions":{"type":"integer","nullable":true},"nbMonthlyPrivateSessions":{"type":"integer","nullable":true},"nbCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"coachSessionBookName":{"type":"string","nullable":true}}},"CoachSessionBook":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Subscription.","type":"integer"},"client":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference"},"employee":{"type":"string","format":"iri-reference"},"sessionBookPlan":{"type":"string","format":"iri-reference"},"paymentCoachSessionBook":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"validityDate":{"type":"string","format":"date-time","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachSessionBook.CoachSessionBookDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CoachSessionBook.CoachSessionBookListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CoachSessionBook.CoachSessionBookPostInput":{"type":"object","description":"","required":["coachSessionBookPlanId","clientId"],"properties":{"coachSessionBookPlanId":{"type":"integer"},"clientId":{"type":"integer"}}},"CoachSessionBook.CoachSessionBookPutInput":{"type":"object","description":""},"CoachSessionBookPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPlan.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"employee":{"type":"string","format":"iri-reference"},"name":{"type":"string"},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"priceHT":{"type":"string"},"vat":{"type":"string"},"priceTTC":{"type":"string","nullable":true},"feeAmountTTC":{"type":"number","nullable":true},"feeAmountHT":{"type":"number","nullable":true},"feePercent":{"type":"number","nullable":true},"totalHT":{"type":"number","nullable":true},"totalTTC":{"type":"number","nullable":true},"description":{"type":"string","nullable":true},"stripeProductId":{"type":"string","nullable":true},"validityNbMonths":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"nbCollectiveSessions":{"type":"integer"},"clients":{"type":"array","items":{"type":"string","format":"iri-reference"}},"products":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"clientsReservedFor":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"collectiveProducts":{"readOnly":true,"$ref":"#\/components\/schemas\/ArrayCollection"},"privateProducts":{"readOnly":true,"$ref":"#\/components\/schemas\/ArrayCollection"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachSessionBookPlan.CoachSessionBookPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"price":{"type":"number"},"feeAmount":{"type":"number"},"totalPrice":{"type":"number"},"validityNbMonths":{"type":"integer"},"description":{"type":"string","nullable":true},"nbCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"collectiveIncludedProducts":{"type":"array","items":{"type":"integer"}},"privateIncludedProducts":{"type":"array","items":{"type":"integer"}},"clientsReservedFor":{"type":"array","items":{"type":"integer"}},"currency":{"type":"string"}}},"CoachSessionBookPlan.CoachSessionBookPlanForClientListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"nbCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"validityNbMonths":{"type":"integer"},"price":{"type":"number"},"feeAmount":{"type":"number"},"totalPrice":{"type":"number"},"collectiveIncludedProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}},"privateIncludedProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}},"isActive":{"type":"boolean"},"hasBookSession":{"type":"boolean"},"currency":{"type":"string"}}},"CoachSessionBookPlan.CoachSessionBookPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"price":{"type":"number"},"feeAmount":{"type":"number"},"totalPrice":{"type":"number"},"description":{"type":"string","nullable":true},"nbCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"nbClients":{"type":"integer"},"validityNbMonths":{"type":"integer"},"currency":{"type":"string"}}},"CoachSessionBookPlan.CoachSessionBookPlanPostInput":{"type":"object","description":"","required":["name","priceTTC","validityNbMonths"],"properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"priceTTC":{"type":"number"},"validityNbMonths":{"type":"integer"},"clientsReservedFor":{"type":"array","items":{"type":"string"}},"nbPrivateSessions":{"type":"integer"},"privateIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true},"nbCollectiveSessions":{"type":"integer"},"collectiveIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true}}},"CoachSessionBookPlan.CoachSessionBookPlanPutInput":{"type":"object","description":"","required":["name","priceTTC","validityNbMonths"],"properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"priceTTC":{"type":"number"},"validityNbMonths":{"type":"integer"},"clientsReservedFor":{"type":"array","items":{"type":"string"}},"nbPrivateSessions":{"type":"integer"},"privateIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true},"nbCollectiveSessions":{"type":"integer"},"collectiveIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true}}},"CoachSubscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Subscription.","type":"integer"},"client":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference"},"employee":{"type":"string","format":"iri-reference"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"subscriptionPrice":{"type":"string","format":"iri-reference"},"subscriptionDate":{"type":"string","format":"date-time","nullable":true},"subscriptionStripeId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"intervalRecurrence":{"type":"string"},"intervalCount":{"type":"integer"},"isExpired":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"recurrence":{"type":"string","nullable":true},"expired":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachSubscription.CoachSubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CoachSubscription.CoachSubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CoachSubscription.CoachSubscriptionPostInput":{"type":"object","description":"","required":["coachSubscriptionPriceId"],"properties":{"coachSubscriptionPriceId":{"type":"integer"}}},"CoachSubscription.CoachSubscriptionPutInput":{"type":"object","description":""},"CoachSubscriptionPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPlan.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"employee":{"type":"string","format":"iri-reference"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"functionnalities":{"type":"array","items":{"type":"string"},"nullable":true},"stripeProductId":{"type":"string","nullable":true},"prices":{"type":"array","items":{"type":"string","format":"iri-reference"}},"defaultSubscriptionPrice":{"type":"string","format":"iri-reference","nullable":true},"nbMonthlyPrivateSessions":{"type":"integer"},"nbMonthlyCollectiveSessions":{"type":"integer"},"clients":{"type":"array","items":{"type":"string","format":"iri-reference"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference"}},"clientsReservedFor":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"collectiveProducts":{"readOnly":true,"$ref":"#\/components\/schemas\/ArrayCollection"},"privateProducts":{"readOnly":true,"$ref":"#\/components\/schemas\/ArrayCollection"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachSubscriptionPlan.CoachSubscriptionPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"nbMonthlyCollectiveSessions":{"type":"integer"},"nbMonthlyPrivateSessions":{"type":"integer"},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPriceDetailsOutput"}},"collectiveIncludedProducts":{"type":"array","items":{"type":"integer"}},"privateIncludedProducts":{"type":"array","items":{"type":"integer"}},"clientsReservedFor":{"type":"array","items":{"type":"integer"}}}},"CoachSubscriptionPlan.CoachSubscriptionPlanForClientListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"nbTariffs":{"type":"integer"},"nbMonthlyCollectiveSessions":{"type":"integer"},"nbMonthlyPrivateSessions":{"type":"integer"},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPriceDetailsOutput"}},"collectiveIncludedProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}},"privateIncludedProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}},"isActive":{"type":"boolean"},"hasActiveSubscription":{"type":"boolean"},"clientActiveSubscriptionEndDate":{"type":"string","format":"date-time","nullable":true},"currency":{"type":"string"}}},"CoachSubscriptionPlan.CoachSubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"nbTariffs":{"type":"integer"},"nbMonthlyCollectiveSessions":{"type":"integer"},"nbMonthlyPrivateSessions":{"type":"integer"},"nbClients":{"type":"integer"}}},"CoachSubscriptionPlan.CoachSubscriptionPlanPostInput":{"type":"object","description":"","required":["name"],"properties":{"name":{"type":"string"},"clientsReservedFor":{"type":"array","items":{"type":"string"}},"description":{"type":"string","nullable":true},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPricePostInput"}},"nbMonthlyPrivateSessions":{"type":"integer"},"privateIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true},"nbMonthlyCollectiveSessions":{"type":"integer"},"collectiveIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true}}},"CoachSubscriptionPlan.CoachSubscriptionPlanPutInput":{"type":"object","description":"","required":["name"],"properties":{"name":{"type":"string"},"clientsReservedFor":{"type":"array","items":{"type":"string"}},"description":{"type":"string","nullable":true},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachSubscriptionPricePutInput"}},"nbMonthlyPrivateSessions":{"type":"integer"},"privateIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true},"nbMonthlyCollectiveSessions":{"type":"integer"},"collectiveIncludedProducts":{"type":"array","items":{"type":"string"},"nullable":true}}},"CoachSubscriptionPrice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPrice.","type":"integer"},"priceHT":{"type":"string"},"vat":{"type":"string"},"priceTTC":{"type":"string","nullable":true},"feeAmountTTC":{"type":"number","nullable":true},"feeAmountHT":{"type":"number","nullable":true},"feePercent":{"type":"number","nullable":true},"totalHT":{"type":"number","nullable":true},"totalTTC":{"type":"number","nullable":true},"intervalRecurrence":{"type":"string"},"intervalCount":{"type":"integer"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"client":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachSubscriptionPrice.CoachSubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceTTC":{"type":"number"},"feeAmount":{"type":"number"},"totalPriceTTC":{"type":"number"},"intervalCount":{"type":"integer"},"currency":{"type":"string"}}},"CoachSubscriptionPrice.CoachSubscriptionPriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CoachSubscriptionPrice.CoachSubscriptionPricePostInput":{"type":"object","description":"","required":["priceTTC","intervalCount"],"properties":{"priceTTC":{"type":"number"},"intervalCount":{"type":"integer"}}},"CoachSubscriptionPrice.CoachSubscriptionPricePutInput":{"type":"object","description":"","required":["id","priceTTC","intervalCount"],"properties":{"id":{"type":"integer"},"priceTTC":{"type":"number"},"intervalCount":{"type":"integer"}}},"CoachSubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceTTC":{"type":"number"},"feeAmount":{"type":"number"},"totalPriceTTC":{"type":"number"},"intervalCount":{"type":"integer"},"currency":{"type":"string"}}},"CoachSubscriptionPricePostInput":{"type":"object","description":"","required":["priceTTC","intervalCount"],"properties":{"priceTTC":{"type":"number"},"intervalCount":{"type":"integer"}}},"CoachSubscriptionPricePutInput":{"type":"object","description":"","required":["id","priceTTC","intervalCount"],"properties":{"id":{"type":"integer"},"priceTTC":{"type":"number"},"intervalCount":{"type":"integer"}}},"CoachingIntensity":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the CoachingIntensity.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachingIntensity.CoachingIntensityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"CoachingIntensity.CoachingIntensityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"CoachingIntensity.CoachingIntensityPostInput":{"type":"object","description":""},"CoachingIntensity.CoachingIntensityPutInput":{"type":"object","description":""},"CoachingPlace":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the CoachingPlace.","type":"integer"},"wording":{"type":"string"},"needAddress":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachingPlace.CoachingPlaceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"CoachingPlace.CoachingPlaceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"needAddress":{"type":"boolean","nullable":true}}},"CoachingPlace.CoachingPlacePostInput":{"type":"object","description":""},"CoachingPlace.CoachingPlacePutInput":{"type":"object","description":""},"CoachingPlaceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"needAddress":{"type":"boolean","nullable":true}}},"CoachingType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the CoachingType.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CoachingType.CoachingTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"CoachingType.CoachingTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"CoachingType.CoachingTypePostInput":{"type":"object","description":""},"CoachingType.CoachingTypePutInput":{"type":"object","description":""},"CoachingTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Collection":{"type":"object","description":"","properties":{"empty":{"readOnly":true,"description":"Checks whether the collection is empty (contains no elements).","type":"boolean"},"keys":{"readOnly":true,"description":"Gets all keys\/indices of the collection.","type":"array","items":{"type":"integer"}},"values":{"readOnly":true,"description":"Gets all values of the collection.","type":"array","items":{"type":"string"}},"iterator":{"readOnly":true}}},"Company":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Company.","type":"integer"},"name":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"schedule":{"type":"string","nullable":true},"mainAddress":{"type":"string","format":"iri-reference","nullable":true},"mainEstablishment":{"type":"string","format":"iri-reference","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"stripeAccountId":{"type":"string","nullable":true},"hasTVA":{"type":"boolean"},"onboardReasons":{"type":"array","items":{"type":"string"},"nullable":true},"establishments":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"tVA":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Company.CompanyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"onboardReasons":{"type":"array","items":{"type":"string"},"nullable":true},"stripeAccountId":{"type":"string","nullable":true}}},"Company.CompanyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Company.CompanyOnboardReasonPutInput":{"type":"object","description":"","required":["onboardReasons"],"properties":{"onboardReasons":{"type":"array","items":{"type":"string"}}}},"Company.CompanyPostInput":{"type":"object","description":""},"Company.CompanyPutInput":{"type":"object","description":"","properties":{"description":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"schedule":{"type":"string","nullable":true},"multipleEstablishment":{"type":"boolean"}}},"Company.IncomingPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"from":{"type":"string"},"amount":{"type":"number"},"paymentDate":{"type":"string","format":"date-time"},"paymentMode":{"type":"string"},"type":{"type":"string"},"currency":{"type":"string"},"billing":{"anyOf":[{"$ref":"#\/components\/schemas\/BillingListOutput"}],"nullable":true}}},"Company.StripeConnectStatusOutput":{"type":"object","description":"","properties":{"chargesEnabled":{"type":"boolean"}}},"CompanyParameter":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the CompanyParameter.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"parameter":{"type":"string","format":"iri-reference","nullable":true},"value":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CompanyParameter.CompanyParameterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"CompanyParameter.CompanyParameterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"CompanyParameter.CompanyParameterPostInput":{"type":"object","description":"","properties":{"parameterName":{"type":"string"},"value":{"type":"string"},"metric":{"type":"string","nullable":true}}},"CompanyParameter.CompanyParameterPutInput":{"type":"object","description":""},"CompanyStatistic":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the CompanyStatistic.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"day":{"type":"integer","nullable":true},"week":{"type":"integer","nullable":true},"month":{"type":"integer","nullable":true},"year":{"type":"integer","nullable":true},"nbClients":{"type":"integer","nullable":true},"nbActiveClients":{"type":"integer","nullable":true},"nbNewClients":{"type":"integer","nullable":true},"turnover":{"type":"number","nullable":true},"refunds":{"type":"number","nullable":true},"nbSlotsTotal":{"type":"integer","nullable":true},"nbAppointments":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Country":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"string"},"name_fr":{"writeOnly":true,"description":"Get the value of name_fr","type":"string","nullable":true},"name_en":{"writeOnly":true,"description":"Get the value of name_en","type":"string","nullable":true},"isoAlpha3":{"type":"string","nullable":true},"isoM49":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"isSepa":{"type":"boolean","nullable":true},"isState":{"type":"boolean","nullable":true},"isIban":{"type":"boolean","nullable":true},"isDsp":{"description":"Get the value of isDsp","type":"boolean","nullable":true},"lengthIban":{"type":"integer","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"phoneCode":{"type":"string","nullable":true},"isUE":{"type":"boolean","nullable":true},"vat":{"type":"number","nullable":true},"FlagPath":{"type":"string","nullable":true},"zipCodeFormat":{"type":"string","nullable":true},"ibanFormat":{"type":"string","nullable":true},"accountNumberLength":{"type":"integer","nullable":true},"bankCode":{"type":"string","nullable":true},"branchCode":{"type":"string","nullable":true},"ibanFields":{"type":"string","nullable":true},"nationalityCode":{"type":"string","nullable":true},"bic":{"type":"string","nullable":true},"uboStep":{"description":"Get the value of uboStep","default":25,"example":25,"type":"integer","nullable":true},"currencyUnionName":{"type":"string","nullable":true},"currencyUnion":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"flagPath":{},"name":{"readOnly":true},"uE":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Country.CountryListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Coupon":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the Coupon.","type":"string"},"validSirens":{"type":"array","items":{"type":"string"},"nullable":true},"percentOff":{"type":"number"},"duration":{"type":"string"},"durationInMonths":{"type":"string","nullable":true},"stripeId":{"type":"string","nullable":true},"redeemBy":{"type":"string","format":"date-time","nullable":true},"publicMessage":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Coupon.CouponDetailsOutput":{"type":"object","description":"","properties":{"code":{"type":"string"},"percentOff":{"type":"integer"},"duration":{"type":"string"},"publicMessage":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true}}},"Coupon.CouponListOutput":{"type":"object","description":"","properties":{"code":{"type":"string"}}},"Coupon.CouponPostInput":{"type":"object","description":"","required":["percentOff","duration","publicMessage"],"properties":{"percentOff":{"type":"integer"},"duration":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true},"publicMessage":{"type":"string"}}},"Coupon.CouponPutInput":{"type":"object","description":""},"CouponDetailsOutput":{"type":"object","description":"","properties":{"code":{"type":"string"},"percentOff":{"type":"integer"},"duration":{"type":"string"},"publicMessage":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true}}},"CouponPostInput":{"type":"object","description":"","required":["percentOff","duration","publicMessage"],"properties":{"percentOff":{"type":"integer"},"duration":{"type":"string"},"durationInMonth":{"type":"integer","nullable":true},"publicMessage":{"type":"string"}}},"CreditTransaction":{"type":"object","description":"","properties":{"typeList":{"readOnly":true,"default":["credit","debit"],"example":["credit","debit"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the CreditTransaction.","type":"integer"},"client":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference"},"employee":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"amount":{"type":"number"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"CreditTransaction.CreditTransactionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CreditTransaction.CreditTransactionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CreditTransaction.CreditTransactionPostInput":{"type":"object","description":""},"CreditTransaction.CreditTransactionPutInput":{"type":"object","description":""},"CronJob":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"exitMessage":{"description":"The command exit message.","type":"string","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"Currency":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"},"iso4217":{"type":"integer","nullable":true},"minorUnit":{"type":"integer","nullable":true},"scale":{"default":2,"example":2,"type":"integer","nullable":true},"conversionRateToEUR":{"type":"number","nullable":true},"conversionRateToGPB":{"type":"number","nullable":true},"centralBankInterestRate":{"type":"number","nullable":true},"lastChangeCentralBankInterestRate":{"type":"string","nullable":true},"dateOfLastRateUpdate":{"type":"string","format":"date-time","nullable":true},"priority":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Document.","type":"integer"},"path":{"type":"string","nullable":true},"originalName":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"displayFormat":{"type":"array","items":{"type":"string"},"nullable":true},"size":{"type":"integer","nullable":true},"documentType":{"type":"string","format":"iri-reference"},"extension":{"type":"string","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"isTemplate":{"type":"boolean"},"company":{"type":"string","format":"iri-reference","nullable":true},"brand":{"type":"string","format":"iri-reference","nullable":true},"entityType":{"description":".","type":"string","nullable":true},"entityId":{"description":".","type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"template":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DocumentType.","type":"integer"},"keyName":{"description":"Key name to identify the DocumentType.","type":"string"},"acceptedFormat":{"description":"A list of accepted formats.","type":"array","items":{"type":"string"}},"brand":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"DocumentType.DocumentTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypePostInput":{"type":"object","description":""},"DocumentType.DocumentTypePutInput":{"type":"object","description":""},"Employee":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Employee.","type":"integer"},"email":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"paymentMethods":{"type":"array","items":{"type":"string"},"nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"gender":{"type":"string","nullable":true},"newCoach":{"type":"boolean"},"mainAddress":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string","nullable":true},"onSite":{"default":true,"example":true,"type":"boolean"},"slug":{"type":"string","nullable":true},"proNumber":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"ssd":{"type":"boolean","nullable":true},"premium":{"type":"boolean","nullable":true},"activityStartDate":{"type":"string","format":"date-time","nullable":true},"travelDistance":{"type":"integer","nullable":true},"objectives":{"type":"array","items":{"type":"string"},"nullable":true},"sessionTypes":{"type":"array","items":{"type":"string"},"nullable":true},"coachingPlaces":{"type":"array","items":{"type":"string"},"nullable":true},"skills":{"type":"array","items":{"type":"string"},"nullable":true},"typeCoaching":{"type":"array","items":{"type":"string"},"nullable":true},"xEmployeeSkills":{"type":"array","items":{"type":"string","format":"iri-reference"}},"clientGender":{"type":"string","nullable":true},"coachingIntensity":{"type":"string","format":"iri-reference","nullable":true},"categoryAge":{"type":"string","format":"iri-reference","nullable":true},"sessionBudgets":{"type":"array","items":{"type":"string"},"nullable":true},"SAP":{"type":"boolean","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"schedule":{"type":"array","items":{"type":"string"},"nullable":true},"cover":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"sAP":{"type":"boolean","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Employee.EmployeeClientDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"paymentMethods":{"type":"array","items":{"type":"string"},"nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"gender":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"activityStartDate":{"type":"string","format":"date-time","nullable":true},"skills":{"type":"array","items":{"$ref":"#\/components\/schemas\/SkillListOutput"},"nullable":true},"travelDistance":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"objectives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ObjectiveListOutput"},"nullable":true},"sessionType":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionTypeListOutput"},"nullable":true},"coachingPlaces":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingPlaceListOutput"},"nullable":true},"typeCoaching":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingTypeListOutput"},"nullable":true},"coachingIntensityId":{"type":"integer","nullable":true},"coverId":{"type":"integer","nullable":true},"clientId":{"type":"integer","nullable":true},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/BudgetListOutput"},"nullable":true},"SAP":{"type":"boolean","nullable":true},"stripeConnectId":{"type":"string","nullable":true},"schedule":{"type":"array","items":{"type":"string"},"nullable":true},"nbMonthlyCollectiveSessions":{"type":"integer"},"nbMonthlyPrivateSessions":{"type":"integer"},"coachSubscriptionName":{"type":"string","nullable":true},"coachSubscriptionEndDate":{"type":"string","format":"date-time","nullable":true},"chargesEnabled":{"type":"boolean","nullable":true},"nbCollectiveSessions":{"type":"integer"},"nbPrivateSessions":{"type":"integer"},"coachSessionBookName":{"type":"string","nullable":true},"coachSubscriptionNewPaymentDate":{"type":"string","format":"date-time","nullable":true},"coachSessionBookValidityDate":{"type":"string","format":"date-time","nullable":true},"programs":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramListOutput"},"nullable":true}}},"Employee.EmployeeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"paymentMethods":{"type":"array","items":{"type":"string"},"nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"gender":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"activityStartDate":{"type":"string","format":"date-time","nullable":true},"skills":{"type":"array","items":{"$ref":"#\/components\/schemas\/SkillListOutput"},"nullable":true},"travelDistance":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"objectives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ObjectiveListOutput"},"nullable":true},"sessionType":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionTypeListOutput"},"nullable":true},"coachingPlaces":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingPlaceListOutput"},"nullable":true},"typeCoaching":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingTypeListOutput"},"nullable":true},"coachingIntensity":{"type":"string","nullable":true},"coachingIntensityId":{"type":"integer","nullable":true},"coverId":{"type":"integer","nullable":true},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/BudgetListOutput"},"nullable":true},"stripeConnectId":{"type":"string","nullable":true},"SAP":{"type":"boolean","nullable":true},"hasTVA":{"type":"boolean"},"schedule":{"type":"array","items":{"type":"string"},"nullable":true},"chargesEnabled":{"type":"boolean","nullable":true},"readyForMatching":{"type":"boolean"}}},"Employee.EmployeeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"}}},"Employee.EmployeePostInput":{"type":"object","description":""},"Employee.EmployeePublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"coverId":{"type":"integer","nullable":true}}},"Employee.EmployeePutInput":{"type":"object","description":"","properties":{"paymentMethods":{"type":"array","items":{"type":"string"},"nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"gender":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"activityStartDate":{"type":"string","format":"date-time","nullable":true},"skills":{"type":"array","items":{"type":"string"},"nullable":true},"travelDistance":{"type":"integer","nullable":true},"objectives":{"type":"array","items":{"type":"string"},"nullable":true},"sessionType":{"type":"array","items":{"type":"string"},"nullable":true},"coachingPlaces":{"type":"array","items":{"type":"string"},"nullable":true},"typeCoaching":{"type":"array","items":{"type":"string"},"nullable":true},"clientGender":{"type":"string","nullable":true},"coachingIntensityId":{"type":"integer","nullable":true},"sessionBudgets":{"type":"array","items":{"type":"string"},"nullable":true},"SAP":{"type":"boolean"},"hasTVA":{"type":"boolean"},"schedule":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"Employee.EmployeeStripeAccountOutput":{"type":"object","description":"","properties":{"stripeConnectId":{"type":"string","nullable":true}}},"Employee.SlotOutput":{"type":"object","description":"","properties":{"freePlace":{"type":"integer"},"type":{"type":"string"},"beginDate":{"type":"string"}}},"EmployeeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"paymentMethods":{"type":"array","items":{"type":"string"},"nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"gender":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"activityStartDate":{"type":"string","format":"date-time","nullable":true},"skills":{"type":"array","items":{"$ref":"#\/components\/schemas\/SkillListOutput"},"nullable":true},"travelDistance":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"objectives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ObjectiveListOutput"},"nullable":true},"sessionType":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionTypeListOutput"},"nullable":true},"coachingPlaces":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingPlaceListOutput"},"nullable":true},"typeCoaching":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingTypeListOutput"},"nullable":true},"coachingIntensity":{"type":"string","nullable":true},"coachingIntensityId":{"type":"integer","nullable":true},"coverId":{"type":"integer","nullable":true},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/BudgetListOutput"},"nullable":true},"stripeConnectId":{"type":"string","nullable":true},"SAP":{"type":"boolean","nullable":true},"hasTVA":{"type":"boolean"},"schedule":{"type":"array","items":{"type":"string"},"nullable":true},"chargesEnabled":{"type":"boolean","nullable":true},"readyForMatching":{"type":"boolean"}}},"EmployeeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"}}},"EmployeeParameter":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the EmployeeParameter.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"parameter":{"type":"string","format":"iri-reference"},"value":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"EmployeeParameter.EmployeeParameterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"EmployeeParameter.EmployeeParameterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"EmployeeParameter.EmployeeParameterPostInput":{"type":"object","description":"","properties":{"parameterName":{"type":"string"},"value":{"type":"string"},"metric":{"type":"string","nullable":true}}},"EmployeeParameter.EmployeeParameterPutInput":{"type":"object","description":""},"EmployeeProspectDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"paymentMethods":{"type":"array","items":{"type":"string"},"nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"gender":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"activityStartDate":{"type":"string","format":"date-time","nullable":true},"skills":{"type":"array","items":{"$ref":"#\/components\/schemas\/SkillListOutput"},"nullable":true},"travelDistance":{"type":"integer","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"objectives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ObjectiveListOutput"},"nullable":true},"sessionType":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionTypeListOutput"},"nullable":true},"coachingPlaces":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingPlaceListOutput"},"nullable":true},"typeCoaching":{"type":"array","items":{"$ref":"#\/components\/schemas\/CoachingTypeListOutput"},"nullable":true},"coachingIntensity":{"type":"string","nullable":true},"coachAgeCategory":{"type":"string","nullable":true},"coverId":{"type":"integer","nullable":true},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/BudgetListOutput"},"nullable":true},"SAP":{"type":"boolean","nullable":true},"stripeConnectId":{"type":"string","nullable":true},"hasPrivateDisponibilities":{"type":"boolean"}}},"EmployeeStatistic":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the EmployeeStatistic.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"day":{"type":"integer","nullable":true},"week":{"type":"integer","nullable":true},"month":{"type":"integer","nullable":true},"year":{"type":"integer","nullable":true},"nbClients":{"type":"integer","nullable":true},"nbActiveClients":{"type":"integer","nullable":true},"nbNewClients":{"type":"integer","nullable":true},"turnover":{"type":"number","nullable":true},"refunds":{"type":"number","nullable":true},"nbSlotsTotal":{"type":"integer","nullable":true},"nbAppointments":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Establishment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Establishment.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"commercialName":{"type":"string","nullable":true},"legalName":{"type":"string"},"siret":{"type":"string","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"contactPhone":{"type":"string","nullable":true},"contactEmail":{"type":"string","nullable":true},"presentation":{"type":"string","nullable":true},"employees":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Establishment.EstablishmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Establishment.EstablishmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Establishment.EstablishmentPostInput":{"type":"object","description":""},"Establishment.EstablishmentPutInput":{"type":"object","description":""},"ExerciseJsonOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"key":{"type":"string"},"order":{"type":"integer"},"mediaId":{"type":"integer","nullable":true},"mediaPublicUrl":{"type":"string","nullable":true},"mediaThumbnail":{"type":"string","nullable":true},"mediaPicture":{"type":"string","nullable":true},"mediaVideoLight":{"type":"string","nullable":true},"neededEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"impactedMuscles":{"type":"array","items":{"type":"string"},"nullable":true},"name":{"type":"string"},"description":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseSerieOutput"},"nullable":true}}},"ExerciseSerieOutput":{"type":"object","description":"","properties":{"nbTimes":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true},"weight":{"type":"integer","nullable":true},"recuperationDuration":{"type":"integer","nullable":true}}},"ExerciseTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ExerciseTemplate.","type":"integer"},"media":{"type":"string","format":"iri-reference","nullable":true},"neededEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"impactedMuscles":{"type":"array","items":{"type":"string"},"nullable":true},"name":{"type":"string"},"description":{"type":"string","nullable":true},"fromCoacheo":{"type":"boolean","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ExerciseTemplate.ExerciseTemplateAddToBookmarkPutInput":{"type":"object","description":""},"ExerciseTemplate.ExerciseTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"mediaId":{"type":"integer","nullable":true},"mediaPublicUrl":{"type":"string","nullable":true},"mediaThumbnail":{"type":"string","nullable":true},"mediaPicture":{"type":"string","nullable":true},"mediaVideoLight":{"type":"string","nullable":true},"neededEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"impactedMuscles":{"type":"array","items":{"type":"string"},"nullable":true},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"ExerciseTemplate.ExerciseTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"mediaId":{"type":"integer","nullable":true},"mediaPublicUrl":{"type":"string","nullable":true},"mediaThumbnail":{"type":"string","nullable":true},"mediaPicture":{"type":"string","nullable":true},"mediaVideoLight":{"type":"string","nullable":true},"neededEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"impactedMuscles":{"type":"array","items":{"type":"string"},"nullable":true},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"ExerciseTemplate.ExerciseTemplatePostInput":{"type":"object","description":"","properties":{"mediaId":{"type":"integer","nullable":true},"neededEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"impactedMuscles":{"type":"array","items":{"type":"string"},"nullable":true},"name":{"type":"string"},"description":{"type":"string","nullable":true}},"required":["name"]},"ExerciseTemplate.ExerciseTemplatePutInput":{"type":"object","description":"","properties":{"mediaId":{"type":"integer","nullable":true},"neededEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"impactedMuscles":{"type":"array","items":{"type":"string"},"nullable":true},"name":{"type":"string"},"description":{"type":"string","nullable":true}},"required":["name"]},"ExerciseTemplate.ExerciseTemplateRemoveFromBookmarkPutInput":{"type":"object","description":""},"Feedback":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Feedback.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"client":{"type":"string","format":"iri-reference"},"user":{"type":"string","format":"iri-reference"},"programSession":{"type":"string","format":"iri-reference"},"feelingRate":{"type":"integer","nullable":true},"difficultyRate":{"type":"integer","nullable":true},"varietyRate":{"type":"integer","nullable":true},"enjoymentRate":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Feedback.FeedbackDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"feelingRate":{"type":"integer"},"difficultyRate":{"type":"integer"},"varietyRate":{"type":"integer"},"enjoymentRate":{"type":"integer"},"comment":{"type":"string","nullable":true},"completedDate":{"type":"string","format":"date-time","nullable":true},"completionTime":{"type":"integer","nullable":true}}},"Feedback.FeedbackListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"feelingRate":{"type":"integer"},"difficultyRate":{"type":"integer"},"varietyRate":{"type":"integer"},"enjoymentRate":{"type":"integer"},"comment":{"type":"string","nullable":true},"completedDate":{"type":"string","format":"date-time","nullable":true},"completionTime":{"type":"integer","nullable":true}}},"Feedback.FeedbackPostInput":{"type":"object","description":"","required":["programSessionId","feelingRate","difficultyRate","varietyRate","enjoymentRate"],"properties":{"programSessionId":{"type":"integer"},"feelingRate":{"type":"integer"},"difficultyRate":{"type":"integer"},"varietyRate":{"type":"integer"},"enjoymentRate":{"type":"integer"},"comment":{"type":"string","nullable":true}}},"Feedback.FeedbackPutInput":{"type":"object","description":""},"FilterValueOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string"},"linkTo":{"type":"array","items":{"type":"integer"}}}},"FirstAppointmentOutput":{"type":"object","description":"","properties":{"appointmentDetailsOutputs":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppointmentDetailsOutput"},"nullable":true},"tasks":{"type":"array","items":{"type":"string"},"nullable":true},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"}}},"Frequency":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Frequency.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Frequency.FrequencyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Frequency.FrequencyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Frequency.FrequencyPostInput":{"type":"object","description":""},"Frequency.FrequencyPutInput":{"type":"object","description":""},"Holiday":{"type":"object","description":"Holiday","properties":{"zones":{"default":{"alsace-moselle":[57,67,68],"guadeloupe":[971],"guyane":[973],"la-reunion":[974],"martinique":[972],"mayotte":[976],"metropole":[0],"nouvelle-caledonie":[988],"polynesie-francaise":[987],"saint-barthelemy":[97133],"saint-martin":[978],"saint-pierre-et-miquelon":[975],"wallis-et-futuna":[986]},"example":{"alsace-moselle":[57,67,68],"guadeloupe":[971],"guyane":[973],"la-reunion":[974],"martinique":[972],"mayotte":[976],"metropole":[0],"nouvelle-caledonie":[988],"polynesie-francaise":[987],"saint-barthelemy":[97133],"saint-martin":[978],"saint-pierre-et-miquelon":[975],"wallis-et-futuna":[986]},"type":"array","items":{"type":"string"}},"holidayDictionnary":{"default":{"Lundi de P\u00e2ques":"Holiday_easter_monday","1er janvier":"Holiday_01_January","1er mai":"Holiday_01_May","8 mai":"Holiday_08_May","Ascension":"Holiday_Ascension_Thursday","Lundi de Pentec\u00f4te":"Holiday_Pentecost_Monday","14 juillet":"Holiday_14_July","Assomption":"Holiday_15_August","Toussaint":"Holiday_01_November","11 novembre":"Holiday_11_November","Jour de No\u00ebl":"Holiday_25_December","2\u00e8me jour de No\u00ebl":"Holiday_26_December","Vendredi saint":"Holiday_GoodFriday_Friday","Abolition de l'esclavage":"Holiday_slaveryAbolishment"},"example":{"Lundi de P\u00e2ques":"Holiday_easter_monday","1er janvier":"Holiday_01_January","1er mai":"Holiday_01_May","8 mai":"Holiday_08_May","Ascension":"Holiday_Ascension_Thursday","Lundi de Pentec\u00f4te":"Holiday_Pentecost_Monday","14 juillet":"Holiday_14_July","Assomption":"Holiday_15_August","Toussaint":"Holiday_01_November","11 novembre":"Holiday_11_November","Jour de No\u00ebl":"Holiday_25_December","2\u00e8me jour de No\u00ebl":"Holiday_26_December","Vendredi saint":"Holiday_GoodFriday_Friday","Abolition de l'esclavage":"Holiday_slaveryAbolishment"},"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"date":{"type":"string","format":"date-time"},"zone":{"type":"string"},"zoneCode":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Holiday.HolidayDetailsOutput":{"type":"object","description":"Holiday","properties":{"id":{"type":"integer"}}},"Holiday.HolidayListOutput":{"type":"object","description":"Holiday","properties":{"id":{"type":"integer"}}},"Holiday.HolidayPostInput":{"type":"object","description":"Holiday"},"Holiday.HolidayPutInput":{"type":"object","description":"Holiday"},"Media":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"type":{"type":"integer"},"listType":{"default":{"Photo":1,"Video":2},"example":{"Photo":1,"Video":2},"type":"array","items":{"type":"string"}},"path":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"file":{"type":"string"},"deleted":{"readOnly":true,"type":"boolean"}}},"Muscle":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Muscle.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Muscle.MuscleDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Muscle.MuscleListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Muscle.MusclePostInput":{"type":"object","description":""},"Muscle.MusclePutInput":{"type":"object","description":""},"NeedMatch":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NeedMatch.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NeedMatch.NeedMatchDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NeedMatch.NeedMatchListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NeedMatch.NeedMatchPostInput":{"type":"object","description":""},"NeedMatch.NeedMatchPutInput":{"type":"object","description":""},"Note":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Note.","type":"integer"},"entityType":{"description":".","type":"string"},"entityId":{"description":".","type":"integer"},"comment":{"type":"string"},"employee":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Note.NoteDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"employeeId":{"type":"integer"},"comment":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"Note.NoteListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"employeeId":{"type":"integer"},"comment":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"Note.NotePostInput":{"type":"object","description":"","properties":{"comment":{"type":"string"},"entityType":{"type":"string"},"entityId":{"type":"integer"}}},"Note.NotePutInput":{"type":"object","description":"","properties":{"comment":{"type":"string"}}},"Notification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the notification.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference"},"user":{"type":"string","format":"iri-reference","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"userCoach":{"type":"string","format":"iri-reference","nullable":true},"userAdmin":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"titleFields":{"type":"array","items":{"type":"string"},"nullable":true},"attachmentDocIds":{"type":"array","items":{"type":"string"},"nullable":true},"isNotificationPushSeen":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"notificationPushSeen":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Notification.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"content":{"type":"string"},"notificationType":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NotificationLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the notification type.","type":"integer"},"notification":{"type":"string","format":"iri-reference"},"channel":{"maxLength":100,"type":"string"},"sendId":{"maxLength":100,"type":"string","nullable":true},"notificationContactId":{"maxLength":100,"type":"string","nullable":true},"details":{"type":"array","items":{"type":"string"},"nullable":true},"cost":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationLog.NotificationLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"status":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"notificationType":{"type":"string"}}},"NotificationLog.NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"status":{"type":"string"},"notificationType":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NotificationTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the notification template.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference"},"template":{"description":"The template of the notification type. This cannot exceed 4,294,967,295 chars.","type":"string"},"channel":{"type":"string"},"notificationTemplateId":{"type":"string","nullable":true},"version":{"default":1,"example":1,"type":"integer"},"language":{"default":"fr","example":"fr","type":"string"},"title":{"type":"string"},"brand":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationTemplate.FilterOutput":{"type":"object","description":"","properties":{"typeFilter":{"type":"string"},"typeValue":{"type":"string"},"name":{"type":"string"},"values":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterValueOutput"},"nullable":true}}},"NotificationTemplate.NotificationTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notification_type":{"type":"string"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"title_parameters":{"type":"array","items":{"type":"string"},"nullable":true},"template":{"type":"string"},"channel":{"type":"string"},"version":{"type":"integer"},"language":{"type":"string"},"title":{"type":"string"}}},"NotificationTemplate.NotificationTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notification_type":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"},"brand":{"type":"string","nullable":true}}},"NotificationTemplate.NotificationTemplatePostInput":{"type":"object","description":"","required":["title","template","notification_type","channel","language"],"properties":{"title":{"type":"string"},"template":{"type":"string"},"notification_type":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"}}},"NotificationType":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the notification type.","type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isFirebase":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"}},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true},"brand":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Objective":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Objective.","type":"integer"},"wording":{"type":"string"},"clientWording":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Objective.ObjectiveDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Objective.ObjectiveListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Objective.ObjectivePostInput":{"type":"object","description":""},"Objective.ObjectivePutInput":{"type":"object","description":""},"ObjectiveListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"OnboardReason":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the OnboardReason.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"OnboardReason.OnboardReasonDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"wording":{"type":"string"}}},"OnboardReason.OnboardReasonListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"wording":{"type":"string"}}},"OnboardReason.OnboardReasonPostInput":{"type":"object","description":"","required":["wording"],"properties":{"wording":{"type":"string"}}},"OnboardReason.OnboardReasonPutInput":{"type":"object","description":"","required":["wording"],"properties":{"wording":{"type":"string"}}},"Parameter":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Parameter.","type":"integer"},"brand":{"type":"string","format":"iri-reference"},"defaultValue":{"type":"string","nullable":true},"defaultMetric":{"type":"string","nullable":true},"orderDisplay":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"format":{"type":"array","items":{"type":"string"},"nullable":true},"entityType":{"type":"string","nullable":true},"isMandatory":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"mandatory":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Parameter.ParameterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"Parameter.ParameterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"parameterName":{"type":"string"},"value":{"$ref":"#\/components\/schemas\/ValueOutput"}}},"Parameter.ParameterPostInput":{"type":"object","description":"","properties":{"parameterName":{"type":"string"},"value":{"type":"string"},"metric":{"type":"string","nullable":true}}},"Parameter.ParameterPutInput":{"type":"object","description":""},"PaymentCoachSessionBook":{"type":"object","description":"","properties":{"paymentModeTypes":{"readOnly":true,"default":["bank_check","cash","card"],"example":["bank_check","cash","card"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the Payment Subscription.","type":"integer"},"amount":{"type":"number","nullable":true},"fee":{"type":"number","nullable":true},"amountWithoutFee":{"type":"number","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"coachSessionBook":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"billing":{"type":"string","format":"iri-reference","nullable":true},"invoiceId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"paymentMode":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"isRefunded":{"type":"boolean"},"refundDate":{"type":"string","format":"date-time","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"refunded":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PaymentCoachSessionBook.PaymentCoachSessionBookDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentCoachSessionBook.PaymentCoachSessionBookListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentCoachSessionBook.PaymentCoachSessionBookPostInput":{"type":"object","description":""},"PaymentCoachSessionBook.PaymentCoachSessionBookPutInput":{"type":"object","description":""},"PaymentCoachSubscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Payment Subscription.","type":"integer"},"amount":{"type":"number","nullable":true},"fee":{"type":"number","nullable":true},"amountWithoutFee":{"type":"number","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"subscription":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"checkoutId":{"type":"string","nullable":true},"invoiceId":{"type":"string","nullable":true},"billing":{"type":"string","format":"iri-reference","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PaymentCoachSubscription.PaymentCoachSubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentCoachSubscription.PaymentCoachSubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentCoachSubscription.PaymentCoachSubscriptionPostInput":{"type":"object","description":""},"PaymentCoachSubscription.PaymentCoachSubscriptionPutInput":{"type":"object","description":""},"PaymentCredit":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Payment Subscription.","type":"integer"},"amount":{"type":"number","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"subscription":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time"},"stripePaymentIntentId":{"type":"string","nullable":true},"checkoutId":{"type":"string","nullable":true},"invoiceId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PaymentCredit.PaymentCreditDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentCredit.PaymentCreditListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentCredit.PaymentCreditPostInput":{"type":"object","description":""},"PaymentCredit.PaymentCreditPutInput":{"type":"object","description":""},"PaymentSession":{"type":"object","description":"","properties":{"paymentModeTypes":{"readOnly":true,"default":["bank_check","cash","card"],"example":["bank_check","cash","card"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the Payment Subscription.","type":"integer"},"amount":{"type":"number","nullable":true},"fee":{"type":"number","nullable":true},"amountWithoutFee":{"type":"number","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"appointment":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"billing":{"type":"string","format":"iri-reference","nullable":true},"invoiceId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"paymentMode":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"isRefunded":{"type":"boolean"},"refundDate":{"type":"string","format":"date-time","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"refunded":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PaymentSession.PaymentSessionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"paymentDate":{"type":"string","format":"date-time"},"from":{"type":"string"},"amount":{"type":"number"},"paymentMode":{"type":"string"},"appointmentId":{"type":"integer"},"type":{"default":"R\u00e8glement de s\u00e9ance(s)","example":"R\u00e8glement de s\u00e9ance(s)","type":"string"}}},"PaymentSession.PaymentSessionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"paymentDate":{"type":"string","format":"date-time"},"amount":{"type":"number"},"paymentMode":{"type":"string"},"from":{"type":"string"},"appointmentId":{"type":"integer"},"type":{"default":"R\u00e8glement de s\u00e9ance(s)","example":"R\u00e8glement de s\u00e9ance(s)","type":"string"}}},"PaymentSession.PaymentSessionPostInput":{"type":"object","description":"","properties":{"appointmentId":{"type":"integer"},"paymentDate":{"type":"string","format":"date-time"},"paymentMode":{"type":"string"},"amount":{"type":"number"},"clientId":{"type":"integer"}}},"PaymentSession.PaymentSessionPutInput":{"type":"object","description":""},"PaymentSubscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Payment Subscription.","type":"integer"},"amount":{"type":"number","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"subscription":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"checkoutId":{"type":"string","nullable":true},"invoiceId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PaymentSubscription.PaymentSubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentSubscription.PaymentSubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PaymentSubscription.PaymentSubscriptionPostInput":{"type":"object","description":""},"PaymentSubscription.PaymentSubscriptionPutInput":{"type":"object","description":""},"Person":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Person.","type":"integer"},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"email":{"description":"Email address of the user.","type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"weight":{"type":"number","nullable":true},"height":{"type":"integer","nullable":true},"sportEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"sportLevel":{"type":"string","nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"notificationContactId":{"type":"string","nullable":true},"stripeCustomerId":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"cover":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"brand":{"readOnly":true,"type":"string","format":"iri-reference","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Person.PersonDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"gender":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date-time","nullable":true},"height":{"type":"integer","nullable":true},"weight":{"type":"number","nullable":true},"level":{"type":"string","nullable":true},"sportEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"coverId":{"type":"integer","nullable":true},"country":{"type":"string"}}},"Person.PersonListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Person.PersonPostInput":{"type":"object","description":""},"Person.PersonPutInput":{"type":"object","description":"","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"gender":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date-time","nullable":true},"height":{"type":"integer","nullable":true},"weight":{"type":"number","nullable":true},"level":{"type":"string","nullable":true},"sportEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"streetNumber":{"type":"string"},"streetLabel":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"country":{"type":"string","nullable":true}}},"PersonNeed":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the PersonNeed.","type":"integer"},"skills":{"type":"array","items":{"type":"string"}},"budgets":{"type":"string"},"objectives":{"type":"array","items":{"type":"string"}},"sessionTypes":{"type":"array","items":{"type":"string"}},"coachingPlaces":{"type":"array","items":{"type":"string"}},"coachAgeCategory":{"type":"string","format":"iri-reference"},"intensity":{"type":"string","format":"iri-reference"},"travelDistance":{"type":"integer"},"frequency":{"type":"string","format":"iri-reference"},"coachGender":{"type":"string"},"person":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"chosenEmployee":{"type":"string","format":"iri-reference","nullable":true},"isExpired":{"type":"boolean"},"expired_date":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"note":{"type":"string","nullable":true},"coachingBeginDate":{"type":"string","format":"date-time"},"birthDate":{"type":"string","format":"date-time"},"matchedCoaches":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"expired":{"readOnly":true,"type":"boolean"},"expiredDate":{"type":"string","format":"date-time"},"approvedCoaches":{"readOnly":true,"$ref":"#\/components\/schemas\/Collection"},"deleted":{"readOnly":true,"type":"boolean"}}},"PersonNeed.PersonNeedDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"skills":{"type":"array","items":{"type":"string"}},"budgets":{"type":"string"},"objectives":{"type":"array","items":{"type":"string"}},"sessionTypes":{"type":"array","items":{"type":"string"}},"travelDistance":{"type":"integer"},"coachingPlaces":{"type":"array","items":{"type":"string"}},"intensity":{"type":"string"},"frequency":{"type":"string"},"nbCoachesMatched":{"type":"integer"},"nbCoachesApprovements":{"type":"integer"},"coachGender":{"type":"string"},"coachAgeCategory":{"type":"string"},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"coachingBeginDate":{"type":"string","format":"date-time"},"birthDate":{"type":"string","format":"date-time"},"createdDate":{"type":"string","format":"date-time"},"note":{"type":"string"},"approvedCoaches":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeedForBOOutput"}},"matchedCoaches":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeedForBOOutput"}},"isExpired":{"type":"boolean"},"chosenEmployee":{"anyOf":[{"$ref":"#\/components\/schemas\/EmployeeDetailsOutput"}],"nullable":true}}},"PersonNeed.PersonNeedListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"skills":{"type":"array","items":{"type":"string"}},"objectives":{"type":"array","items":{"type":"string"}},"city":{"type":"string","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"coachingBeginDate":{"type":"string","format":"date-time"},"note":{"type":"string"},"nbCoachesMatched":{"type":"integer"},"nbCoachesApprovements":{"type":"integer"},"isExpired":{"type":"boolean"},"createdDate":{"type":"string","format":"date-time"}}},"PersonNeed.PersonNeedPostInput":{"type":"object","description":"","properties":{"isForAnotherPerson":{"type":"boolean"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"email":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"streetLabel":{"type":"string"},"city":{"type":"string"},"postalCode":{"type":"string"},"country":{"default":"FR","example":"FR","type":"string","nullable":true},"gender":{"type":"string"},"birthday":{"type":"string","format":"date-time"},"travelDistance":{"type":"integer"},"objectives":{"type":"array","items":{"type":"string"}},"sessionType":{"type":"array","items":{"type":"string"}},"coachingPlaces":{"type":"array","items":{"type":"string"}},"intensityId":{"type":"integer"},"frequencies":{"type":"array","items":{"type":"string"}},"budgets":{"type":"string"},"skills":{"type":"array","items":{"type":"string"}},"typeCoaching":{"type":"array","items":{"type":"string"}},"availability":{"type":"array","items":{"type":"string"}},"coachGender":{"type":"string"},"coachCategoryAges":{"type":"array","items":{"type":"string"}},"SAP":{"type":"boolean"}},"required":["gender","birthday","travelDistance","objectives","sessionType","coachingPlaces","intensityId","frequencies","budgets","skills","typeCoaching","availability","coachGender","coachCategoryAges"]},"PersonNeed.PersonNeedPutInput":{"type":"object","description":""},"PersonNeedDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"skills":{"type":"array","items":{"type":"string"}},"budgets":{"type":"string"},"objectives":{"type":"array","items":{"type":"string"}},"sessionTypes":{"type":"array","items":{"type":"string"}},"travelDistance":{"type":"integer"},"coachingPlaces":{"type":"array","items":{"type":"string"}},"intensity":{"type":"string"},"frequency":{"type":"string"},"nbCoachesMatched":{"type":"integer"},"nbCoachesApprovements":{"type":"integer"},"coachGender":{"type":"string"},"coachAgeCategory":{"type":"string"},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"coachingBeginDate":{"type":"string","format":"date-time"},"birthDate":{"type":"string","format":"date-time"},"createdDate":{"type":"string","format":"date-time"},"note":{"type":"string"},"approvedCoaches":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeedForBOOutput"}},"matchedCoaches":{"type":"array","items":{"$ref":"#\/components\/schemas\/XEmployeePersonNeedForBOOutput"}},"isExpired":{"type":"boolean"},"chosenEmployee":{"anyOf":[{"$ref":"#\/components\/schemas\/EmployeeDetailsOutput"}],"nullable":true}}},"PlanningTemplate":{"type":"object","description":"PlanningTemplate","properties":{"statuses":{"readOnly":true,"default":["activated","deactivated"],"example":["activated","deactivated"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string"},"beginDate":{"type":"string","format":"date-time","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"frequency":{"default":"all","example":"all","type":"string"},"status":{"default":"deactivated","example":"deactivated","type":"string"},"weekType":{"type":"array","items":{"type":"string"},"nullable":true},"isDefault":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"default":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PlanningTemplate.PlanningTemplateActivatePutInput":{"type":"object","description":"PlanningTemplate","properties":{"status":{"type":"string"}}},"PlanningTemplate.PlanningTemplateDetailsOutput":{"type":"object","description":"PlanningTemplate","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"frequency":{"type":"string"},"weekType":{"anyOf":[{"$ref":"#\/components\/schemas\/PlanningTemplateWeekTypeInput"}],"nullable":true}}},"PlanningTemplate.PlanningTemplateListOutput":{"type":"object","description":"PlanningTemplate","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"frequency":{"type":"string"}}},"PlanningTemplate.PlanningTemplatePostInput":{"type":"object","description":"PlanningTemplate","required":["name","beginDate"],"properties":{"name":{"type":"string"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"frequency":{"default":"all","example":"all","type":"string"},"activated":{"default":"activated","example":"activated","type":"string","nullable":true}}},"PlanningTemplate.PlanningTemplatePutInput":{"type":"object","description":"PlanningTemplate","properties":{"name":{"type":"string"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"frequency":{"default":"all","example":"all","type":"string"}}},"PlanningTemplate.PlanningTemplateWeekTypeInput":{"type":"object","description":"PlanningTemplate","properties":{"monday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"tuesday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"wednesday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"thursday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"friday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"saturday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"sunday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}}}},"PlanningTemplateWeekTypeInput":{"type":"object","description":"","properties":{"monday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"tuesday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"wednesday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"thursday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"friday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"saturday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}},"sunday":{"type":"array","items":{"$ref":"#\/components\/schemas\/ZoneType"}}}},"Product":{"type":"object","description":"Product","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"skill":{"type":"string","format":"iri-reference","nullable":true},"internal_ref":{"readOnly":true,"type":"string","nullable":true},"description":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"isPromoted":{"type":"boolean","nullable":true},"resourceLimit":{"type":"array","items":{"type":"string"},"nullable":true},"parallelClients":{"default":1,"example":1,"type":"integer"},"isDefaultPlanning":{"default":true,"example":true,"type":"boolean"},"isOnlineAvailable":{"type":"boolean"},"sellingPrice":{"type":"string","nullable":true},"buyingPrice":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"feeAmountTTC":{"type":"number","nullable":true},"feeAmountHT":{"type":"number","nullable":true},"feePercent":{"type":"number","nullable":true},"totalHT":{"type":"number","nullable":true},"totalTTC":{"type":"number","nullable":true},"priceTTC":{"type":"number","nullable":true},"priceHT":{"type":"number","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"breakTime":{"type":"integer"},"coachingPlace":{"type":"string","format":"iri-reference","nullable":true},"sessionType":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"internalRef":{"type":"string","nullable":true},"promoted":{"readOnly":true,"type":"boolean"},"defaultPlanning":{"readOnly":true,"type":"boolean"},"onlineAvailable":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Product.ProductDetailsOutput":{"type":"object","description":"Product","properties":{"id":{"type":"integer"},"skillId":{"type":"integer"},"skillName":{"type":"string"},"internal_ref":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"name":{"type":"string"},"color":{"default":"#FFFFFF","example":"#FFFFFF","type":"string","nullable":true},"buyingPrice":{"type":"number"},"feeAmount":{"type":"number"},"totalPrice":{"type":"number"},"duration":{"type":"integer"},"breakTime":{"type":"integer"},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer","nullable":true},"coachingPlaceName":{"type":"string","nullable":true},"sessionTypeId":{"type":"integer","nullable":true},"sessionTypeName":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"addressId":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"currency":{"type":"string"}}},"Product.ProductListOutput":{"type":"object","description":"Product","properties":{"id":{"type":"integer"},"skillId":{"type":"integer"},"skillName":{"type":"string"},"internal_ref":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"name":{"type":"string"},"color":{"default":"#FFFFFF","example":"#FFFFFF","type":"string","nullable":true},"buyingPrice":{"type":"number"},"feeAmount":{"type":"number"},"totalPrice":{"type":"number"},"duration":{"type":"integer"},"breakTime":{"type":"integer"},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer","nullable":true},"coachingPlaceName":{"type":"string","nullable":true},"sessionTypeId":{"type":"integer","nullable":true},"sessionTypeName":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"addressId":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"needAddress":{"type":"boolean","nullable":true},"currency":{"type":"string"}}},"Product.ProductPostInput":{"type":"object","description":"Product","properties":{"skillId":{"type":"integer"},"internal_ref":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"color":{"default":"#FFFFFF","example":"#FFFFFF","type":"string","nullable":true},"buyingPrice":{"type":"number"},"duration":{"type":"integer"},"breakTime":{"type":"integer","nullable":true},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer"},"sessionTypeId":{"type":"integer"},"addressId":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true}}},"Product.ProductPutInput":{"type":"object","description":"Product","properties":{"skillId":{"type":"integer"},"internal_ref":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"color":{"default":"#FFFFFF","example":"#FFFFFF","type":"string","nullable":true},"buyingPrice":{"type":"number"},"duration":{"type":"integer"},"breakTime":{"type":"integer","nullable":true},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer"},"sessionTypeId":{"type":"integer"},"addressId":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true}}},"Product.ProductSortBySkillLinkedListOutput":{"type":"object","description":"Product","properties":{"skillName":{"type":"string"},"skillId":{"type":"integer"},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}}}},"ProductListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"skillId":{"type":"integer"},"skillName":{"type":"string"},"internal_ref":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"name":{"type":"string"},"color":{"default":"#FFFFFF","example":"#FFFFFF","type":"string","nullable":true},"buyingPrice":{"type":"number"},"feeAmount":{"type":"number"},"totalPrice":{"type":"number"},"duration":{"type":"integer"},"breakTime":{"type":"integer"},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer","nullable":true},"coachingPlaceName":{"type":"string","nullable":true},"sessionTypeId":{"type":"integer","nullable":true},"sessionTypeName":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"addressId":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"needAddress":{"type":"boolean","nullable":true},"currency":{"type":"string"}}},"ProductPrice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ProductPrice.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"product":{"type":"string","format":"iri-reference"},"sellingPrice":{"type":"string","nullable":true},"buyingPrice":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"duration":{"type":"integer","nullable":true},"durationMetric":{"type":"string","nullable":true},"coachingPlace":{"type":"string","format":"iri-reference","nullable":true},"sessionType":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ProductPrice.ProductPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"buyingPrice":{"type":"number"},"duration":{"type":"integer"},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer"},"coachingPlaceName":{"type":"string"},"sessionTypeId":{"type":"integer"},"sessionTypeName":{"type":"string"}}},"ProductPrice.ProductPriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"buyingPrice":{"type":"number"},"duration":{"type":"integer"},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer"},"coachingPlaceName":{"type":"string"},"sessionTypeId":{"type":"integer"},"sessionTypeName":{"type":"string"}}},"ProductPrice.ProductPricePostInput":{"type":"object","description":"","properties":{"productId":{"type":"integer"},"buyingPrice":{"type":"number"},"duration":{"type":"integer"},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer"},"sessionTypeId":{"type":"integer"}}},"ProductPrice.ProductPricePutInput":{"type":"object","description":"","properties":{"buyingPrice":{"type":"number"},"duration":{"type":"integer"},"durationMetric":{"default":"min","example":"min","type":"string","nullable":true},"coachingPlaceId":{"type":"integer"},"sessionTypeId":{"type":"integer"}}},"Program":{"type":"object","description":"","properties":{"statuses":{"readOnly":true,"default":["active","completed","waiting_payment"],"example":["active","completed","waiting_payment"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the Program.","type":"integer"},"employee":{"type":"string","format":"iri-reference","nullable":true},"title":{"type":"string"},"nbTotalSessions":{"type":"integer"},"cover":{"type":"string","format":"iri-reference","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"feeAmountTTC":{"type":"number","nullable":true},"feeAmountHT":{"type":"number","nullable":true},"feePercent":{"type":"number","nullable":true},"totalHT":{"type":"number","nullable":true},"totalTTC":{"type":"number","nullable":true},"priceTTC":{"type":"number","nullable":true},"priceHT":{"type":"number","nullable":true},"nbMonthFrequencyPayment":{"type":"integer","nullable":true},"monthlyPriceTTC":{"type":"number","nullable":true},"monthlyPriceHT":{"type":"string"},"monthlyFeeAmountTTC":{"type":"number","nullable":true},"monthlyFeeAmountHT":{"type":"number","nullable":true},"monthlyTotalHT":{"type":"number","nullable":true},"monthlyTotalTTC":{"type":"number","nullable":true},"vat":{"type":"string"},"user":{"type":"string","format":"iri-reference"},"client":{"type":"string","format":"iri-reference"},"comment":{"type":"string","nullable":true},"weekFrequency":{"type":"integer","nullable":true},"stripeProductId":{"type":"string","nullable":true},"status":{"default":"waiting_payment","example":"waiting_payment","type":"string"},"isPublished":{"type":"boolean"},"payment":{"type":"string","format":"iri-reference","nullable":true},"subscription":{"type":"string","format":"iri-reference","nullable":true},"sessions":{"type":"array","items":{"type":"string","format":"iri-reference"}},"oneShotPayments":{"type":"array","items":{"type":"string","format":"iri-reference"}},"subscriptionPayments":{"type":"array","items":{"type":"string","format":"iri-reference"}},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"published":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Program.ProgramAddSessionPutInput":{"type":"object","description":""},"Program.ProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"clientFullName":{"type":"string"},"clientId":{"type":"integer"},"weekFrequency":{"type":"integer"},"status":{"type":"string"},"isPublished":{"type":"boolean"},"nbTotalSessions":{"type":"integer"},"comment":{"type":"string","nullable":true},"coverId":{"type":"integer","nullable":true},"nbMonthDuration":{"type":"integer","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"programPrice":{"type":"number","nullable":true},"monthlyProgramPrice":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"totalMonthlyPrice":{"type":"number","nullable":true},"feeAmount":{"type":"number","nullable":true},"monthlyFeeAmount":{"type":"number","nullable":true},"nbMonthFrequencyPayment":{"type":"integer","nullable":true},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSessionListOutput"},"nullable":true},"oneShotPayments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramPaymentListOutput"},"nullable":true},"subscriptionPayments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramSubscriptionPaymentListOutput"},"nullable":true},"currency":{"type":"string"}}},"Program.ProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"clientFullName":{"type":"string"},"clientId":{"type":"integer"},"employeeId":{"type":"integer"},"weekFrequency":{"type":"integer"},"status":{"type":"string"},"isPublished":{"type":"boolean"},"nbTotalSessions":{"type":"integer"},"coverId":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"nbMonthDuration":{"type":"integer","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"programPrice":{"type":"number","nullable":true},"monthlyProgramPrice":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"totalMonthlyPrice":{"type":"number","nullable":true},"feeAmount":{"type":"number","nullable":true},"monthlyFeeAmount":{"type":"number","nullable":true},"nbMonthFrequencyPayment":{"type":"integer","nullable":true},"currency":{"type":"string"}}},"Program.ProgramPayPostInput":{"type":"object","description":"","required":["programId","paymentType"],"properties":{"programId":{"type":"integer"},"paymentType":{"type":"string"}}},"Program.ProgramPostInput":{"type":"object","description":"","required":["title","nbTotalSessions","clientId","weekFrequency"],"properties":{"title":{"type":"string"},"nbTotalSessions":{"type":"integer"},"clientId":{"type":"integer"},"weekFrequency":{"type":"integer"},"coverId":{"type":"integer","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"priceTTC":{"type":"number","nullable":true},"monthlyPriceTTC":{"type":"number","nullable":true},"nbMonthFrequencyPayment":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true}}},"Program.ProgramPublishPutInput":{"type":"object","description":""},"Program.ProgramPutInput":{"type":"object","description":"","required":["title","nbTotalSessions","priceTTC","clientId","weekFrequency"],"properties":{"title":{"type":"string"},"nbTotalSessions":{"type":"integer"},"coverId":{"type":"integer","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"priceTTC":{"type":"number"},"monthlyPriceTTC":{"type":"number","nullable":true},"clientId":{"type":"integer"},"weekFrequency":{"type":"integer"},"nbMonthFrequencyPayment":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true}}},"ProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"clientFullName":{"type":"string"},"clientId":{"type":"integer"},"employeeId":{"type":"integer"},"weekFrequency":{"type":"integer"},"status":{"type":"string"},"isPublished":{"type":"boolean"},"nbTotalSessions":{"type":"integer"},"coverId":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"nbMonthDuration":{"type":"integer","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"programPrice":{"type":"number","nullable":true},"monthlyProgramPrice":{"type":"number","nullable":true},"totalPrice":{"type":"number","nullable":true},"totalMonthlyPrice":{"type":"number","nullable":true},"feeAmount":{"type":"number","nullable":true},"monthlyFeeAmount":{"type":"number","nullable":true},"nbMonthFrequencyPayment":{"type":"integer","nullable":true},"currency":{"type":"string"}}},"ProgramPayment":{"type":"object","description":"","properties":{"paymentModeTypes":{"readOnly":true,"default":["bank_check","cash","card"],"example":["bank_check","cash","card"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the Payment Subscription.","type":"integer"},"amount":{"type":"number","nullable":true},"fee":{"type":"number","nullable":true},"amountWithoutFee":{"type":"number","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"billing":{"type":"string","format":"iri-reference","nullable":true},"invoiceId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"paymentMode":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"isRefunded":{"type":"boolean"},"refundDate":{"type":"string","format":"date-time","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"refunded":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ProgramPayment.ProgramPaymentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ProgramPayment.ProgramPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"amount":{"type":"number"}}},"ProgramPayment.ProgramPaymentPostInput":{"type":"object","description":""},"ProgramPayment.ProgramPaymentPutInput":{"type":"object","description":""},"ProgramPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"amount":{"type":"number"}}},"ProgramSession":{"type":"object","description":"","properties":{"statuses":{"readOnly":true,"default":["completed","uncompleted"],"example":["completed","uncompleted"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the ProgramSession.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"user":{"type":"string","format":"iri-reference"},"client":{"type":"string","format":"iri-reference"},"program":{"type":"string","format":"iri-reference"},"sessionDate":{"type":"string","format":"date-time"},"completedDate":{"type":"string","format":"date-time","nullable":true},"completionTime":{"description":"duration in seconds","type":"integer","nullable":true},"status":{"default":"uncompleted","example":"uncompleted","type":"string"},"content":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ProgramSession.ProgramSessionAddBlocPutInput":{"type":"object","description":"","properties":{"newBloc":{"anyOf":[{"$ref":"#\/components\/schemas\/BlocTemplatePostInput"}],"nullable":true},"blocTemplateId":{"type":"integer","nullable":true}}},"ProgramSession.ProgramSessionAddExerciseInBlocPutInput":{"type":"object","description":"","required":["blocKey","exerciseTemplateIds"],"properties":{"blocKey":{"type":"string"},"exerciseTemplateIds":{"type":"array","items":{"type":"string"}}}},"ProgramSession.ProgramSessionCompletePutInput":{"type":"object","description":"","required":["durationInSeconds"],"properties":{"durationInSeconds":{"type":"integer"}}},"ProgramSession.ProgramSessionConfigureBlocPutInput":{"type":"object","description":"","required":["blocKey","title"],"properties":{"blocKey":{"type":"string"},"title":{"type":"string"},"description":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true}}},"ProgramSession.ProgramSessionConfigureExercisePutInput":{"type":"object","description":"","required":["blocKey","exerciseKey"],"properties":{"blocKey":{"type":"string"},"exerciseKey":{"type":"string"},"note":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseSerieOutput"},"nullable":true}}},"ProgramSession.ProgramSessionConfigureSessionPutInput":{"type":"object","description":"","required":["title","duration","sessionDate"],"properties":{"title":{"type":"string"},"duration":{"type":"integer"},"description":{"type":"string","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"sessionDate":{"type":"string","format":"date-time"}}},"ProgramSession.ProgramSessionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"sessionDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"content":{"anyOf":[{"$ref":"#\/components\/schemas\/SessionJsonOutput"}],"nullable":true}}},"ProgramSession.ProgramSessionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"sessionDate":{"type":"string","format":"date-time"},"duration":{"type":"integer"},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"title":{"type":"string"},"status":{"type":"string"}}},"ProgramSession.ProgramSessionOrderBlocPutInput":{"type":"object","description":"","required":["blocKey","newOrder"],"properties":{"blocKey":{"type":"string"},"newOrder":{"type":"integer"}}},"ProgramSession.ProgramSessionOrderExercisePutInput":{"type":"object","description":"","required":["blocKey","exerciseKey","newOrder"],"properties":{"blocKey":{"type":"string"},"exerciseKey":{"type":"string"},"newOrder":{"type":"integer"}}},"ProgramSession.ProgramSessionPostInput":{"type":"object","description":"","required":["programId","sessionDate"],"properties":{"programId":{"type":"integer"},"sessionDate":{"type":"string","format":"date-time"},"sessionTemplateId":{"type":"integer","nullable":true},"newSession":{"anyOf":[{"$ref":"#\/components\/schemas\/SessionTemplatePostInput"}],"nullable":true}}},"ProgramSession.ProgramSessionRemoveBlocPutInput":{"type":"object","description":"","required":["blocKey"],"properties":{"blocKey":{"type":"string"}}},"ProgramSession.ProgramSessionRemoveExerciseInBlocPutInput":{"type":"object","description":"","required":["blocKey","exerciseKey"],"properties":{"blocKey":{"type":"string"},"exerciseKey":{"type":"string"}}},"ProgramSessionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"sessionDate":{"type":"string","format":"date-time"},"duration":{"type":"integer"},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"title":{"type":"string"},"status":{"type":"string"}}},"ProgramSubscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ProgramSubscription.","type":"integer"},"program":{"type":"string","format":"iri-reference"},"client":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference"},"employee":{"type":"string","format":"iri-reference"},"subscriptionDate":{"type":"string","format":"date-time","nullable":true},"subscriptionStripeId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"priceTTC":{"type":"number","nullable":true},"monthDuration":{"type":"integer","nullable":true},"fee":{"type":"number","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ProgramSubscription.ProgramSubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ProgramSubscription.ProgramSubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ProgramSubscription.ProgramSubscriptionPostInput":{"type":"object","description":""},"ProgramSubscription.ProgramSubscriptionPutInput":{"type":"object","description":""},"ProgramSubscriptionPayment":{"type":"object","description":"","properties":{"paymentModeTypes":{"readOnly":true,"default":["bank_check","cash","card"],"example":["bank_check","cash","card"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the ProgramSubscriptionPayment.","type":"integer"},"amount":{"type":"number","nullable":true},"fee":{"type":"number","nullable":true},"amountWithoutFee":{"type":"number","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"billing":{"type":"string","format":"iri-reference","nullable":true},"invoiceId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"errorReason":{"type":"string","nullable":true},"paymentMode":{"type":"string","nullable":true},"oldStatuses":{"type":"array","items":{"type":"string"},"nullable":true},"isRefunded":{"type":"boolean"},"refundDate":{"type":"string","format":"date-time","nullable":true},"subscription":{"type":"string","format":"iri-reference","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"refunded":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ProgramSubscriptionPayment.ProgramSubscriptionPaymentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ProgramSubscriptionPayment.ProgramSubscriptionPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"amount":{"type":"number"}}},"ProgramSubscriptionPayment.ProgramSubscriptionPaymentPostInput":{"type":"object","description":""},"ProgramSubscriptionPayment.ProgramSubscriptionPaymentPutInput":{"type":"object","description":""},"ProgramSubscriptionPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"amount":{"type":"number"}}},"PromotionCode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the PromotionCode.","type":"integer"},"coupon":{"type":"string","format":"iri-reference"},"publicCode":{"type":"string"},"active":{"readOnly":true,"default":true,"example":true,"type":"boolean"},"expiresAt":{"type":"string","format":"date-time","nullable":true},"maxRedemptions":{"type":"integer","nullable":true},"firstTimeTransaction":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"stripeId":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"isActive":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PromotionCode.PromotionCodeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"isActive":{"type":"boolean"},"firstTimeTransaction":{"type":"boolean"},"maxRedemption":{"type":"integer","nullable":true},"minimumAmount":{"type":"number","nullable":true},"publicCode":{"type":"string"},"expirationDate":{"type":"string","format":"date-time"},"stripeId":{"type":"string"},"coupon":{"$ref":"#\/components\/schemas\/CouponDetailsOutput"}}},"PromotionCode.PromotionCodeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"isActive":{"type":"boolean"},"firstTimeTransaction":{"type":"boolean"},"maxRedemption":{"type":"integer","nullable":true},"minimumAmount":{"type":"number","nullable":true},"publicCode":{"type":"string"},"expirationDate":{"type":"string","format":"date-time"},"stripeId":{"type":"string"},"coupon":{"$ref":"#\/components\/schemas\/CouponDetailsOutput"}}},"PromotionCode.PromotionCodePostInput":{"type":"object","description":"","properties":{"firstTimeTransaction":{"type":"boolean"},"maxRedemption":{"type":"integer","nullable":true},"minimumAmount":{"type":"number","nullable":true},"publicCode":{"type":"string"},"expirationDate":{"type":"string","format":"date-time"},"coupon":{"$ref":"#\/components\/schemas\/CouponPostInput"}},"required":["publicCode","expirationDate","coupon"]},"PromotionCode.PromotionCodePutInput":{"type":"object","description":""},"Recurrence":{"type":"object","description":"Recurrence","properties":{"id":{"readOnly":true,"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"firstAppointment":{"type":"string","format":"iri-reference"},"nbAppointment":{"type":"integer","nullable":true},"frequencyValue":{"type":"integer","nullable":true},"frequencyType":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Recurrence.RecurrenceDetailsOutput":{"type":"object","description":"Recurrence","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"frequency":{"type":"string"},"nbAppointment":{"type":"integer"},"firstAppointment":{"$ref":"#\/components\/schemas\/FirstAppointmentOutput"}}},"Recurrence.RecurrenceListOutput":{"type":"object","description":"Recurrence","properties":{"id":{"type":"integer"}}},"Recurrence.RecurrencePostInput":{"type":"object","description":"Recurrence"},"Recurrence.RecurrencePutInput":{"type":"object","description":"Recurrence"},"Resource":{"type":"object","description":"Resource","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference"},"resourceType":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"timeBetweenUse":{"type":"integer","nullable":true},"timeBetweenUseMetric":{"type":"string","nullable":true},"capacity":{"default":1,"example":1,"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/Media"}],"nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Resource.ResourceDetailsOutput":{"type":"object","description":"Resource","properties":{"id":{"type":"integer"}}},"Resource.ResourceListOutput":{"type":"object","description":"Resource","properties":{"id":{"type":"integer"}}},"Resource.ResourcePostInput":{"type":"object","description":"Resource"},"Resource.ResourcePutInput":{"type":"object","description":"Resource"},"ResourceType":{"type":"object","description":"ResourceType","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference"},"name":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"isRemovable":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"removable":{"readOnly":true,"type":"boolean"},"products":{"$ref":"#\/components\/schemas\/Collection"},"resources":{"$ref":"#\/components\/schemas\/Collection"},"deleted":{"readOnly":true,"type":"boolean"}}},"ResourceType.ResourceTypeDetailsOutput":{"type":"object","description":"ResourceType","properties":{"id":{"type":"integer"}}},"ResourceType.ResourceTypeListOutput":{"type":"object","description":"ResourceType","properties":{"id":{"type":"integer"}}},"ResourceType.ResourceTypePostInput":{"type":"object","description":"ResourceType"},"ResourceType.ResourceTypePutInput":{"type":"object","description":"ResourceType"},"Review":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Review.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Review.ReviewDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Review.ReviewListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Review.ReviewPostInput":{"type":"object","description":""},"Review.ReviewPutInput":{"type":"object","description":""},"SessionJsonOutput":{"type":"object","description":"","properties":{"title":{"type":"string"},"duration":{"type":"integer"},"description":{"type":"string","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"blocs":{"type":"array","items":{"$ref":"#\/components\/schemas\/BlocJsonOutput"},"nullable":true}}},"SessionTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SessionTemplate.","type":"integer"},"title":{"type":"string"},"duration":{"type":"integer"},"description":{"type":"string","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"blocs":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SessionTemplate.SessionTemplateAddBlocPutInput":{"type":"object","description":"","properties":{"newBloc":{"anyOf":[{"$ref":"#\/components\/schemas\/BlocTemplatePostInput"}],"nullable":true},"blocTemplateId":{"type":"integer","nullable":true}}},"SessionTemplate.SessionTemplateAddExerciseInBlocPutInput":{"type":"object","description":"","required":["blocKey","exerciseTemplateIds"],"properties":{"blocKey":{"type":"string"},"exerciseTemplateIds":{"type":"array","items":{"type":"string"}}}},"SessionTemplate.SessionTemplateConfigureBlocPutInput":{"type":"object","description":"","required":["blocKey","title"],"properties":{"blocKey":{"type":"string"},"title":{"type":"string"},"description":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"nbRepetition":{"type":"integer","nullable":true},"duration":{"type":"integer","nullable":true}}},"SessionTemplate.SessionTemplateConfigureExercisePutInput":{"type":"object","description":"","required":["blocKey","exerciseKey"],"properties":{"blocKey":{"type":"string"},"exerciseKey":{"type":"string"},"note":{"type":"string","nullable":true},"recuperationDuration":{"type":"integer","nullable":true},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExerciseSerieOutput"},"nullable":true}}},"SessionTemplate.SessionTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"duration":{"type":"integer"},"description":{"type":"string","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"blocs":{"type":"array","items":{"$ref":"#\/components\/schemas\/BlocJsonOutput"},"nullable":true}}},"SessionTemplate.SessionTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"duration":{"type":"integer"},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true}}},"SessionTemplate.SessionTemplateOrderBlocPutInput":{"type":"object","description":"","required":["blocKey","newOrder"],"properties":{"blocKey":{"type":"string"},"newOrder":{"type":"integer"}}},"SessionTemplate.SessionTemplateOrderExercisePutInput":{"type":"object","description":"","required":["blocKey","exerciseKey","newOrder"],"properties":{"blocKey":{"type":"string"},"exerciseKey":{"type":"string"},"newOrder":{"type":"integer"}}},"SessionTemplate.SessionTemplatePostInput":{"type":"object","description":"","required":["title","duration"],"properties":{"title":{"type":"string"},"duration":{"type":"integer"},"description":{"type":"string","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"blocs":{"type":"array","items":{"$ref":"#\/components\/schemas\/BlocJsonOutput"},"nullable":true}}},"SessionTemplate.SessionTemplatePutInput":{"type":"object","description":"","required":["title","duration"],"properties":{"title":{"type":"string"},"duration":{"type":"integer"},"description":{"type":"string","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true}}},"SessionTemplate.SessionTemplateRemoveBlocPutInput":{"type":"object","description":"","required":["blocTemplateKey"],"properties":{"blocTemplateKey":{"type":"integer"}}},"SessionTemplate.SessionTemplateRemoveExerciseInBlocPutInput":{"type":"object","description":"","required":["blocKey","exerciseKey"],"properties":{"blocKey":{"type":"string"},"exerciseKey":{"type":"string"}}},"SessionTemplatePostInput":{"type":"object","description":"","required":["title","duration"],"properties":{"title":{"type":"string"},"duration":{"type":"integer"},"description":{"type":"string","nullable":true},"sportEquipments":{"type":"array","items":{"type":"string"},"nullable":true},"blocs":{"type":"array","items":{"$ref":"#\/components\/schemas\/BlocJsonOutput"},"nullable":true}}},"SessionType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SessionType.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SessionType.SessionTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"SessionType.SessionTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"SessionType.SessionTypePostInput":{"type":"object","description":""},"SessionType.SessionTypePutInput":{"type":"object","description":""},"SessionTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Skill":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Skill.","type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"link":{"type":"string","nullable":true},"icon":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"isApproved":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"approved":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Skill.SkillDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"nbOwner":{"type":"integer"},"isApproved":{"type":"boolean"}}},"Skill.SkillListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"nbOwner":{"type":"integer","nullable":true},"isApproved":{"type":"boolean","nullable":true}}},"Skill.SkillPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"}}},"Skill.SkillPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"isApproved":{"type":"boolean"}}},"SkillListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"nbOwner":{"type":"integer","nullable":true},"isApproved":{"type":"boolean","nullable":true}}},"SportEquipment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SportEquipment.","type":"integer"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SportEquipment.SportEquipmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SportEquipment.SportEquipmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"SportEquipment.SportEquipmentPostInput":{"type":"object","description":""},"SportEquipment.SportEquipmentPutInput":{"type":"object","description":""},"Subscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Subscription.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"subscriptionPrice":{"type":"string","format":"iri-reference"},"discount":{"type":"string","format":"iri-reference","nullable":true},"subscriptionDate":{"type":"string","format":"date-time","nullable":true},"subscriptionStripeId":{"type":"string","nullable":true},"expMonth":{"type":"string","nullable":true},"expYear":{"type":"string","nullable":true},"last4":{"type":"string","nullable":true},"cardBrand":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"recurrence":{"type":"string","nullable":true},"isExpired":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"trial":{"readOnly":true,"type":"boolean"},"isTrial":{"type":"boolean"},"expired":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Subscription.SubscriptionCardInfoPostInput":{"type":"object","description":"","properties":{"promotionalCodeId":{"type":"integer","nullable":true}}},"Subscription.SubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"price":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"},"discountCode":{"type":"string","nullable":true},"companyName":{"type":"string"},"companyId":{"type":"string"}}},"Subscription.SubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"price":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"},"discountCode":{"type":"string","nullable":true},"companyName":{"type":"string"},"companyId":{"type":"string"}}},"Subscription.SubscriptionPostInput":{"type":"object","description":"","properties":{"subscriptionPriceId":{"type":"integer","nullable":true},"promotionalCodeId":{"type":"integer","nullable":true}}},"Subscription.SubscriptionPutInput":{"type":"object","description":""},"SubscriptionPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPlan.","type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"htmlRender":{"type":"string","nullable":true},"functionnalities":{"type":"array","items":{"type":"string"},"nullable":true},"stripeProductId":{"type":"string","nullable":true},"prices":{"type":"array","items":{"type":"string","format":"iri-reference"}},"defaultSubscriptionPrice":{"type":"string","format":"iri-reference","nullable":true},"roles":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SubscriptionPlan.SubscriptionPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"stripeProductId":{"type":"string"},"functionalities":{"type":"array","items":{"type":"string"},"nullable":true},"description":{"type":"string"},"htmlRender":{"type":"string","nullable":true},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}}}},"SubscriptionPlan.SubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"functionalities":{"type":"array","items":{"type":"string"},"nullable":true},"htmlRender":{"type":"string","nullable":true},"monthlyPrice":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}],"nullable":true},"monthlyWithCommitmentPrice":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}],"nullable":true},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPriceDetailsOutput"}},"coupon":{"type":"string","nullable":true}}},"SubscriptionPlan.SubscriptionPlanPostInput":{"type":"object","description":""},"SubscriptionPlan.SubscriptionPlanPutInput":{"type":"object","description":""},"SubscriptionPrice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPrice.","type":"integer"},"priceHT":{"type":"string"},"vat":{"type":"string"},"priceTTC":{"type":"string","nullable":true},"billingPeriod":{"type":"string"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"withCommitment":{"type":"boolean"},"siren":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SubscriptionPrice.SubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceHT":{"type":"number","nullable":true},"defaultPriceHT":{"type":"number","nullable":true},"vat":{"type":"number"},"priceTTC":{"type":"number","nullable":true},"billingPeriod":{"type":"string"},"SIREN":{"type":"string","nullable":true}}},"SubscriptionPrice.SubscriptionPriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceHT":{"type":"number"},"defaultPriceHT":{"type":"number","nullable":true},"vat":{"type":"number"},"priceTTC":{"type":"number","nullable":true},"billingPeriod":{"type":"string"},"SIREN":{"type":"string","nullable":true}}},"SubscriptionPrice.SubscriptionPricePostInput":{"type":"object","description":"","required":["priceHT","billingPeriod","SIREN"],"properties":{"priceHT":{"type":"number"},"billingPeriod":{"type":"string"},"SIREN":{"type":"string"}}},"SubscriptionPrice.SubscriptionPricePutInput":{"type":"object","description":"","required":["priceHT"],"properties":{"priceHT":{"type":"number"}}},"SubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"priceHT":{"type":"number","nullable":true},"defaultPriceHT":{"type":"number","nullable":true},"vat":{"type":"number"},"priceTTC":{"type":"number","nullable":true},"billingPeriod":{"type":"string"},"SIREN":{"type":"string","nullable":true}}},"Task":{"type":"object","description":"Task","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"deadLine":{"type":"string","format":"date-time","nullable":true},"taskType":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string","nullable":true},"isImportant":{"type":"boolean"},"treatedDate":{"type":"string","format":"date-time","nullable":true},"status":{"default":"toTreat","example":"toTreat","type":"string"},"appointments":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"archivedDate":{"type":"string","format":"date-time","nullable":true},"archivedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isArchived":{"type":"boolean"},"important":{"readOnly":true,"type":"boolean"},"archived":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Task.TaskCompletePutInput":{"type":"object","description":"Task"},"Task.TaskDetailsOutput":{"type":"object","description":"Task","properties":{"id":{"type":"integer"},"taskTypeName":{"type":"string"},"taskTypeId":{"type":"integer"},"description":{"type":"string"},"status":{"type":"string"},"deadLine":{"type":"string","format":"date-time","nullable":true},"isImportant":{"type":"boolean"},"treatedDate":{"type":"string","format":"date-time","nullable":true},"isPlanified":{"type":"boolean"}}},"Task.TaskListOutput":{"type":"object","description":"Task","properties":{"id":{"type":"integer"},"taskTypeName":{"type":"string"},"taskTypeId":{"type":"integer"},"description":{"type":"string"},"status":{"type":"string"},"deadLine":{"type":"string","format":"date-time","nullable":true},"isImportant":{"type":"boolean"},"treatedDate":{"type":"string","format":"date-time","nullable":true},"isPlanified":{"type":"boolean"}}},"Task.TaskPostInput":{"type":"object","description":"Task","properties":{"deadLine":{"type":"string","format":"date-time","nullable":true},"isImportant":{"type":"boolean"},"taskTypeId":{"type":"integer"},"description":{"type":"string"}},"required":["taskTypeId","description"]},"Task.TaskPutInput":{"type":"object","description":"Task","properties":{"deadLine":{"type":"string","format":"date-time","nullable":true},"isImportant":{"type":"boolean"},"taskTypeId":{"type":"integer"},"description":{"type":"string"}},"required":["taskTypeId","description"]},"TaskListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"taskTypeName":{"type":"string"},"taskTypeId":{"type":"integer"},"description":{"type":"string"},"status":{"type":"string"},"deadLine":{"type":"string","format":"date-time","nullable":true},"isImportant":{"type":"boolean"},"treatedDate":{"type":"string","format":"date-time","nullable":true},"isPlanified":{"type":"boolean"}}},"TaskType":{"type":"object","description":"TaskType","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"TaskType.TaskTypeDetailsOutput":{"type":"object","description":"TaskType","properties":{"id":{"type":"integer"},"name":{"type":"string"},"color":{"type":"string"}}},"TaskType.TaskTypeListOutput":{"type":"object","description":"TaskType","properties":{"id":{"type":"integer"},"name":{"type":"string"},"color":{"type":"string"}}},"TaskType.TaskTypePostInput":{"type":"object","description":"TaskType"},"TaskType.TaskTypePutInput":{"type":"object","description":"TaskType"},"TaskTypeDefault":{"type":"object","description":"TaskType","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"language":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"TaskTypeDefault.TaskTypeDefaultDetailsOutput":{"type":"object","description":"TaskType","properties":{"id":{"type":"integer"}}},"TaskTypeDefault.TaskTypeDefaultListOutput":{"type":"object","description":"TaskType","properties":{"id":{"type":"integer"}}},"TaskTypeDefault.TaskTypeDefaultPostInput":{"type":"object","description":"TaskType"},"TaskTypeDefault.TaskTypeDefaultPutInput":{"type":"object","description":"TaskType"},"Ticket":{"type":"object","description":"","properties":{"levels":{"readOnly":true,"default":["A2C","A2U","C2A","C2U","U2A","U2C"],"example":["A2C","A2U","C2A","C2U","U2A","U2C"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the Ticket.","type":"integer"},"category":{"type":"string"},"treatedBy":{"type":"string","format":"iri-reference","nullable":true},"status":{"type":"string"},"parent":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"subject":{"type":"string"},"brand":{"type":"string","format":"iri-reference"},"type":{"type":"string","format":"iri-reference","nullable":true},"lastMessage":{"type":"string","format":"iri-reference","nullable":true},"messages":{"type":"array","items":{"type":"string","format":"iri-reference"}},"ticketRank":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Ticket.FilterOutput":{"type":"object","description":"","properties":{"typeFilter":{"type":"string"},"typeValue":{"type":"string"},"name":{"type":"string"},"values":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterValueOutput"},"nullable":true}}},"Ticket.TicketDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdBy":{"type":"string"},"category":{"type":"string"},"type":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"createdAt":{"type":"string","format":"date-time"},"subject":{"type":"string"},"status":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketMessageDetailsOutput"}}}},"Ticket.TicketListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"category":{"type":"string"},"type":{"type":"string"},"companyName":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"createdAt":{"type":"string","format":"date-time"},"subject":{"type":"string"},"status":{"type":"string"},"lastMessage":{"anyOf":[{"$ref":"#\/components\/schemas\/TicketMessageDetailsOutput"}],"nullable":true}}},"Ticket.TicketMessagePostInput":{"type":"object","description":"","properties":{"message":{"type":"string"},"status":{"type":"string","nullable":true}}},"Ticket.TicketPostInput":{"type":"object","description":"","properties":{"category":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"subject":{"type":"string"},"message":{"type":"string"}}},"TicketMessage":{"type":"object","description":"","properties":{"statusLabel":{"readOnly":true,"default":["issuer","resolver"],"example":["issuer","resolver"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the TicketMessage.","type":"integer"},"ticket":{"type":"string","format":"iri-reference"},"message":{"type":"string"},"brand":{"type":"string","format":"iri-reference","nullable":true},"fromId":{"type":"integer"},"fromType":{"type":"string"},"type":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"TicketMessage.TicketMessageDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"from":{"type":"string"},"type":{"type":"string"},"created_date":{"type":"string","format":"date-time"},"message":{"type":"string"}}},"TicketMessage.TicketMessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TicketMessage.TicketMessagePostInput":{"type":"object","description":"","properties":{"message":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}}},"TicketMessage.TicketMessagePutInput":{"type":"object","description":""},"TicketMessageDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"from":{"type":"string"},"type":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"message":{"type":"string"}}},"TicketStatus":{"type":"object","description":"","properties":{"statusLabel":{"default":["created","treated","canceled","waiting","closed","notclosed"],"example":["created","treated","canceled","waiting","closed","notclosed"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the TicketStatus.","type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"ticket":{"type":"string","format":"iri-reference"},"status":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"TicketStatus.TicketStatusDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TicketStatus.TicketStatusListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TicketStatus.TicketStatusPostInput":{"type":"object","description":""},"TicketStatus.TicketStatusPutInput":{"type":"object","description":""},"TicketType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TicketType.","type":"integer"},"brand":{"type":"string","format":"iri-reference"},"name":{"type":"string","nullable":true},"receiverAvailable":{"type":"string"},"transmitterAvailable":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"TicketType.TicketTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TicketType.TicketTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TicketType.TicketTypePostInput":{"type":"object","description":""},"TicketType.TicketTypePutInput":{"type":"object","description":""},"User":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"description":"The hashed password.","type":"string"},"emailCheck":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"checkCode":{"description":"Last name of the user.","type":"string","nullable":true},"codeCheckTry":{"type":"integer"},"notificationContactId":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"brand":{"type":"string","format":"iri-reference","nullable":true},"birthday":{"type":"string","format":"date-time","nullable":true},"stripeCustomerId":{"type":"string","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"persons":{"type":"array","items":{"type":"string","format":"iri-reference"}},"uniqueKey":{"type":"string","nullable":true},"search":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to hash the password.","type":"string","nullable":true},"username":{"readOnly":true,"type":"string"},"deleted":{"readOnly":true,"type":"boolean"}}},"User.UserDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"phone":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"personId":{"type":"integer","nullable":true}}},"User.UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"}}},"User.UserPostInput":{"type":"object","description":"","required":["firstName","lastName","email","password"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"phone":{"type":"string","nullable":true},"password":{"pattern":"^(.*(^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~])[A-Za-z\\d!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~]{8,}$).*)$","type":"string"}}},"User.UserPutInput":{"type":"object","description":""},"User.UserRegisterPostInput":{"type":"object","description":"","required":["firstName","lastName","email","password","country"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"phone":{"type":"string","nullable":true},"password":{"pattern":"^(.*(^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~])[A-Za-z\\d!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~]{8,}$).*)$","type":"string"},"country":{"default":"FR","example":"FR","type":"string"}}},"UserAdmin":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"description":"The hashed password.","type":"string"},"emailCheck":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"checkCode":{"description":"Last name of the user.","type":"string","nullable":true},"codeCheckTry":{"type":"integer"},"notificationContactId":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"brand":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"salt":{"readOnly":true},"userIdentifier":{"readOnly":true,"type":"string"},"username":{"readOnly":true},"deleted":{"readOnly":true,"type":"boolean"}}},"UserAdmin.UserAdminDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"}}},"UserAdmin.UserAdminListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"}}},"UserAdmin.UserAdminPostInput":{"type":"object","description":"","required":["firstName","lastName","email"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"password":{"pattern":"^(.*(^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~])[A-Za-z\\d!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~]{8,}$).*)$","type":"string","nullable":true}}},"UserAdmin.UserAdminPutInput":{"type":"object","description":""},"UserCoach":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"description":"The hashed password.","type":"string"},"emailCheck":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"hasToConfigure":{"type":"boolean"},"isAccountAdmin":{"type":"boolean"},"checkCode":{"description":"Last name of the user.","type":"string","nullable":true},"codeCheckTry":{"type":"integer"},"notificationContactId":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"country":{"type":"string","format":"iri-reference","nullable":true},"brand":{"type":"string","format":"iri-reference","nullable":true},"uniqueKey":{"type":"string","nullable":true},"search":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"accountAdmin":{"readOnly":true,"type":"boolean"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to hash the password.","type":"string","nullable":true},"username":{"readOnly":true,"type":"string"},"deleted":{"readOnly":true,"type":"boolean"}}},"UserCoach.UserCoachCompleteConfigurationPutInput":{"type":"object","description":""},"UserCoach.UserCoachDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"lastConnexionDate":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"employeeDetails":{"$ref":"#\/components\/schemas\/EmployeeDetailsOutput"},"companyId":{"type":"integer"},"employeeId":{"type":"integer"},"companyName":{"type":"string"},"onboardReasons":{"type":"array","items":{"type":"string"},"nullable":true}}},"UserCoach.UserCoachListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"phone":{"type":"string","nullable":true},"lastConnexionDate":{"type":"string","nullable":true},"companyId":{"type":"integer"},"employeeId":{"type":"integer"},"companyName":{"type":"string"}}},"UserCoach.UserCoachPostInput":{"type":"object","description":"","required":["firstName","lastName","email","proNumber"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"proNumber":{"type":"string"}}},"UserCoach.UserCoachPutInput":{"type":"object","description":""},"UserCoach.UserCoachRegisterPostInput":{"type":"object","description":"","required":["firstName","lastName","email","password","companySiret","companyName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"phone":{"type":"string","nullable":true},"password":{"pattern":"^(.*(^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~])[A-Za-z\\d!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~]{8,}$).*)$","type":"string"},"proNumber":{"maxLength":11,"type":"string","nullable":true},"companySiret":{"type":"string"},"companyName":{"type":"string"},"companyStreetNumber":{"type":"string","nullable":true},"companyStreetLabel":{"type":"string","nullable":true},"companyCity":{"type":"string","nullable":true},"companyPostalCode":{"type":"string","nullable":true},"companyCountry":{"default":"FR","example":"FR","type":"string","nullable":true}}},"UserConnection":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserConnection.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"userCoach":{"type":"string","format":"iri-reference","nullable":true},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"roles":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"UserConnection.UserConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserConnection.UserConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"userName":{"type":"string","nullable":true},"typeUser":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"roles":{"type":"array","items":{"type":"string"},"nullable":true}}},"Vacation":{"type":"object","description":"Vacation","properties":{"zoneVacances":{"default":{"Zone A":["01","03","25","39","70","90","24","33","40","47","64","15","43","63","21","58","71","89","07","26","38","73","74","19","23","87","42","69","16","17","79","86"],"Zone B":["02","04","05","13","84","60","80","14","50","61","59","62","54","55","57","88","44","49","53","72","85","06","83","18","28","36","37","41","45","08","10","51","52","35","22","29","56","27","76","67","68"],"Zone C":["77","93","94","11","30","34","48","66","09","12","31","32","46","65","81","82","78","91","92","95"],"Guyane":["973"],"Mayotte":["976"],"Saint Pierre et Miquelon":["975"],"Guadeloupe":["971"],"Polyn\u00e9sie":["987"],"R\u00e9union":["974"],"Corse":["2A","2B","20"],"Martinique":["972"],"Nouvelle Cal\u00e9donie":["988"],"Wallis et Futuna":["986"]},"example":{"Zone A":["01","03","25","39","70","90","24","33","40","47","64","15","43","63","21","58","71","89","07","26","38","73","74","19","23","87","42","69","16","17","79","86"],"Zone B":["02","04","05","13","84","60","80","14","50","61","59","62","54","55","57","88","44","49","53","72","85","06","83","18","28","36","37","41","45","08","10","51","52","35","22","29","56","27","76","67","68"],"Zone C":["77","93","94","11","30","34","48","66","09","12","31","32","46","65","81","82","78","91","92","95"],"Guyane":["973"],"Mayotte":["976"],"Saint Pierre et Miquelon":["975"],"Guadeloupe":["971"],"Polyn\u00e9sie":["987"],"R\u00e9union":["974"],"Corse":["2A","2B","20"],"Martinique":["972"],"Nouvelle Cal\u00e9donie":["988"],"Wallis et Futuna":["986"]},"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"type":"integer"},"employee":{"type":"string","format":"iri-reference","nullable":true},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true},"zone":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Vacation.VacationDetailsOutput":{"type":"object","description":"Vacation","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true},"zone":{"type":"string","nullable":true}}},"Vacation.VacationListOutput":{"type":"object","description":"Vacation","properties":{"id":{"type":"integer"},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true},"zone":{"type":"string","nullable":true}}},"Vacation.VacationPostInput":{"type":"object","description":"Vacation"},"Vacation.VacationPutInput":{"type":"object","description":"Vacation","required":["beginDate","endDate"],"properties":{"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"description":{"type":"string","nullable":true}}},"ValueOutput":{"type":"object","description":"","properties":{"metric":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}}},"WaitingList":{"type":"object","description":"WaitingList","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"status":{"type":"integer","nullable":true},"appointment":{"type":"string","format":"iri-reference","nullable":true},"product":{"type":"string","format":"iri-reference","nullable":true},"note":{"type":"array","items":{"type":"string"},"nullable":true},"internalNote":{"type":"array","items":{"type":"string"},"nullable":true},"isUrgent":{"type":"boolean"},"expirationDate":{"type":"string","format":"date-time","nullable":true},"availability":{"type":"array","items":{"type":"string"},"nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"contactFirstName":{"type":"string","nullable":true},"contactLastName":{"type":"string","nullable":true},"contactEmail":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"contactType":{"default":"User","example":"User","type":"string","nullable":true},"isAccepted":{"default":true,"example":true,"type":"boolean"},"acceptationDate":{"type":"string","format":"date-time","nullable":true},"lastRefreshDate":{"type":"string","format":"date-time","nullable":true},"lastConfirmSendDate":{"type":"string","format":"date-time","nullable":true},"isRefused":{"type":"boolean"},"refusDate":{"type":"string","format":"date-time","nullable":true},"isExpired":{"type":"boolean"},"isCanceled":{"type":"boolean"},"isImportantFlag":{"type":"boolean"},"withDocument":{"type":"boolean"},"canceledBy":{"type":"string","format":"iri-reference","nullable":true},"canceledDate":{"type":"string","format":"date-time","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"urgent":{"readOnly":true,"type":"boolean"},"accepted":{"readOnly":true,"type":"boolean"},"refused":{"readOnly":true,"type":"boolean"},"expired":{"readOnly":true,"type":"boolean"},"canceled":{"readOnly":true,"type":"boolean"},"importantFlag":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"WaitingList.WaitingListDetailsOutput":{"type":"object","description":"WaitingList","properties":{"id":{"type":"integer"}}},"WaitingList.WaitingListListOutput":{"type":"object","description":"WaitingList","properties":{"id":{"type":"integer"},"person":{"type":"array","items":{"type":"string"}},"product":{"type":"string"},"productId":{"type":"integer","nullable":true},"note":{"type":"array","items":{"type":"string"},"nullable":true},"internalNote":{"type":"array","items":{"type":"string"},"nullable":true},"contactFirstName":{"type":"string","nullable":true},"contactLastName":{"type":"string","nullable":true},"contactEmail":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time","nullable":true},"isImportantFlag":{"type":"boolean"},"withDocument":{"type":"boolean"},"lastRefreshDate":{"type":"string","format":"date-time","nullable":true},"availability":{"anyOf":[{"$ref":"#\/components\/schemas\/AvailabilityWeek"}],"nullable":true}}},"WaitingList.WaitingListPostInput":{"type":"object","description":"WaitingList"},"WaitingList.WaitingListPutInput":{"type":"object","description":"WaitingList"},"XAppointmentClient":{"type":"object","description":"XAppointmentClient","properties":{"id":{"readOnly":true,"type":"integer"},"appointment":{"type":"string","format":"iri-reference"},"person":{"type":"string","format":"iri-reference","nullable":true},"client":{"type":"string","format":"iri-reference","nullable":true},"product":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"note":{"type":"string","nullable":true},"subProducts":{"type":"array","items":{"type":"string"},"nullable":true},"isAbsent":{"type":"boolean"},"isFirstAppointmentAsProspect":{"type":"boolean"},"paymentSession":{"type":"string","format":"iri-reference","nullable":true},"isSubscriptionIncluded":{"type":"boolean"},"status":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"absent":{"readOnly":true,"type":"boolean"},"subscriptionIncluded":{"readOnly":true,"type":"boolean"},"firstAppointmentAsProspect":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XAppointmentClient.XAppointmentClientDetailsOutput":{"type":"object","description":"XAppointmentClient","properties":{"id":{"type":"integer"},"appointment":{"$ref":"#\/components\/schemas\/AppointmentListOutput"},"client":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientListOutput"}],"nullable":true},"note":{"type":"string","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"isSubscriptionIncluded":{"type":"boolean"},"isFirstAppointmentAsProspect":{"type":"boolean"}}},"XAppointmentClient.XAppointmentClientForUserListOutput":{"type":"object","description":"XAppointmentClient","properties":{"id":{"type":"integer"},"appointment":{"$ref":"#\/components\/schemas\/AppointmentClientDetailsOutput"},"personName":{"type":"string"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"isRefunded":{"type":"boolean","nullable":true},"isSubscriptionIncluded":{"type":"boolean"},"isFirstAppointmentAsProspect":{"type":"boolean"}}},"XAppointmentClient.XAppointmentClientListOutput":{"type":"object","description":"XAppointmentClient","properties":{"id":{"type":"integer"},"appointment":{"$ref":"#\/components\/schemas\/AppointmentListOutput"},"client":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientListOutput"}],"nullable":true},"note":{"type":"string","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"isSubscriptionIncluded":{"type":"boolean"}}},"XAppointmentClient.XAppointmentClientPostInput":{"type":"object","description":"XAppointmentClient"},"XAppointmentClient.XAppointmentClientPutInput":{"type":"object","description":"XAppointmentClient","required":["status"],"properties":{"status":{"type":"string"},"note":{"type":"string","nullable":true}}},"XAppointmentClient.XAppointmentPaymentPostInput":{"type":"object","description":"XAppointmentClient"},"XAppointmentPerson":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XAppointmentPerson.","type":"integer"},"appointment":{"type":"string","format":"iri-reference"},"person":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XAppointmentPerson.XAppointmentPersonDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XAppointmentPerson.XAppointmentPersonListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XAppointmentPerson.XAppointmentPersonPostInput":{"type":"object","description":""},"XAppointmentPerson.XAppointmentPersonPutInput":{"type":"object","description":""},"XAppointmentResource":{"type":"object","description":"XAppointmentResource","properties":{"id":{"readOnly":true,"type":"integer"},"appointment":{"type":"string","format":"iri-reference"},"resource":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XAppointmentResource.XAppointmentResourceDetailsOutput":{"type":"object","description":"XAppointmentResource","properties":{"id":{"type":"integer"}}},"XAppointmentResource.XAppointmentResourceListOutput":{"type":"object","description":"XAppointmentResource","properties":{"id":{"type":"integer"}}},"XAppointmentResource.XAppointmentResourcePostInput":{"type":"object","description":"XAppointmentResource"},"XAppointmentResource.XAppointmentResourcePutInput":{"type":"object","description":"XAppointmentResource"},"XAppointmentTask":{"type":"object","description":"XAppointmentTask","properties":{"id":{"readOnly":true,"type":"integer"},"appointment":{"type":"string","format":"iri-reference"},"task":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XAppointmentTask.XAppointmentTaskDetailsOutput":{"type":"object","description":"XAppointmentTask","properties":{"id":{"type":"integer"}}},"XAppointmentTask.XAppointmentTaskListOutput":{"type":"object","description":"XAppointmentTask","properties":{"id":{"type":"integer"}}},"XAppointmentTask.XAppointmentTaskPostInput":{"type":"object","description":"XAppointmentTask"},"XAppointmentTask.XAppointmentTaskPutInput":{"type":"object","description":"XAppointmentTask"},"XClientCoachSessionBookPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XClientCoachSessionBookPlan.","type":"integer"},"coachSessionBookPlan":{"type":"string","format":"iri-reference"},"client":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XClientCoachSessionBookPlan.XClientCoachSessionBookPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XClientCoachSessionBookPlan.XClientCoachSessionBookPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XClientCoachSessionBookPlan.XClientCoachSessionBookPlanPostInput":{"type":"object","description":""},"XClientCoachSessionBookPlan.XClientCoachSessionBookPlanPutInput":{"type":"object","description":""},"XClientCoachSubscriptionPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XClientCoachSubscriptionPlan.","type":"integer"},"coachSubscriptionPlan":{"type":"string","format":"iri-reference"},"client":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanPostInput":{"type":"object","description":""},"XClientCoachSubscriptionPlan.XClientCoachSubscriptionPlanPutInput":{"type":"object","description":""},"XCoachSessionBookPlanProduct":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XCoachSubscriptionPlanProduct.","type":"integer"},"coachSessionBookPlan":{"type":"string","format":"iri-reference"},"product":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductPostInput":{"type":"object","description":""},"XCoachSessionBookPlanProduct.XCoachSessionBookPlanProductPutInput":{"type":"object","description":""},"XCoachSubscriptionPlanProduct":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XCoachSubscriptionPlanProduct.","type":"integer"},"coachSubscriptionPlan":{"type":"string","format":"iri-reference"},"product":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductPostInput":{"type":"object","description":""},"XCoachSubscriptionPlanProduct.XCoachSubscriptionPlanProductPutInput":{"type":"object","description":""},"XEmployeeBudget":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeBudget.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"budget":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeBudget.XEmployeeBudgetDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeBudget.XEmployeeBudgetListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeBudget.XEmployeeBudgetPostInput":{"type":"object","description":""},"XEmployeeBudget.XEmployeeBudgetPutInput":{"type":"object","description":""},"XEmployeeCoachingPlace":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeCoachingPlace.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"coachingPlace":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeCoachingPlace.XEmployeeCoachingPlaceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeCoachingPlace.XEmployeeCoachingPlaceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"needAddress":{"type":"boolean"}}},"XEmployeeCoachingPlace.XEmployeeCoachingPlacePostInput":{"type":"object","description":""},"XEmployeeCoachingPlace.XEmployeeCoachingPlacePutInput":{"type":"object","description":""},"XEmployeeCoachingType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeCoachingType.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"coachingType":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeCoachingType.XEmployeeCoachingTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeCoachingType.XEmployeeCoachingTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeCoachingType.XEmployeeCoachingTypePostInput":{"type":"object","description":""},"XEmployeeCoachingType.XEmployeeCoachingTypePutInput":{"type":"object","description":""},"XEmployeeEstablishment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeEstablishment.","type":"integer"},"establishment":{"type":"string","format":"iri-reference","nullable":true},"employee":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeEstablishment.XEmployeeEstablishmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeEstablishment.XEmployeeEstablishmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeEstablishment.XEmployeeEstablishmentPostInput":{"type":"object","description":""},"XEmployeeEstablishment.XEmployeeEstablishmentPutInput":{"type":"object","description":""},"XEmployeeIntensity":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeIntensity.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"coachingIntensity":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeIntensity.XEmployeeIntensityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeIntensity.XEmployeeIntensityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeIntensity.XEmployeeIntensityPostInput":{"type":"object","description":""},"XEmployeeIntensity.XEmployeeIntensityPutInput":{"type":"object","description":""},"XEmployeeObjective":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeObjective.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"objective":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeObjective.XEmployeeObjectiveDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeObjective.XEmployeeObjectiveListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeObjective.XEmployeeObjectivePostInput":{"type":"object","description":""},"XEmployeeObjective.XEmployeeObjectivePutInput":{"type":"object","description":""},"XEmployeePersonNeed":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeePersonNeed.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"personNeed":{"type":"string","format":"iri-reference"},"matchingPercent":{"type":"number"},"matchingDetails":{"type":"array","items":{"type":"string"}},"messageSentDate":{"type":"string","format":"date-time","nullable":true},"coachMessage":{"type":"string","nullable":true},"status":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeePersonNeed.XEmployeePersonNeedDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"personNeed":{"$ref":"#\/components\/schemas\/PersonNeedDetailsOutput"},"employee":{"$ref":"#\/components\/schemas\/EmployeeProspectDetailsOutput"},"scoreDetails":{"type":"array","items":{"type":"string"}},"matchingPercent":{"type":"number"},"status":{"type":"string"}}},"XEmployeePersonNeed.XEmployeePersonNeedForClientDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"matchingPercent":{"type":"number"},"coachMessage":{"type":"string","nullable":true},"personNeed":{"$ref":"#\/components\/schemas\/PersonNeedDetailsOutput"},"employee":{"$ref":"#\/components\/schemas\/EmployeeProspectDetailsOutput"},"scoreDetails":{"type":"array","items":{"type":"string"}}}},"XEmployeePersonNeed.XEmployeePersonNeedForClientListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"employeeId":{"type":"integer"},"personNeedId":{"type":"integer"},"matchingPercent":{"type":"number"},"firstName":{"type":"string"},"lastName":{"type":"string"},"coachingPlaces":{"type":"array","items":{"type":"string"},"nullable":true},"coverId":{"type":"integer","nullable":true}}},"XEmployeePersonNeed.XEmployeePersonNeedListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"personNeed":{"$ref":"#\/components\/schemas\/PersonNeedDetailsOutput"},"matchingPercent":{"type":"number"},"status":{"type":"string"}}},"XEmployeePersonNeed.XEmployeePersonNeedPostInput":{"type":"object","description":""},"XEmployeePersonNeed.XEmployeePersonNeedPutInput":{"type":"object","description":""},"XEmployeePersonNeed.XEmployeePersonNeedSendMessagePutInput":{"type":"object","description":"","properties":{"message":{"type":"string","nullable":true}}},"XEmployeePersonNeedForBOOutput":{"type":"object","description":"","properties":{"matchingPercent":{"type":"number"},"employee":{"$ref":"#\/components\/schemas\/EmployeeListOutput"},"message":{"type":"string","nullable":true}}},"XEmployeeSessionType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeSessionType.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"sessionType":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeSessionType.XEmployeeSessionTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeSessionType.XEmployeeSessionTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeSessionType.XEmployeeSessionTypePostInput":{"type":"object","description":""},"XEmployeeSessionType.XEmployeeSessionTypePutInput":{"type":"object","description":""},"XEmployeeSkill":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEmployeeSkill.","type":"integer"},"employee":{"type":"string","format":"iri-reference"},"skill":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XEmployeeSkill.XEmployeeSkillDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XEmployeeSkill.XEmployeeSkillListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"XEmployeeSkill.XEmployeeSkillPostInput":{"type":"object","description":""},"XEmployeeSkill.XEmployeeSkillPutInput":{"type":"object","description":""},"XPersonNeedAgeCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedAgeCategory.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"ageCategory":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedAgeCategory.XPersonNeedAgeCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedAgeCategory.XPersonNeedAgeCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedAgeCategory.XPersonNeedAgeCategoryPostInput":{"type":"object","description":""},"XPersonNeedAgeCategory.XPersonNeedAgeCategoryPutInput":{"type":"object","description":""},"XPersonNeedBudget":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedBudget.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"budget":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedBudget.XPersonNeedBudgetDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedBudget.XPersonNeedBudgetListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedBudget.XPersonNeedBudgetPostInput":{"type":"object","description":""},"XPersonNeedBudget.XPersonNeedBudgetPutInput":{"type":"object","description":""},"XPersonNeedCoachingPlace":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedCoachingPlace.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"coachingPlace":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedCoachingPlace.XPersonNeedCoachingPlaceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedCoachingPlace.XPersonNeedCoachingPlacePostInput":{"type":"object","description":""},"XPersonNeedCoachingPlace.XPersonNeedCoachingPlacePutInput":{"type":"object","description":""},"XPersonNeedCoachingType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedCoachingType.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"coachingType":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedCoachingType.XPersonNeedCoachingTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedCoachingType.XPersonNeedCoachingTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedCoachingType.XPersonNeedCoachingTypePostInput":{"type":"object","description":""},"XPersonNeedCoachingType.XPersonNeedCoachingTypePutInput":{"type":"object","description":""},"XPersonNeedFrequency":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedFrequency.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"frequency":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedFrequency.XPersonNeedFrequencyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedFrequency.XPersonNeedFrequencyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedFrequency.XPersonNeedFrequencyPostInput":{"type":"object","description":""},"XPersonNeedFrequency.XPersonNeedFrequencyPutInput":{"type":"object","description":""},"XPersonNeedObjective":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedObjective.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"objective":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedObjective.XPersonNeedObjectiveDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedObjective.XPersonNeedObjectiveListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedObjective.XPersonNeedObjectivePostInput":{"type":"object","description":""},"XPersonNeedObjective.XPersonNeedObjectivePutInput":{"type":"object","description":""},"XPersonNeedSessionType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedSessionType.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"sessionType":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedSessionType.XPersonNeedSessionTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedSessionType.XPersonNeedSessionTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedSessionType.XPersonNeedSessionTypePostInput":{"type":"object","description":""},"XPersonNeedSessionType.XPersonNeedSessionTypePutInput":{"type":"object","description":""},"XPersonNeedSkill":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPersonNeedSkill.","type":"integer"},"personNeed":{"type":"string","format":"iri-reference"},"skill":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPersonNeedSkill.XPersonNeedSkillDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedSkill.XPersonNeedSkillListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XPersonNeedSkill.XPersonNeedSkillPostInput":{"type":"object","description":""},"XPersonNeedSkill.XPersonNeedSkillPutInput":{"type":"object","description":""},"ZoneType":{"type":"object","description":"","required":["beginHour","endHour"],"properties":{"beginHour":{"type":"string","format":"date-time"},"endHour":{"type":"string","format":"date-time"},"products":{"type":"array","items":{"type":"integer"}},"newClients":{"type":"boolean"},"withoutAppointment":{"type":"boolean"},"slidingSlot":{"type":"boolean"},"openBefore":{"type":"boolean"},"openAfter":{"type":"boolean"}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true},"type":{"type":"string","example":"user"},"brand":{"type":"int","example":1}}},"StripeOauthResponse":{"type":"object","properties":{"scope":{"type":"string"},"stripe_user_id":{"type":"string"},"livemode":{"type":"string"},"token_type":{"type":"string"}}},"StripeOauthBody":{"type":"object","properties":{"code":{"type":"string","example":"acc_123456"}}},"StripeOauthLinkResponse":{"type":"object","properties":{"url":{"type":"string","example":"https:\/\/"}}},"StripeOauthLinkBody":{"type":"object","properties":{"redirectUrl":{"type":"string","example":"https:\/\/"}}},"RefeshToken":{"type":"object","properties":{"refresh_token":{"type":"string"},"type":{"type":"string","example":"user"},"brand":{"type":"int","example":1},"os":{"type":"string","example":""},"size":{"type":"string","example":""},"version":{"type":"string","example":""},"layout":{"type":"string","example":""}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"admin"},"password":{"type":"string","example":"admin"},"type":{"type":"string","example":"user"},"brand":{"type":"int","example":1},"os":{"type":"string","example":""},"size":{"type":"string","example":""},"version":{"type":"string","example":""},"layout":{"type":"string","example":""}}},"emailCheckCode":{"type":"object","properties":{"email":{"type":"string","example":""},"code":{"type":"string","example":""},"type":{"type":"string","example":"user"},"brand":{"type":"int","example":1}}},"emailResendCode":{"type":"object","properties":{"email":{"type":"string","example":""},"brand":{"type":"int","example":1},"type":{"type":"string","example":"user"}}},"reinitPasswordValidate":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"code":{"type":"string","example":"123"},"newPassword":{"type":"string","example":""},"brand":{"type":"int","example":""},"type":{"type":"string","example":"user"}}},"reinitPasswordRequest":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"brand":{"type":"int","example":""},"type":{"type":"string","example":"user"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}