{"openapi":"3.0.0","info":{"title":"Smop API","description":"","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/accounting-categories":{"get":{"operationId":"getAccountingCategoryCollection","tags":["AccountingCategory"],"responses":{"200":{"description":"AccountingCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryListOutput"}}}}}},"summary":"Retrieves the collection of AccountingCategory resources.","description":"Retrieves the collection of AccountingCategory resources.","parameters":[{"name":"filterFamilyId[]","in":"query","description":"AccountingCategoryFamily identifier.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":false,"allowReserved":false},{"name":"filterType","in":"query","description":"Type of category.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","example":"income"},"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":"postAccountingCategoryCollection","tags":["AccountingCategory"],"responses":{"201":{"description":"AccountingCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryDetailsOutput"}}},"links":{"GetAccountingCategoryItem":{"operationId":"getAccountingCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounting-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AccountingCategory resource.","description":"Creates a AccountingCategory resource.","parameters":[],"requestBody":{"description":"The new AccountingCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/accounting-categories\/{id}":{"get":{"operationId":"getAccountingCategoryItem","tags":["AccountingCategory"],"responses":{"200":{"description":"AccountingCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AccountingCategory resource.","description":"Retrieves a AccountingCategory 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":"putAccountingCategoryItem","tags":["AccountingCategory"],"responses":{"200":{"description":"AccountingCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryDetailsOutput"}}},"links":{"GetAccountingCategoryItem":{"operationId":"getAccountingCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounting-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AccountingCategory resource.","description":"Replaces the AccountingCategory 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 AccountingCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategory.AccountingCategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAccountingCategoryItem","tags":["AccountingCategory"],"responses":{"204":{"description":"AccountingCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AccountingCategory resource.","description":"Removes the AccountingCategory 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\/accounting-category-families":{"get":{"operationId":"getAccountingCategoryFamilyCollection","tags":["AccountingCategoryFamily"],"responses":{"200":{"description":"AccountingCategoryFamily collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyListOutput"}}}}}},"summary":"Retrieves the collection of AccountingCategoryFamily resources.","description":"Retrieves the collection of AccountingCategoryFamily resources.","parameters":[{"name":"filterType","in":"query","description":"Filter on AccountingCategory's type.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","example":"income"},"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":"postAccountingCategoryFamilyCollection","tags":["AccountingCategoryFamily"],"responses":{"201":{"description":"AccountingCategoryFamily resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyDetailsOutput"}}},"links":{"GetAccountingCategoryFamilyItem":{"operationId":"getAccountingCategoryFamilyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounting-category-families\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AccountingCategoryFamily resource.","description":"Creates a AccountingCategoryFamily resource.","parameters":[],"requestBody":{"description":"The new AccountingCategoryFamily resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/accounting-category-families\/{id}":{"get":{"operationId":"getAccountingCategoryFamilyItem","tags":["AccountingCategoryFamily"],"responses":{"200":{"description":"AccountingCategoryFamily resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AccountingCategoryFamily resource.","description":"Retrieves a AccountingCategoryFamily 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":"putAccountingCategoryFamilyItem","tags":["AccountingCategoryFamily"],"responses":{"200":{"description":"AccountingCategoryFamily resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyDetailsOutput"}}},"links":{"GetAccountingCategoryFamilyItem":{"operationId":"getAccountingCategoryFamilyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounting-category-families\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AccountingCategoryFamily resource.","description":"Replaces the AccountingCategoryFamily 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 AccountingCategoryFamily resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCategoryFamily.AccountingCategoryFamilyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAccountingCategoryFamilyItem","tags":["AccountingCategoryFamily"],"responses":{"204":{"description":"AccountingCategoryFamily resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AccountingCategoryFamily resource.","description":"Removes the AccountingCategoryFamily 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\/accounting-codes":{"get":{"operationId":"getAccountingCodeCollection","tags":["AccountingCode"],"responses":{"200":{"description":"AccountingCode collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeListOutput"}}}}}},"summary":"Retrieves the collection of AccountingCode resources.","description":"Retrieves the collection of AccountingCode 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":"postAccountingCodeCollection","tags":["AccountingCode"],"responses":{"201":{"description":"AccountingCode resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeDetailsOutput"}}},"links":{"GetAccountingCodeItem":{"operationId":"getAccountingCodeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounting-codes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AccountingCode resource.","description":"Creates a AccountingCode resource.","parameters":[],"requestBody":{"description":"The new AccountingCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/accounting-codes\/{id}":{"get":{"operationId":"getAccountingCodeItem","tags":["AccountingCode"],"responses":{"200":{"description":"AccountingCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AccountingCode resource.","description":"Retrieves a AccountingCode 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":"putAccountingCodeItem","tags":["AccountingCode"],"responses":{"200":{"description":"AccountingCode resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodeDetailsOutput"}}},"links":{"GetAccountingCodeItem":{"operationId":"getAccountingCodeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounting-codes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AccountingCode resource.","description":"Replaces the AccountingCode 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 AccountingCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountingCode.AccountingCodePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAccountingCodeItem","tags":["AccountingCode"],"responses":{"204":{"description":"AccountingCode resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AccountingCode resource.","description":"Removes the AccountingCode 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\/email\/check-code":{"ref":"emailCheckCodeItem","post":{"operationId":"emailCheckCodeItem","tags":["Auth"],"responses":{"200":{"description":"Gets JWT token.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Gets JWT token for first connect with email and check code.","description":"Gets JWT token for first connect with email and check code.","parameters":[],"requestBody":{"description":"Creates JWT Token and email validate","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailCheckCode"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/email\/resend-code":{"ref":"emailResendCodeItem","post":{"operationId":"emailResendCodeItem","tags":["Auth"],"responses":{"200":{"description":"Resends a verification code.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailResendCodeOutput"}}}}},"summary":"Resends a verification code.","description":"Resends a verification code.","parameters":[],"requestBody":{"description":"Resends a verification code.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailResendCodeInput"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"adminRefreshToken","tags":["Auth"],"responses":{"200":{"description":"Gets JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refreshes JWT token to admin login.","description":"Refreshes JWT token to admin login.","parameters":[],"requestBody":{"description":"Refreshes JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefeshToken"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/reinit-password\/request":{"ref":"passwordReinitRequestItem","post":{"operationId":"passwordReinitRequestItem","tags":["Auth"],"responses":{"200":{"description":"Requests a password reset.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PasswordReinitRequestOutput"}}}}},"summary":"Requests a password reset.","description":"Requests a password reset.","parameters":[],"requestBody":{"description":"Requests a password reset.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PasswordReinitRequestInput"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/reinit-password\/validate":{"ref":"passwordReinitValidateItem","post":{"operationId":"passwordReinitValidateItem","tags":["Auth"],"responses":{"200":{"description":"Validates a password reset.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Validates a password reset.","description":"Validates a password reset.","parameters":[],"requestBody":{"description":"Validates a password reset.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PasswordReinitValidateInput"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/token":{"ref":"JWT Token","post":{"operationId":"adminPostCredentialsItem","tags":["Auth"],"responses":{"200":{"description":"Gets JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Gets JWT token to admin login.","description":"Gets JWT token to admin login.","parameters":[],"requestBody":{"description":"Generates new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/backoffice\/dashboard-statistics":{"ref":"DashboardStatistics","get":{"operationId":"DashboardStatistics","tags":["Backoffice"],"responses":{"200":{"description":"Retrieves global statistics","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DashboardStatisticsOutput"}}}}},"summary":"Retrieves global statistics.","description":"Retrieves global statistics.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/banking-accounts\/{id}":{"get":{"operationId":"getBankingAccountItem","tags":["BankingAccount"],"responses":{"200":{"description":"BankingAccount resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingAccount.BankingAccountDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingAccount.BankingAccountDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BankingAccount resource.","description":"Retrieves a BankingAccount 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\/banking-accounts\/{id}\/banking-movements":{"get":{"operationId":"get_accountsBankingAccountCollection","tags":["BankingAccount"],"responses":{"200":{"description":"BankingAccount collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingAccount.BankingMovementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingAccount.BankingMovementListOutput"}}}}}},"summary":"Retrieves all Banking movements resources associated to a banking account.","description":"Retrieves the collection of BankingAccount resources.","parameters":[{"name":"id","in":"path","description":"Banking account identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/banking-connect-sessions":{"post":{"operationId":"postBridgeConnectSessionCollection","tags":["BridgeConnectSession"],"responses":{"201":{"description":"BridgeConnectSession resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BridgeConnectSession.BridgeConnectSessionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BridgeConnectSession.BridgeConnectSessionDetailsOutput"}}},"links":{"GetBridgeConnectSessionItem":{"operationId":"getBridgeConnectSessionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banking-connect-sessions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a BridgeConnectSession resource.","description":"Creates a BridgeConnectSession resource.","parameters":[],"requestBody":{"description":"The new BridgeConnectSession resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BridgeConnectSession.BridgeConnectSessionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BridgeConnectSession.BridgeConnectSessionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/banking-connect-sessions\/{id}":{"parameters":[]},"\/api\/banking-connection-status-histories":{"parameters":[]},"\/api\/banking-connection-status-histories\/{id}":{"parameters":[]},"\/api\/banking-connections\/initialize":{"post":{"operationId":"post_initializeBankingConnectionCollection","tags":["BankingConnection"],"responses":{"201":{"description":"BankingConnection resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionLinkOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionLinkOutput"}}},"links":{"GetBankingConnectionItem":{"operationId":"getBankingConnectionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banking-connections\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Initialize a banking connection.","description":"Creates a BankingConnection resource.","parameters":[],"requestBody":{"description":"The new BankingConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.EmptyInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.EmptyInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/banking-connections\/{id}":{"get":{"operationId":"getBankingConnectionItem","tags":["BankingConnection"],"responses":{"200":{"description":"BankingConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BankingConnection resource.","description":"Retrieves a BankingConnection 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":"deleteBankingConnectionItem","tags":["BankingConnection"],"responses":{"204":{"description":"BankingConnection resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BankingConnection resource.","description":"Removes the BankingConnection 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\/banking-connections\/{id}\/banking-accounts":{"get":{"operationId":"get_accountsBankingConnectionCollection","tags":["BankingConnection"],"responses":{"200":{"description":"BankingConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingConnection.BankingAccountListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingConnection.BankingAccountListOutput"}}}}}},"summary":"Retrieves all Banking accounts resources associated to a banking connection.","description":"Retrieves the collection of BankingConnection resources.","parameters":[{"name":"id","in":"path","description":"Banking connection identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/banking-connections\/{id}\/modify":{"put":{"operationId":"put_modifyBankingConnectionItem","tags":["BankingConnection"],"responses":{"200":{"description":"BankingConnection resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionLinkOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionLinkOutput"}}},"links":{"GetBankingConnectionItem":{"operationId":"getBankingConnectionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banking-connections\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Modifies a banking connection.","description":"Replaces the BankingConnection 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 BankingConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.EmptyInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.EmptyInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/banking-connections\/{id}\/repair":{"put":{"operationId":"put_repairBankingConnectionItem","tags":["BankingConnection"],"responses":{"200":{"description":"BankingConnection resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionLinkOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.BankingConnectionLinkOutput"}}},"links":{"GetBankingConnectionItem":{"operationId":"getBankingConnectionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banking-connections\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Fixes a broken banking connection.","description":"Replaces the BankingConnection 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 BankingConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.EmptyInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingConnection.EmptyInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/banking-items":{"get":{"operationId":"getBridgeItemCollection","tags":["BridgeItem"],"responses":{"200":{"description":"BridgeItem collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeItem.BridgeItemListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeItem.BridgeItemListOutput"}}}}}},"summary":"Retrieves the collection of BankingItem resources.","description":"Retrieves the collection of BridgeItem resources.","parameters":[{"name":"filterSync","in":"query","description":"Request for a synchronization before returning resources.","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},"parameters":[]},"\/api\/banking-items\/{id}":{"delete":{"operationId":"deleteBridgeItemItem","tags":["BridgeItem"],"responses":{"204":{"description":"BridgeItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BridgeItem resource.","description":"Removes the BridgeItem 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\/banking-movements":{"parameters":[]},"\/api\/banking-movements\/{id}":{"get":{"operationId":"getBankingMovementItem","tags":["BankingMovement"],"responses":{"200":{"description":"BankingMovement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingMovement.BankingMovementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingMovement.BankingMovementDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BankingMovement resource.","description":"Retrieves a BankingMovement 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\/banking-movements\/{id}\/invoices":{"get":{"operationId":"get_invoicesBankingMovementCollection","tags":["BankingMovement"],"responses":{"200":{"description":"BankingMovement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingMovement.InvoiceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingMovement.InvoiceListOutput"}}}}}},"summary":"Retrieves all Invoice resources associated to a BankingMovement resource.","description":"Retrieves the collection of BankingMovement resources.","parameters":[{"name":"id","in":"path","description":"BankingMovement identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/banking-movements\/{id}\/reconciliation":{"put":{"operationId":"put_reconciliationBankingMovementItem","tags":["BankingMovement"],"responses":{"200":{"description":"BankingMovement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingMovement.BankingMovementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingMovement.BankingMovementDetailsOutput"}}},"links":{"GetBankingMovementItem":{"operationId":"getBankingMovementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banking-movements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Reconciles a list of Invoice resources with a BankingMovement resource.","description":"Replaces the BankingMovement 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 BankingMovement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingMovement.BankingMovementReconciliationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingMovement.BankingMovementReconciliationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/banking-synchronization-partners":{"get":{"operationId":"getBankingSynchronizationPartnerCollection","tags":["BankingSynchronizationPartner"],"responses":{"200":{"description":"BankingSynchronizationPartner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartner.BankingSynchronizationPartnerListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartner.BankingSynchronizationPartnerListOutput"}}}}}},"summary":"Retrieves the collection of BankingSynchronizationPartner resources.","description":"Retrieves the collection of BankingSynchronizationPartner 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\/banking-synchronization-partners\/{id}":{"get":{"operationId":"getBankingSynchronizationPartnerItem","tags":["BankingSynchronizationPartner"],"responses":{"200":{"description":"BankingSynchronizationPartner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartner.BankingSynchronizationPartnerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartner.BankingSynchronizationPartnerDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BankingSynchronizationPartner resource.","description":"Retrieves a BankingSynchronizationPartner 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\/banking-transactions":{"get":{"operationId":"getBridgeTransactionCollection","tags":["BridgeTransaction"],"responses":{"200":{"description":"BridgeTransaction collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionListOutput"}}}}}},"summary":"Retrieves the collection of BridgeTransaction resources.","description":"Retrieves the collection of BridgeTransaction 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\/banking-transactions\/{id}":{"get":{"operationId":"getBridgeTransactionItem","tags":["BridgeTransaction"],"responses":{"200":{"description":"BridgeTransaction resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BridgeTransaction resource.","description":"Retrieves a BridgeTransaction 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\/banking-transactions\/{id}\/invoices":{"get":{"operationId":"get_invoicesBridgeTransactionCollection","tags":["BridgeTransaction"],"responses":{"200":{"description":"BridgeTransaction collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeTransaction.InvoiceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeTransaction.InvoiceListOutput"}}}}}},"summary":"Retrieves all Invoice resources associated to a BridgeTransaction resource.","description":"Retrieves the collection of BridgeTransaction resources.","parameters":[{"name":"id","in":"path","description":"BridgeTransaction identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/banking-transactions\/{id}\/reconciliation":{"put":{"operationId":"put_reconciliationBridgeTransactionItem","tags":["BridgeTransaction"],"responses":{"200":{"description":"BridgeTransaction resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionDetailsOutput"}}},"links":{"GetBridgeTransactionItem":{"operationId":"getBridgeTransactionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/banking-transactions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Reconciles a list of Invoice resources with a BridgeTransaction resource.","description":"Replaces the BridgeTransaction 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 BridgeTransaction resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionReconciliationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BridgeTransaction.BridgeTransactionReconciliationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/banks":{"get":{"operationId":"getBankCollection","tags":["Bank"],"responses":{"200":{"description":"Bank collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Bank.BankListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Bank.BankListOutput"}}}}}},"summary":"Retrieves the collection of Bank resources.","description":"Retrieves the collection of Bank 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\/banks\/{id}":{"parameters":[]},"\/api\/buildings":{"post":{"operationId":"postBuildingCollection","tags":["Building"],"responses":{"201":{"description":"Building resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}},"links":{"GetBuildingItem":{"operationId":"getBuildingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/buildings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Building resource.","description":"Creates a Building resource.","parameters":[],"requestBody":{"description":"The new Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/buildings\/{id}":{"get":{"operationId":"getBuildingItem","tags":["Building"],"responses":{"200":{"description":"Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Building resource.","description":"Retrieves a Building 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":"putBuildingItem","tags":["Building"],"responses":{"200":{"description":"Building resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}},"links":{"GetBuildingItem":{"operationId":"getBuildingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/buildings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Building resource.","description":"Replaces the Building 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 Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBuildingItem","tags":["Building"],"responses":{"204":{"description":"Building resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Building resource.","description":"Removes the Building 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\/certification-operations":{"parameters":[]},"\/api\/certification-operations\/{id}":{"parameters":[]},"\/api\/certifications":{"parameters":[]},"\/api\/certifications\/{id}":{"parameters":[]},"\/api\/charges-regularizations":{"post":{"operationId":"postChargesRegularizationCollection","tags":["ChargesRegularization"],"responses":{"201":{"description":"ChargesRegularization resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationDetailsOutput"}}},"links":{"GetChargesRegularizationItem":{"operationId":"getChargesRegularizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/charges-regularizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ChargesRegularization resource.","description":"Creates a ChargesRegularization resource.","parameters":[],"requestBody":{"description":"The new ChargesRegularization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/charges-regularizations\/{id}":{"get":{"operationId":"getChargesRegularizationItem","tags":["ChargesRegularization"],"responses":{"200":{"description":"ChargesRegularization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ChargesRegularization resource.","description":"Retrieves a ChargesRegularization 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":"putChargesRegularizationItem","tags":["ChargesRegularization"],"responses":{"200":{"description":"ChargesRegularization resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationDetailsOutput"}}},"links":{"GetChargesRegularizationItem":{"operationId":"getChargesRegularizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/charges-regularizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ChargesRegularization resource.","description":"Replaces the ChargesRegularization 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 ChargesRegularization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ChargesRegularization.ChargesRegularizationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/client-alerts":{"get":{"operationId":"getClientAlertCollection","tags":["ClientAlert"],"responses":{"200":{"description":"ClientAlert collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertListOutput"}}}}}},"summary":"Retrieves the collection of ClientAlert resources.","description":"Retrieves the collection of ClientAlert 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":"postClientAlertCollection","tags":["ClientAlert"],"responses":{"201":{"description":"ClientAlert resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertDetailsOutput"}}},"links":{"GetClientAlertItem":{"operationId":"getClientAlertItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/client-alerts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ClientAlert resource.","description":"Creates a ClientAlert resource.","parameters":[],"requestBody":{"description":"The new ClientAlert resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/client-alerts\/{id}":{"get":{"operationId":"getClientAlertItem","tags":["ClientAlert"],"responses":{"200":{"description":"ClientAlert resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ClientAlert resource.","description":"Retrieves a ClientAlert 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":"putClientAlertItem","tags":["ClientAlert"],"responses":{"200":{"description":"ClientAlert resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertDetailsOutput"}}},"links":{"GetClientAlertItem":{"operationId":"getClientAlertItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/client-alerts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ClientAlert resource.","description":"Replaces the ClientAlert 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 ClientAlert resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClientAlert.ClientAlertPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/countries":{"parameters":[]},"\/api\/cron-jobs":{"parameters":[]},"\/api\/cron-jobs\/{id}":{"parameters":[]},"\/api\/cron-logs":{"parameters":[]},"\/api\/cron-logs\/{id}":{"parameters":[]},"\/api\/currencies":{"get":{"operationId":"getCurrencyCollection","tags":["Currency"],"responses":{"200":{"description":"Currency collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency.CurrencyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency.CurrencyListOutput"}}}}}},"summary":"Retrieves the collection of Currency resources.","description":"Retrieves the collection of Currency 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\/currencies\/{id}":{"parameters":[]},"\/api\/data\/city\/{insee}":{"ref":"DataCity","get":{"operationId":"DataCity","tags":["Data"],"responses":{"200":{"description":"Retrieves information about a city from its INSEE number","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataCityOutput"}}}}},"summary":"Retrieves information about a city from its INSEE number.","description":"Retrieves information about a city from its INSEE number.","parameters":[{"name":"insee","in":"path","description":"INSEE code","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-types":{"parameters":[]},"\/api\/document-types\/{id}":{"parameters":[]},"\/api\/documents":{"post":{"operationId":"postDocumentCollection","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 file and creates a Document resource.","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"input":{"type":"object","properties":{"documentTypeId":{"type":"integer"},"propertyId":{"type":"integer"},"leaseId":{"type":"integer"},"tenantId":{"type":"integer"},"insuranceId":{"type":"integer"},"invoiceId":{"type":"integer"},"inventoryElectricityId":{"type":"integer"},"inventoryGasId":{"type":"integer"},"inventoryEnergyId":{"type":"integer"},"inventoryHeatingId":{"type":"integer"},"inventoryWaterId":{"type":"integer"},"inventoryAncillaryEquipmentId":{"type":"integer"},"inventoryKeysBadgesId":{"type":"integer"},"inventoryRoomId":{"type":"integer"},"inventoryFurnituresCategoryId":{"type":"integer"}}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/generate":{"post":{"operationId":"post_document_generateDocumentCollection","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":"Creates a Document resource.","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"The new Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentGeneratePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentGeneratePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/documents\/{id}":{"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":"downloadDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDownloadOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDownloadOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Downloads a file associated to 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\/docx-templates":{"parameters":[]},"\/api\/docx-templates\/{id}":{"parameters":[]},"\/api\/guarantors":{"parameters":[]},"\/api\/guarantors\/{id}":{"parameters":[]},"\/api\/insurance-companies":{"get":{"operationId":"getInsuranceCompanyCollection","tags":["InsuranceCompany"],"responses":{"200":{"description":"InsuranceCompany collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyListOutput"}}}}}},"summary":"Retrieves the collection of InsuranceCompany resources.","description":"Retrieves the collection of InsuranceCompany 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":"postInsuranceCompanyCollection","tags":["InsuranceCompany"],"responses":{"201":{"description":"InsuranceCompany resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyDetailsOutput"}}},"links":{"GetInsuranceCompanyItem":{"operationId":"getInsuranceCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/insurance-companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InsuranceCompany resource.","description":"Creates a InsuranceCompany resource.","parameters":[],"requestBody":{"description":"The new InsuranceCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/insurance-companies\/{id}":{"get":{"operationId":"getInsuranceCompanyItem","tags":["InsuranceCompany"],"responses":{"200":{"description":"InsuranceCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InsuranceCompany resource.","description":"Retrieves a InsuranceCompany 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":"putInsuranceCompanyItem","tags":["InsuranceCompany"],"responses":{"200":{"description":"InsuranceCompany resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyDetailsOutput"}}},"links":{"GetInsuranceCompanyItem":{"operationId":"getInsuranceCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/insurance-companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InsuranceCompany resource.","description":"Replaces the InsuranceCompany 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 InsuranceCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InsuranceCompany.InsuranceCompanyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInsuranceCompanyItem","tags":["InsuranceCompany"],"responses":{"204":{"description":"InsuranceCompany resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InsuranceCompany resource.","description":"Removes the InsuranceCompany 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\/insurance-types":{"parameters":[]},"\/api\/insurance-types\/{id}":{"parameters":[]},"\/api\/insurances":{"post":{"operationId":"postInsuranceCollection","tags":["Insurance"],"responses":{"201":{"description":"Insurance resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsuranceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsuranceDetailsOutput"}}},"links":{"GetInsuranceItem":{"operationId":"getInsuranceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/insurances\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Insurance resource.","description":"Creates a Insurance resource.","parameters":[],"requestBody":{"description":"The new Insurance resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsurancePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsurancePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/insurances\/{id}":{"get":{"operationId":"getInsuranceItem","tags":["Insurance"],"responses":{"200":{"description":"Insurance resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsuranceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsuranceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Insurance resource.","description":"Retrieves a Insurance 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":"putInsuranceItem","tags":["Insurance"],"responses":{"200":{"description":"Insurance resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsuranceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsuranceDetailsOutput"}}},"links":{"GetInsuranceItem":{"operationId":"getInsuranceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/insurances\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Insurance resource.","description":"Replaces the Insurance 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 Insurance resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsurancePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Insurance.InsurancePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInsuranceItem","tags":["Insurance"],"responses":{"204":{"description":"Insurance resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Insurance resource.","description":"Removes the Insurance 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\/insurances\/{id}\/document-types":{"get":{"operationId":"get_document_typesInsuranceCollection","tags":["Insurance"],"responses":{"200":{"description":"Insurance collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Insurance.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Insurance.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a Insurance resource.","description":"Retrieves the collection of Insurance resources.","parameters":[{"name":"id","in":"path","description":"Insurance identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/insurances\/{id}\/document-types\/{documentTypeId}\/download":{"get":{"operationId":"get_document_types_downloadInsuranceItem","tags":["Insurance"],"responses":{"200":{"description":"Insurance resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Insurance.DocumentDownloadOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Insurance.DocumentDownloadOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Downloads a ZIP file containing all files associated to an Insurance resource and a DocumentType resource.","description":"Retrieves a Insurance resource.","parameters":[{"name":"documentTypeId","in":"path","description":"DocumentType identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","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\/inventories":{"post":{"operationId":"postInventoryCollection","tags":["Inventory"],"responses":{"201":{"description":"Inventory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryDetailsOutput"}}},"links":{"GetInventoryItem":{"operationId":"getInventoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Inventory resource.","description":"Creates a Inventory resource.","parameters":[],"requestBody":{"description":"The new Inventory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventories\/{id}":{"get":{"operationId":"getInventoryItem","tags":["Inventory"],"responses":{"200":{"description":"Inventory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Inventory resource.","description":"Retrieves a Inventory 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":"putInventoryItem","tags":["Inventory"],"responses":{"200":{"description":"Inventory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryDetailsOutput"}}},"links":{"GetInventoryItem":{"operationId":"getInventoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Inventory resource.","description":"Replaces the Inventory 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 Inventory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Inventory.InventoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryItem","tags":["Inventory"],"responses":{"204":{"description":"Inventory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Inventory resource.","description":"Removes the Inventory 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\/inventory-ancillary-equipment-items":{"post":{"operationId":"postInventoryAncillaryEquipmentItemCollection","tags":["InventoryAncillaryEquipmentItem"],"responses":{"201":{"description":"InventoryAncillaryEquipmentItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemDetailsOutput"}}},"links":{"GetInventoryAncillaryEquipmentItemItem":{"operationId":"getInventoryAncillaryEquipmentItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-ancillary-equipment-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryAncillaryEquipmentItem resource.","description":"Creates a InventoryAncillaryEquipmentItem resource.","parameters":[],"requestBody":{"description":"The new InventoryAncillaryEquipmentItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-ancillary-equipment-items\/{id}":{"put":{"operationId":"putInventoryAncillaryEquipmentItemItem","tags":["InventoryAncillaryEquipmentItem"],"responses":{"200":{"description":"InventoryAncillaryEquipmentItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemDetailsOutput"}}},"links":{"GetInventoryAncillaryEquipmentItemItem":{"operationId":"getInventoryAncillaryEquipmentItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-ancillary-equipment-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryAncillaryEquipmentItem resource.","description":"Replaces the InventoryAncillaryEquipmentItem 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 InventoryAncillaryEquipmentItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryAncillaryEquipmentItemItem","tags":["InventoryAncillaryEquipmentItem"],"responses":{"204":{"description":"InventoryAncillaryEquipmentItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryAncillaryEquipmentItem resource.","description":"Removes the InventoryAncillaryEquipmentItem 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\/inventory-ancillary-equipments":{"parameters":[]},"\/api\/inventory-ancillary-equipments\/{id}":{"put":{"operationId":"putInventoryAncillaryEquipmentItem","tags":["InventoryAncillaryEquipment"],"responses":{"200":{"description":"InventoryAncillaryEquipment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipment.InventoryAncillaryEquipmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipment.InventoryAncillaryEquipmentDetailsOutput"}}},"links":{"GetInventoryAncillaryEquipmentItem":{"operationId":"getInventoryAncillaryEquipmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-ancillary-equipments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryAncillaryEquipment resource.","description":"Replaces the InventoryAncillaryEquipment 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 InventoryAncillaryEquipment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipment.InventoryAncillaryEquipmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipment.InventoryAncillaryEquipmentPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-ancillary-equipments\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryAncillaryEquipmentCollection","tags":["InventoryAncillaryEquipment"],"responses":{"200":{"description":"InventoryAncillaryEquipment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipment.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipment.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryAncillaryEquipment resource.","description":"Retrieves the collection of InventoryAncillaryEquipment resources.","parameters":[{"name":"id","in":"path","description":"InventoryAncillaryEquipment identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-electricities":{"parameters":[]},"\/api\/inventory-electricities\/{id}":{"put":{"operationId":"putInventoryElectricityItem","tags":["InventoryElectricity"],"responses":{"200":{"description":"InventoryElectricity resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricity.InventoryElectricityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricity.InventoryElectricityDetailsOutput"}}},"links":{"GetInventoryElectricityItem":{"operationId":"getInventoryElectricityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-electricities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryElectricity resource.","description":"Replaces the InventoryElectricity 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 InventoryElectricity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricity.InventoryElectricityPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricity.InventoryElectricityPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-electricities\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryElectricityCollection","tags":["InventoryElectricity"],"responses":{"200":{"description":"InventoryElectricity collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryElectricity.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryElectricity.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryElectricity resource.","description":"Retrieves the collection of InventoryElectricity resources.","parameters":[{"name":"id","in":"path","description":"InventoryElectricity identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-electricity-items":{"post":{"operationId":"postInventoryElectricityItemCollection","tags":["InventoryElectricityItem"],"responses":{"201":{"description":"InventoryElectricityItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemDetailsOutput"}}},"links":{"GetInventoryElectricityItemItem":{"operationId":"getInventoryElectricityItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-electricity-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryElectricityItem resource.","description":"Creates a InventoryElectricityItem resource.","parameters":[],"requestBody":{"description":"The new InventoryElectricityItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-electricity-items\/{id}":{"put":{"operationId":"putInventoryElectricityItemItem","tags":["InventoryElectricityItem"],"responses":{"200":{"description":"InventoryElectricityItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemDetailsOutput"}}},"links":{"GetInventoryElectricityItemItem":{"operationId":"getInventoryElectricityItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-electricity-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryElectricityItem resource.","description":"Replaces the InventoryElectricityItem 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 InventoryElectricityItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryElectricityItem.InventoryElectricityItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryElectricityItemItem","tags":["InventoryElectricityItem"],"responses":{"204":{"description":"InventoryElectricityItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryElectricityItem resource.","description":"Removes the InventoryElectricityItem 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\/inventory-energies":{"parameters":[]},"\/api\/inventory-energies\/{id}":{"put":{"operationId":"putInventoryEnergyItem","tags":["InventoryEnergy"],"responses":{"200":{"description":"InventoryEnergy resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergy.InventoryEnergyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergy.InventoryEnergyDetailsOutput"}}},"links":{"GetInventoryEnergyItem":{"operationId":"getInventoryEnergyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-energies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryEnergy resource.","description":"Replaces the InventoryEnergy 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 InventoryEnergy resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergy.InventoryEnergyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergy.InventoryEnergyPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-energies\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryEnergyCollection","tags":["InventoryEnergy"],"responses":{"200":{"description":"InventoryEnergy collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergy.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergy.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryEnergy resource.","description":"Retrieves the collection of InventoryEnergy resources.","parameters":[{"name":"id","in":"path","description":"InventoryEnergy identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-energy-item-defaults":{"get":{"operationId":"getInventoryEnergyItemDefaultCollection","tags":["InventoryEnergyItemDefault"],"responses":{"200":{"description":"InventoryEnergyItemDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryEnergyItemDefault resources.","description":"Retrieves the collection of InventoryEnergyItemDefault 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":"postInventoryEnergyItemDefaultCollection","tags":["InventoryEnergyItemDefault"],"responses":{"201":{"description":"InventoryEnergyItemDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}}},"links":{"GetInventoryEnergyItemDefaultItem":{"operationId":"getInventoryEnergyItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-energy-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryEnergyItemDefault resource.","description":"Creates a InventoryEnergyItemDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryEnergyItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-energy-item-defaults\/{id}":{"get":{"operationId":"getInventoryEnergyItemDefaultItem","tags":["InventoryEnergyItemDefault"],"responses":{"200":{"description":"InventoryEnergyItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryEnergyItemDefault resource.","description":"Retrieves a InventoryEnergyItemDefault 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":"putInventoryEnergyItemDefaultItem","tags":["InventoryEnergyItemDefault"],"responses":{"200":{"description":"InventoryEnergyItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}}},"links":{"GetInventoryEnergyItemDefaultItem":{"operationId":"getInventoryEnergyItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-energy-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryEnergyItemDefault resource.","description":"Replaces the InventoryEnergyItemDefault 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 InventoryEnergyItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryEnergyItemDefaultItem","tags":["InventoryEnergyItemDefault"],"responses":{"204":{"description":"InventoryEnergyItemDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryEnergyItemDefault resource.","description":"Removes the InventoryEnergyItemDefault 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\/inventory-energy-item-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryEnergyItemDefaultItem","tags":["InventoryEnergyItemDefault"],"responses":{"200":{"description":"InventoryEnergyItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput"}}},"links":{"GetInventoryEnergyItemDefaultItem":{"operationId":"getInventoryEnergyItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-energy-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryEnergyItemDefault resource.","description":"Replaces the InventoryEnergyItemDefault 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 InventoryEnergyItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItemDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-energy-items":{"post":{"operationId":"postInventoryEnergyItemCollection","tags":["InventoryEnergyItem"],"responses":{"201":{"description":"InventoryEnergyItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemDetailsOutput"}}},"links":{"GetInventoryEnergyItemItem":{"operationId":"getInventoryEnergyItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-energy-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryEnergyItem resource.","description":"Creates a InventoryEnergyItem resource.","parameters":[],"requestBody":{"description":"The new InventoryEnergyItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-energy-items\/{id}":{"put":{"operationId":"putInventoryEnergyItemItem","tags":["InventoryEnergyItem"],"responses":{"200":{"description":"InventoryEnergyItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemDetailsOutput"}}},"links":{"GetInventoryEnergyItemItem":{"operationId":"getInventoryEnergyItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-energy-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryEnergyItem resource.","description":"Replaces the InventoryEnergyItem 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 InventoryEnergyItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryEnergyItem.InventoryEnergyItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryEnergyItemItem","tags":["InventoryEnergyItem"],"responses":{"204":{"description":"InventoryEnergyItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryEnergyItem resource.","description":"Removes the InventoryEnergyItem 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\/inventory-furnitures":{"post":{"operationId":"postInventoryFurnituresCollection","tags":["InventoryFurnitures"],"responses":{"201":{"description":"InventoryFurnitures resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresDetailsOutput"}}},"links":{"GetInventoryFurnituresItem":{"operationId":"getInventoryFurnituresItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryFurnitures resource.","description":"Creates a InventoryFurnitures resource.","parameters":[],"requestBody":{"description":"The new InventoryFurnitures resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-furnitures-categories":{"post":{"operationId":"postInventoryFurnituresCategoryCollection","tags":["InventoryFurnituresCategory"],"responses":{"201":{"description":"InventoryFurnituresCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryDetailsOutput"}}},"links":{"GetInventoryFurnituresCategoryItem":{"operationId":"getInventoryFurnituresCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryFurnituresCategory resource.","description":"Creates a InventoryFurnituresCategory resource.","parameters":[],"requestBody":{"description":"The new InventoryFurnituresCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-furnitures-categories\/{id}":{"put":{"operationId":"putInventoryFurnituresCategoryItem","tags":["InventoryFurnituresCategory"],"responses":{"200":{"description":"InventoryFurnituresCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryDetailsOutput"}}},"links":{"GetInventoryFurnituresCategoryItem":{"operationId":"getInventoryFurnituresCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryFurnituresCategory resource.","description":"Replaces the InventoryFurnituresCategory 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 InventoryFurnituresCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.InventoryFurnituresCategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryFurnituresCategoryItem","tags":["InventoryFurnituresCategory"],"responses":{"204":{"description":"InventoryFurnituresCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryFurnituresCategory resource.","description":"Removes the InventoryFurnituresCategory 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\/inventory-furnitures-categories\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryFurnituresCategoryCollection","tags":["InventoryFurnituresCategory"],"responses":{"200":{"description":"InventoryFurnituresCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategory.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryFurnituresCategory resource.","description":"Retrieves the collection of InventoryFurnituresCategory resources.","parameters":[{"name":"id","in":"path","description":"InventoryFurnituresCategory identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-furnitures-category-defaults":{"get":{"operationId":"getInventoryFurnituresCategoryDefaultCollection","tags":["InventoryFurnituresCategoryDefault"],"responses":{"200":{"description":"InventoryFurnituresCategoryDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryFurnituresCategoryDefault resources.","description":"Retrieves the collection of InventoryFurnituresCategoryDefault 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":"postInventoryFurnituresCategoryDefaultCollection","tags":["InventoryFurnituresCategoryDefault"],"responses":{"201":{"description":"InventoryFurnituresCategoryDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}}},"links":{"GetInventoryFurnituresCategoryDefaultItem":{"operationId":"getInventoryFurnituresCategoryDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-category-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryFurnituresCategoryDefault resource.","description":"Creates a InventoryFurnituresCategoryDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryFurnituresCategoryDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-furnitures-category-defaults\/{id}":{"get":{"operationId":"getInventoryFurnituresCategoryDefaultItem","tags":["InventoryFurnituresCategoryDefault"],"responses":{"200":{"description":"InventoryFurnituresCategoryDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryFurnituresCategoryDefault resource.","description":"Retrieves a InventoryFurnituresCategoryDefault 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":"putInventoryFurnituresCategoryDefaultItem","tags":["InventoryFurnituresCategoryDefault"],"responses":{"200":{"description":"InventoryFurnituresCategoryDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}}},"links":{"GetInventoryFurnituresCategoryDefaultItem":{"operationId":"getInventoryFurnituresCategoryDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-category-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryFurnituresCategoryDefault resource.","description":"Replaces the InventoryFurnituresCategoryDefault 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 InventoryFurnituresCategoryDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryFurnituresCategoryDefaultItem","tags":["InventoryFurnituresCategoryDefault"],"responses":{"204":{"description":"InventoryFurnituresCategoryDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryFurnituresCategoryDefault resource.","description":"Removes the InventoryFurnituresCategoryDefault 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\/inventory-furnitures-category-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryFurnituresCategoryDefaultItem","tags":["InventoryFurnituresCategoryDefault"],"responses":{"200":{"description":"InventoryFurnituresCategoryDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput"}}},"links":{"GetInventoryFurnituresCategoryDefaultItem":{"operationId":"getInventoryFurnituresCategoryDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-category-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryFurnituresCategoryDefault resource.","description":"Replaces the InventoryFurnituresCategoryDefault 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 InventoryFurnituresCategoryDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-furnitures-item-defaults":{"get":{"operationId":"getInventoryFurnituresItemDefaultCollection","tags":["InventoryFurnituresItemDefault"],"responses":{"200":{"description":"InventoryFurnituresItemDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryFurnituresItemDefault resources.","description":"Retrieves the collection of InventoryFurnituresItemDefault resources.","parameters":[{"name":"filterCategoryId[]","in":"query","description":"Filter on category.","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":"postInventoryFurnituresItemDefaultCollection","tags":["InventoryFurnituresItemDefault"],"responses":{"201":{"description":"InventoryFurnituresItemDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}}},"links":{"GetInventoryFurnituresItemDefaultItem":{"operationId":"getInventoryFurnituresItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryFurnituresItemDefault resource.","description":"Creates a InventoryFurnituresItemDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryFurnituresItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-furnitures-item-defaults\/{id}":{"get":{"operationId":"getInventoryFurnituresItemDefaultItem","tags":["InventoryFurnituresItemDefault"],"responses":{"200":{"description":"InventoryFurnituresItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryFurnituresItemDefault resource.","description":"Retrieves a InventoryFurnituresItemDefault 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":"putInventoryFurnituresItemDefaultItem","tags":["InventoryFurnituresItemDefault"],"responses":{"200":{"description":"InventoryFurnituresItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}}},"links":{"GetInventoryFurnituresItemDefaultItem":{"operationId":"getInventoryFurnituresItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryFurnituresItemDefault resource.","description":"Replaces the InventoryFurnituresItemDefault 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 InventoryFurnituresItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryFurnituresItemDefaultItem","tags":["InventoryFurnituresItemDefault"],"responses":{"204":{"description":"InventoryFurnituresItemDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryFurnituresItemDefault resource.","description":"Removes the InventoryFurnituresItemDefault 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\/inventory-furnitures-item-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryFurnituresItemDefaultItem","tags":["InventoryFurnituresItemDefault"],"responses":{"200":{"description":"InventoryFurnituresItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput"}}},"links":{"GetInventoryFurnituresItemDefaultItem":{"operationId":"getInventoryFurnituresItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryFurnituresItemDefault resource.","description":"Replaces the InventoryFurnituresItemDefault 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 InventoryFurnituresItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-furnitures-items":{"post":{"operationId":"postInventoryFurnituresItemCollection","tags":["InventoryFurnituresItem"],"responses":{"201":{"description":"InventoryFurnituresItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemDetailsOutput"}}},"links":{"GetInventoryFurnituresItemItem":{"operationId":"getInventoryFurnituresItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryFurnituresItem resource.","description":"Creates a InventoryFurnituresItem resource.","parameters":[],"requestBody":{"description":"The new InventoryFurnituresItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-furnitures-items\/{id}":{"put":{"operationId":"putInventoryFurnituresItemItem","tags":["InventoryFurnituresItem"],"responses":{"200":{"description":"InventoryFurnituresItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemDetailsOutput"}}},"links":{"GetInventoryFurnituresItemItem":{"operationId":"getInventoryFurnituresItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryFurnituresItem resource.","description":"Replaces the InventoryFurnituresItem 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 InventoryFurnituresItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnituresItem.InventoryFurnituresItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryFurnituresItemItem","tags":["InventoryFurnituresItem"],"responses":{"204":{"description":"InventoryFurnituresItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryFurnituresItem resource.","description":"Removes the InventoryFurnituresItem 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\/inventory-furnitures\/{id}":{"get":{"operationId":"getInventoryFurnituresItem","tags":["InventoryFurnitures"],"responses":{"200":{"description":"InventoryFurnitures resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryFurnitures resource.","description":"Retrieves a InventoryFurnitures 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":"putInventoryFurnituresItem","tags":["InventoryFurnitures"],"responses":{"200":{"description":"InventoryFurnitures resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresDetailsOutput"}}},"links":{"GetInventoryFurnituresItem":{"operationId":"getInventoryFurnituresItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-furnitures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryFurnitures resource.","description":"Replaces the InventoryFurnitures 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 InventoryFurnitures resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryFurnitures.InventoryFurnituresPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryFurnituresItem","tags":["InventoryFurnitures"],"responses":{"204":{"description":"InventoryFurnitures resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryFurnitures resource.","description":"Removes the InventoryFurnitures 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\/inventory-gas-items":{"post":{"operationId":"postInventoryGasItemCollection","tags":["InventoryGasItem"],"responses":{"201":{"description":"InventoryGasItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemDetailsOutput"}}},"links":{"GetInventoryGasItemItem":{"operationId":"getInventoryGasItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-gas-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryGasItem resource.","description":"Creates a InventoryGasItem resource.","parameters":[],"requestBody":{"description":"The new InventoryGasItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-gas-items\/{id}":{"put":{"operationId":"putInventoryGasItemItem","tags":["InventoryGasItem"],"responses":{"200":{"description":"InventoryGasItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemDetailsOutput"}}},"links":{"GetInventoryGasItemItem":{"operationId":"getInventoryGasItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-gas-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryGasItem resource.","description":"Replaces the InventoryGasItem 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 InventoryGasItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryGasItem.InventoryGasItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryGasItemItem","tags":["InventoryGasItem"],"responses":{"204":{"description":"InventoryGasItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryGasItem resource.","description":"Removes the InventoryGasItem 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\/inventory-gases":{"parameters":[]},"\/api\/inventory-gases\/{id}":{"put":{"operationId":"putInventoryGasItem","tags":["InventoryGas"],"responses":{"200":{"description":"InventoryGas resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryGas.InventoryGasDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryGas.InventoryGasDetailsOutput"}}},"links":{"GetInventoryGasItem":{"operationId":"getInventoryGasItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-gases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryGas resource.","description":"Replaces the InventoryGas 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 InventoryGas resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryGas.InventoryGasPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryGas.InventoryGasPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-gases\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryGasCollection","tags":["InventoryGas"],"responses":{"200":{"description":"InventoryGas collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryGas.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryGas.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryGas resource.","description":"Retrieves the collection of InventoryGas resources.","parameters":[{"name":"id","in":"path","description":"InventoryGas identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-heating-item-defaults":{"get":{"operationId":"getInventoryHeatingItemDefaultCollection","tags":["InventoryHeatingItemDefault"],"responses":{"200":{"description":"InventoryHeatingItemDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryHeatingItemDefault resources.","description":"Retrieves the collection of InventoryHeatingItemDefault 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":"postInventoryHeatingItemDefaultCollection","tags":["InventoryHeatingItemDefault"],"responses":{"201":{"description":"InventoryHeatingItemDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}}},"links":{"GetInventoryHeatingItemDefaultItem":{"operationId":"getInventoryHeatingItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-heating-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryHeatingItemDefault resource.","description":"Creates a InventoryHeatingItemDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryHeatingItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-heating-item-defaults\/{id}":{"get":{"operationId":"getInventoryHeatingItemDefaultItem","tags":["InventoryHeatingItemDefault"],"responses":{"200":{"description":"InventoryHeatingItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryHeatingItemDefault resource.","description":"Retrieves a InventoryHeatingItemDefault 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":"putInventoryHeatingItemDefaultItem","tags":["InventoryHeatingItemDefault"],"responses":{"200":{"description":"InventoryHeatingItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}}},"links":{"GetInventoryHeatingItemDefaultItem":{"operationId":"getInventoryHeatingItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-heating-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryHeatingItemDefault resource.","description":"Replaces the InventoryHeatingItemDefault 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 InventoryHeatingItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryHeatingItemDefaultItem","tags":["InventoryHeatingItemDefault"],"responses":{"204":{"description":"InventoryHeatingItemDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryHeatingItemDefault resource.","description":"Removes the InventoryHeatingItemDefault 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\/inventory-heating-item-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryHeatingItemDefaultItem","tags":["InventoryHeatingItemDefault"],"responses":{"200":{"description":"InventoryHeatingItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput"}}},"links":{"GetInventoryHeatingItemDefaultItem":{"operationId":"getInventoryHeatingItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-heating-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryHeatingItemDefault resource.","description":"Replaces the InventoryHeatingItemDefault 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 InventoryHeatingItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItemDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-heating-items":{"post":{"operationId":"postInventoryHeatingItemCollection","tags":["InventoryHeatingItem"],"responses":{"201":{"description":"InventoryHeatingItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemDetailsOutput"}}},"links":{"GetInventoryHeatingItemItem":{"operationId":"getInventoryHeatingItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-heating-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryHeatingItem resource.","description":"Creates a InventoryHeatingItem resource.","parameters":[],"requestBody":{"description":"The new InventoryHeatingItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-heating-items\/{id}":{"put":{"operationId":"putInventoryHeatingItemItem","tags":["InventoryHeatingItem"],"responses":{"200":{"description":"InventoryHeatingItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemDetailsOutput"}}},"links":{"GetInventoryHeatingItemItem":{"operationId":"getInventoryHeatingItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-heating-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryHeatingItem resource.","description":"Replaces the InventoryHeatingItem 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 InventoryHeatingItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeatingItem.InventoryHeatingItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryHeatingItemItem","tags":["InventoryHeatingItem"],"responses":{"204":{"description":"InventoryHeatingItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryHeatingItem resource.","description":"Removes the InventoryHeatingItem 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\/inventory-heatings":{"parameters":[]},"\/api\/inventory-heatings\/{id}":{"put":{"operationId":"putInventoryHeatingItem","tags":["InventoryHeating"],"responses":{"200":{"description":"InventoryHeating resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeating.InventoryHeatingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeating.InventoryHeatingDetailsOutput"}}},"links":{"GetInventoryHeatingItem":{"operationId":"getInventoryHeatingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-heatings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryHeating resource.","description":"Replaces the InventoryHeating 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 InventoryHeating resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeating.InventoryHeatingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryHeating.InventoryHeatingPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-heatings\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryHeatingCollection","tags":["InventoryHeating"],"responses":{"200":{"description":"InventoryHeating collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryHeating.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryHeating.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryHeating resource.","description":"Retrieves the collection of InventoryHeating resources.","parameters":[{"name":"id","in":"path","description":"InventoryHeating identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-keys-badges":{"parameters":[]},"\/api\/inventory-keys-badges-item-defaults":{"get":{"operationId":"getInventoryKeysBadgesItemDefaultCollection","tags":["InventoryKeysBadgesItemDefault"],"responses":{"200":{"description":"InventoryKeysBadgesItemDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryKeysBadgesItemDefault resources.","description":"Retrieves the collection of InventoryKeysBadgesItemDefault 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":"postInventoryKeysBadgesItemDefaultCollection","tags":["InventoryKeysBadgesItemDefault"],"responses":{"201":{"description":"InventoryKeysBadgesItemDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}}},"links":{"GetInventoryKeysBadgesItemDefaultItem":{"operationId":"getInventoryKeysBadgesItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-keys-badges-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryKeysBadgesItemDefault resource.","description":"Creates a InventoryKeysBadgesItemDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryKeysBadgesItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-keys-badges-item-defaults\/{id}":{"get":{"operationId":"getInventoryKeysBadgesItemDefaultItem","tags":["InventoryKeysBadgesItemDefault"],"responses":{"200":{"description":"InventoryKeysBadgesItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryKeysBadgesItemDefault resource.","description":"Retrieves a InventoryKeysBadgesItemDefault 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":"putInventoryKeysBadgesItemDefaultItem","tags":["InventoryKeysBadgesItemDefault"],"responses":{"200":{"description":"InventoryKeysBadgesItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}}},"links":{"GetInventoryKeysBadgesItemDefaultItem":{"operationId":"getInventoryKeysBadgesItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-keys-badges-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryKeysBadgesItemDefault resource.","description":"Replaces the InventoryKeysBadgesItemDefault 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 InventoryKeysBadgesItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryKeysBadgesItemDefaultItem","tags":["InventoryKeysBadgesItemDefault"],"responses":{"204":{"description":"InventoryKeysBadgesItemDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryKeysBadgesItemDefault resource.","description":"Removes the InventoryKeysBadgesItemDefault 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\/inventory-keys-badges-item-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryKeysBadgesItemDefaultItem","tags":["InventoryKeysBadgesItemDefault"],"responses":{"200":{"description":"InventoryKeysBadgesItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput"}}},"links":{"GetInventoryKeysBadgesItemDefaultItem":{"operationId":"getInventoryKeysBadgesItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-keys-badges-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryKeysBadgesItemDefault resource.","description":"Replaces the InventoryKeysBadgesItemDefault 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 InventoryKeysBadgesItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-keys-badges-items":{"post":{"operationId":"postInventoryKeysBadgesItemCollection","tags":["InventoryKeysBadgesItem"],"responses":{"201":{"description":"InventoryKeysBadgesItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemDetailsOutput"}}},"links":{"GetInventoryKeysBadgesItemItem":{"operationId":"getInventoryKeysBadgesItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-keys-badges-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryKeysBadgesItem resource.","description":"Creates a InventoryKeysBadgesItem resource.","parameters":[],"requestBody":{"description":"The new InventoryKeysBadgesItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-keys-badges-items\/{id}":{"put":{"operationId":"putInventoryKeysBadgesItemItem","tags":["InventoryKeysBadgesItem"],"responses":{"200":{"description":"InventoryKeysBadgesItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemDetailsOutput"}}},"links":{"GetInventoryKeysBadgesItemItem":{"operationId":"getInventoryKeysBadgesItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-keys-badges-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryKeysBadgesItem resource.","description":"Replaces the InventoryKeysBadgesItem 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 InventoryKeysBadgesItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItem.InventoryKeysBadgesItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryKeysBadgesItemItem","tags":["InventoryKeysBadgesItem"],"responses":{"204":{"description":"InventoryKeysBadgesItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryKeysBadgesItem resource.","description":"Removes the InventoryKeysBadgesItem 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\/inventory-keys-badges\/{id}":{"put":{"operationId":"putInventoryKeysBadgesItem","tags":["InventoryKeysBadges"],"responses":{"200":{"description":"InventoryKeysBadges resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadges.InventoryKeysBadgesDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadges.InventoryKeysBadgesDetailsOutput"}}},"links":{"GetInventoryKeysBadgesItem":{"operationId":"getInventoryKeysBadgesItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-keys-badges\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryKeysBadges resource.","description":"Replaces the InventoryKeysBadges 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 InventoryKeysBadges resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadges.InventoryKeysBadgesPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryKeysBadges.InventoryKeysBadgesPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-keys-badges\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryKeysBadgesCollection","tags":["InventoryKeysBadges"],"responses":{"200":{"description":"InventoryKeysBadges collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryKeysBadges.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryKeysBadges.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryKeysBadges resource.","description":"Retrieves the collection of InventoryKeysBadges resources.","parameters":[{"name":"id","in":"path","description":"InventoryKeysBadges identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-room-defaults":{"get":{"operationId":"getInventoryRoomDefaultCollection","tags":["InventoryRoomDefault"],"responses":{"200":{"description":"InventoryRoomDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryRoomDefault resources.","description":"Retrieves the collection of InventoryRoomDefault 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":"postInventoryRoomDefaultCollection","tags":["InventoryRoomDefault"],"responses":{"201":{"description":"InventoryRoomDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}}},"links":{"GetInventoryRoomDefaultItem":{"operationId":"getInventoryRoomDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryRoomDefault resource.","description":"Creates a InventoryRoomDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryRoomDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-room-defaults\/{id}":{"get":{"operationId":"getInventoryRoomDefaultItem","tags":["InventoryRoomDefault"],"responses":{"200":{"description":"InventoryRoomDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryRoomDefault resource.","description":"Retrieves a InventoryRoomDefault 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":"putInventoryRoomDefaultItem","tags":["InventoryRoomDefault"],"responses":{"200":{"description":"InventoryRoomDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}}},"links":{"GetInventoryRoomDefaultItem":{"operationId":"getInventoryRoomDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryRoomDefault resource.","description":"Replaces the InventoryRoomDefault 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 InventoryRoomDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryRoomDefaultItem","tags":["InventoryRoomDefault"],"responses":{"204":{"description":"InventoryRoomDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryRoomDefault resource.","description":"Removes the InventoryRoomDefault 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\/inventory-room-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryRoomDefaultItem","tags":["InventoryRoomDefault"],"responses":{"200":{"description":"InventoryRoomDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.InventoryRoomDefaultDetailsOutput"}}},"links":{"GetInventoryRoomDefaultItem":{"operationId":"getInventoryRoomDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryRoomDefault resource.","description":"Replaces the InventoryRoomDefault 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 InventoryRoomDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-room-item-defaults":{"get":{"operationId":"getInventoryRoomItemDefaultCollection","tags":["InventoryRoomItemDefault"],"responses":{"200":{"description":"InventoryRoomItemDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryRoomItemDefault resources.","description":"Retrieves the collection of InventoryRoomItemDefault 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":"postInventoryRoomItemDefaultCollection","tags":["InventoryRoomItemDefault"],"responses":{"201":{"description":"InventoryRoomItemDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}}},"links":{"GetInventoryRoomItemDefaultItem":{"operationId":"getInventoryRoomItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryRoomItemDefault resource.","description":"Creates a InventoryRoomItemDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryRoomItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-room-item-defaults\/{id}":{"get":{"operationId":"getInventoryRoomItemDefaultItem","tags":["InventoryRoomItemDefault"],"responses":{"200":{"description":"InventoryRoomItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryRoomItemDefault resource.","description":"Retrieves a InventoryRoomItemDefault 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":"putInventoryRoomItemDefaultItem","tags":["InventoryRoomItemDefault"],"responses":{"200":{"description":"InventoryRoomItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}}},"links":{"GetInventoryRoomItemDefaultItem":{"operationId":"getInventoryRoomItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryRoomItemDefault resource.","description":"Replaces the InventoryRoomItemDefault 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 InventoryRoomItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryRoomItemDefaultItem","tags":["InventoryRoomItemDefault"],"responses":{"204":{"description":"InventoryRoomItemDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryRoomItemDefault resource.","description":"Removes the InventoryRoomItemDefault 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\/inventory-room-item-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryRoomItemDefaultItem","tags":["InventoryRoomItemDefault"],"responses":{"200":{"description":"InventoryRoomItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput"}}},"links":{"GetInventoryRoomItemDefaultItem":{"operationId":"getInventoryRoomItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryRoomItemDefault resource.","description":"Replaces the InventoryRoomItemDefault 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 InventoryRoomItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItemDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-room-items":{"post":{"operationId":"postInventoryRoomItemCollection","tags":["InventoryRoomItem"],"responses":{"201":{"description":"InventoryRoomItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemDetailsOutput"}}},"links":{"GetInventoryRoomItemItem":{"operationId":"getInventoryRoomItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryRoomItem resource.","description":"Creates a InventoryRoomItem resource.","parameters":[],"requestBody":{"description":"The new InventoryRoomItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-room-items\/{id}":{"put":{"operationId":"putInventoryRoomItemItem","tags":["InventoryRoomItem"],"responses":{"200":{"description":"InventoryRoomItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemDetailsOutput"}}},"links":{"GetInventoryRoomItemItem":{"operationId":"getInventoryRoomItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-room-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryRoomItem resource.","description":"Replaces the InventoryRoomItem 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 InventoryRoomItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoomItem.InventoryRoomItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryRoomItemItem","tags":["InventoryRoomItem"],"responses":{"204":{"description":"InventoryRoomItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryRoomItem resource.","description":"Removes the InventoryRoomItem 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\/inventory-rooms":{"post":{"operationId":"postInventoryRoomCollection","tags":["InventoryRoom"],"responses":{"201":{"description":"InventoryRoom resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomDetailsOutput"}}},"links":{"GetInventoryRoomItem":{"operationId":"getInventoryRoomItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-rooms\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryRoom resource.","description":"Creates a InventoryRoom resource.","parameters":[],"requestBody":{"description":"The new InventoryRoom resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-rooms\/{id}":{"put":{"operationId":"putInventoryRoomItem","tags":["InventoryRoom"],"responses":{"200":{"description":"InventoryRoom resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomDetailsOutput"}}},"links":{"GetInventoryRoomItem":{"operationId":"getInventoryRoomItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-rooms\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryRoom resource.","description":"Replaces the InventoryRoom 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 InventoryRoom resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryRoom.InventoryRoomPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryRoomItem","tags":["InventoryRoom"],"responses":{"204":{"description":"InventoryRoom resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryRoom resource.","description":"Removes the InventoryRoom 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\/inventory-rooms\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryRoomCollection","tags":["InventoryRoom"],"responses":{"200":{"description":"InventoryRoom collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoom.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoom.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryRoom resource.","description":"Retrieves the collection of InventoryRoom resources.","parameters":[{"name":"id","in":"path","description":"InventoryRoom identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/inventory-water-item-defaults":{"get":{"operationId":"getInventoryWaterItemDefaultCollection","tags":["InventoryWaterItemDefault"],"responses":{"200":{"description":"InventoryWaterItemDefault collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultListOutput"}}}}}},"summary":"Retrieves the collection of InventoryWaterItemDefault resources.","description":"Retrieves the collection of InventoryWaterItemDefault 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":"postInventoryWaterItemDefaultCollection","tags":["InventoryWaterItemDefault"],"responses":{"201":{"description":"InventoryWaterItemDefault resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}}},"links":{"GetInventoryWaterItemDefaultItem":{"operationId":"getInventoryWaterItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-water-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryWaterItemDefault resource.","description":"Creates a InventoryWaterItemDefault resource.","parameters":[],"requestBody":{"description":"The new InventoryWaterItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-water-item-defaults\/{id}":{"get":{"operationId":"getInventoryWaterItemDefaultItem","tags":["InventoryWaterItemDefault"],"responses":{"200":{"description":"InventoryWaterItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a InventoryWaterItemDefault resource.","description":"Retrieves a InventoryWaterItemDefault 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":"putInventoryWaterItemDefaultItem","tags":["InventoryWaterItemDefault"],"responses":{"200":{"description":"InventoryWaterItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}}},"links":{"GetInventoryWaterItemDefaultItem":{"operationId":"getInventoryWaterItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-water-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryWaterItemDefault resource.","description":"Replaces the InventoryWaterItemDefault 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 InventoryWaterItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryWaterItemDefaultItem","tags":["InventoryWaterItemDefault"],"responses":{"204":{"description":"InventoryWaterItemDefault resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryWaterItemDefault resource.","description":"Removes the InventoryWaterItemDefault 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\/inventory-water-item-defaults\/{id}\/display-order":{"put":{"operationId":"put_display_orderInventoryWaterItemDefaultItem","tags":["InventoryWaterItemDefault"],"responses":{"200":{"description":"InventoryWaterItemDefault resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput"}}},"links":{"GetInventoryWaterItemDefaultItem":{"operationId":"getInventoryWaterItemDefaultItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-water-item-defaults\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryWaterItemDefault resource.","description":"Replaces the InventoryWaterItemDefault 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 InventoryWaterItemDefault resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.EntityPutDisplayOrderInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItemDefault.EntityPutDisplayOrderInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-water-items":{"post":{"operationId":"postInventoryWaterItemCollection","tags":["InventoryWaterItem"],"responses":{"201":{"description":"InventoryWaterItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemDetailsOutput"}}},"links":{"GetInventoryWaterItemItem":{"operationId":"getInventoryWaterItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-water-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a InventoryWaterItem resource.","description":"Creates a InventoryWaterItem resource.","parameters":[],"requestBody":{"description":"The new InventoryWaterItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-water-items\/{id}":{"put":{"operationId":"putInventoryWaterItemItem","tags":["InventoryWaterItem"],"responses":{"200":{"description":"InventoryWaterItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemDetailsOutput"}}},"links":{"GetInventoryWaterItemItem":{"operationId":"getInventoryWaterItemItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-water-items\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryWaterItem resource.","description":"Replaces the InventoryWaterItem 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 InventoryWaterItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWaterItem.InventoryWaterItemPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInventoryWaterItemItem","tags":["InventoryWaterItem"],"responses":{"204":{"description":"InventoryWaterItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the InventoryWaterItem resource.","description":"Removes the InventoryWaterItem 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\/inventory-waters":{"parameters":[]},"\/api\/inventory-waters\/{id}":{"put":{"operationId":"putInventoryWaterItem","tags":["InventoryWater"],"responses":{"200":{"description":"InventoryWater resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWater.InventoryWaterDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWater.InventoryWaterDetailsOutput"}}},"links":{"GetInventoryWaterItem":{"operationId":"getInventoryWaterItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/inventory-waters\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the InventoryWater resource.","description":"Replaces the InventoryWater 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 InventoryWater resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/InventoryWater.InventoryWaterPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/InventoryWater.InventoryWaterPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/inventory-waters\/{id}\/document-types":{"get":{"operationId":"get_document_typesInventoryWaterCollection","tags":["InventoryWater"],"responses":{"200":{"description":"InventoryWater collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryWater.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryWater.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a InventoryWater resource.","description":"Retrieves the collection of InventoryWater resources.","parameters":[{"name":"id","in":"path","description":"InventoryWater identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/invoices":{"post":{"operationId":"postInvoiceCollection","tags":["Invoice"],"responses":{"201":{"description":"Invoice resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}}},"links":{"GetInvoiceItem":{"operationId":"getInvoiceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/invoices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Invoice resource.","description":"Creates a Invoice resource.","parameters":[],"requestBody":{"description":"The new Invoice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/invoices\/{id}":{"get":{"operationId":"getInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Invoice resource.","description":"Retrieves a Invoice 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":"putInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}}},"links":{"GetInvoiceItem":{"operationId":"getInvoiceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/invoices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Invoice resource.","description":"Replaces the Invoice 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 Invoice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteInvoiceItem","tags":["Invoice"],"responses":{"204":{"description":"Invoice resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Invoice resource.","description":"Removes the Invoice 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\/invoices\/{id}\/accounting-category\/attach":{"put":{"operationId":"put_attach_accounting_categoryInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}}},"links":{"GetInvoiceItem":{"operationId":"getInvoiceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/invoices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Invoice resource.","description":"Replaces the Invoice 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 Invoice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePutAccountingCategoryAttachInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePutAccountingCategoryAttachInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/invoices\/{id}\/accounting-category\/detach":{"put":{"operationId":"put_detach_accounting_categoryInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}}},"links":{"GetInvoiceItem":{"operationId":"getInvoiceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/invoices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Invoice resource.","description":"Replaces the Invoice 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 Invoice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePutAccountingCategoryDetachInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoicePutAccountingCategoryDetachInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/invoices\/{id}\/banking-movements":{"get":{"operationId":"get_banking_movementsInvoiceCollection","tags":["Invoice"],"responses":{"200":{"description":"Invoice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.BankingMovementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.BankingMovementListOutput"}}}}}},"summary":"Retrieves all BankingMovement resources associated to an Invoice resource.","description":"Retrieves the collection of Invoice resources.","parameters":[{"name":"id","in":"path","description":"Invoice identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/invoices\/{id}\/banking-transactions":{"get":{"operationId":"get_banking_transactionInvoiceCollection","tags":["Invoice"],"responses":{"200":{"description":"Invoice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.BridgeTransactionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.BridgeTransactionListOutput"}}}}}},"summary":"Retrieves all BridgeTransaction resources associated to an Invoice resource.","description":"Retrieves the collection of Invoice resources.","parameters":[{"name":"id","in":"path","description":"Invoice identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/invoices\/{id}\/categorized":{"get":{"operationId":"get_invoice_categorizedInvoiceCollection","tags":["Invoice"],"responses":{"200":{"description":"Invoice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.InvoiceCategorizedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.InvoiceCategorizedListOutput"}}}}}},"summary":"Retrieves all categorizations associated to an Invoice resource.","description":"Retrieves the collection of Invoice resources.","parameters":[{"name":"id","in":"path","description":"Invoice identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/invoices\/{id}\/document-types":{"get":{"operationId":"get_document_typesInvoiceCollection","tags":["Invoice"],"responses":{"200":{"description":"Invoice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to an Invoice resource.","description":"Retrieves the collection of Invoice resources.","parameters":[{"name":"id","in":"path","description":"Invoice identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/invoices\/{id}\/reconciliation":{"put":{"operationId":"put_reconciliationInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceDetailsOutput"}}},"links":{"GetInvoiceItem":{"operationId":"getInvoiceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/invoices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Reconciles a list of BankingMovement resources with an Invoice resource.","description":"Replaces the Invoice 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 Invoice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceReconciliationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceReconciliationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/lease-amendment-new-tenants":{"post":{"operationId":"postLeaseAmendmentNewTenantCollection","tags":["LeaseAmendmentNewTenant"],"responses":{"201":{"description":"LeaseAmendmentNewTenant resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantDetailsOutput"}}},"links":{"GetLeaseAmendmentNewTenantItem":{"operationId":"getLeaseAmendmentNewTenantItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/lease-amendment-new-tenants\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a LeaseAmendmentNewTenant resource.","description":"Creates a LeaseAmendmentNewTenant resource.","parameters":[],"requestBody":{"description":"The new LeaseAmendmentNewTenant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/lease-amendment-new-tenants\/{id}":{"get":{"operationId":"getLeaseAmendmentNewTenantItem","tags":["LeaseAmendmentNewTenant"],"responses":{"200":{"description":"LeaseAmendmentNewTenant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a LeaseAmendmentNewTenant resource.","description":"Retrieves a LeaseAmendmentNewTenant 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":"putLeaseAmendmentNewTenantItem","tags":["LeaseAmendmentNewTenant"],"responses":{"200":{"description":"LeaseAmendmentNewTenant resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantDetailsOutput"}}},"links":{"GetLeaseAmendmentNewTenantItem":{"operationId":"getLeaseAmendmentNewTenantItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/lease-amendment-new-tenants\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the LeaseAmendmentNewTenant resource.","description":"Replaces the LeaseAmendmentNewTenant 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 LeaseAmendmentNewTenant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.LeaseAmendmentNewTenantPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/lease-amendment-new-tenants\/{id}\/tenants":{"get":{"operationId":"get_tenantsLeaseAmendmentNewTenantCollection","tags":["LeaseAmendmentNewTenant"],"responses":{"200":{"description":"LeaseAmendmentNewTenant collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.TenantListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LeaseAmendmentNewTenant.TenantListOutput"}}}}}},"summary":"Retrieves all Tenant resources associated to a LeaseAmendmentNewTenant resource.","description":"Retrieves the collection of LeaseAmendmentNewTenant resources.","parameters":[{"name":"id","in":"path","description":"LeaseAmendmentNewTenant identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases":{"post":{"operationId":"postLeaseCollection","tags":["Lease"],"responses":{"201":{"description":"Lease resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Lease resource.","description":"Creates a Lease resource.","parameters":[],"requestBody":{"description":"The new Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}":{"get":{"operationId":"getLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"putLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteLeaseItem","tags":["Lease"],"responses":{"204":{"description":"Lease resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Lease resource.","description":"Removes the Lease 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\/leases\/{id}\/already-rented-deadlines":{"get":{"operationId":"get_already_rented_deadlinesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedDeadlinesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedDeadlinesOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_already_rented_deadlinesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedDeadlinesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedDeadlinesOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedDeadlinesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedDeadlinesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/already-rented-indexation":{"get":{"operationId":"get_already_rented_indexationLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedIndexationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedIndexationOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_already_rented_indexationLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedIndexationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedIndexationOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedIndexationInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedIndexationInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/already-rented-lease-and-rent":{"get":{"operationId":"get_already_rented_lease_and_rentLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedLeaseAndRentOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedLeaseAndRentOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_already_rented_lease_and_rentLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedLeaseAndRentOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedLeaseAndRentOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedLeaseAndRentInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedLeaseAndRentInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/already-rented-work":{"get":{"operationId":"get_already_rented_workLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedWorkOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedWorkOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_already_rented_workLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedWorkOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsAlreadyRentedWorkOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedWorkInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutAlreadyRentedWorkInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/charges-calculation":{"post":{"operationId":"charges_calculationLeaseCollection","tags":["Lease"],"responses":{"201":{"description":"Lease resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseChargesCalculationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseChargesCalculationOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Calculates the charges for a Lease resource.","description":"Creates a Lease resource.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseChargesCalculationInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseChargesCalculationInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/charges-regularizations":{"get":{"operationId":"get_charges_regularizationsLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.ChargesRegularizationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.ChargesRegularizationListOutput"}}}}}},"summary":"Retrieves all ChargesRegularization resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/document-types":{"get":{"operationId":"get_document_typesLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/document-types\/{documentTypeId}\/download":{"get":{"operationId":"get_document_types_downloadLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.DocumentDownloadOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.DocumentDownloadOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Downloads a ZIP file containing all files associated to a Lease resource and a DocumentType resource.","description":"Retrieves a Lease resource.","parameters":[{"name":"documentTypeId","in":"path","description":"DocumentType identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","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\/leases\/{id}\/insurance-types":{"get":{"operationId":"get_insurance_typesLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.InsuranceTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.InsuranceTypeListOutput"}}}}}},"summary":"Retrieves all InsuranceType resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/insurances":{"get":{"operationId":"get_insurancesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsInsurancesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsInsurancesOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_insurancesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsInsurancesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsInsurancesOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutInsurancesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutInsurancesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/inventories":{"get":{"operationId":"get_inventoriesLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.InventoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.InventoryListOutput"}}}}}},"summary":"Retrieves all Inventory resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/inventory-furnitures":{"get":{"operationId":"get_inventory_furnituresLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.InventoryFurnituresListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.InventoryFurnituresListOutput"}}}}}},"summary":"Retrieves all InventoryFurnitures resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/lease-amendment-new-tenants":{"get":{"operationId":"get_lease_amendment_new_tenantsLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.LeaseAmendmentNewTenantListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.LeaseAmendmentNewTenantListOutput"}}}}}},"summary":"Retrieves all ChargesRegularization resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/not-rented-clauses":{"get":{"operationId":"get_not_rented_clausesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedClausesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedClausesOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_not_rented_clausesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedClausesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedClausesOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedClausesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedClausesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/not-rented-deadlines":{"get":{"operationId":"get_not_rented_deadlinesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedDeadlinesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedDeadlinesOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_not_rented_deadlinesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedDeadlinesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedDeadlinesOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedDeadlinesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedDeadlinesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/not-rented-fees":{"get":{"operationId":"get_not_rented_feesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedFeesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedFeesOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_not_rented_feesLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedFeesOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedFeesOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedFeesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedFeesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/not-rented-indexation":{"get":{"operationId":"get_not_rented_indexationLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedIndexationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedIndexationOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_not_rented_indexationLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedIndexationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedIndexationOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedIndexationInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedIndexationInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/not-rented-lease-and-rent":{"get":{"operationId":"get_not_rented_lease_and_rentLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedLeaseAndRentOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedLeaseAndRentOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_not_rented_lease_and_rentLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedLeaseAndRentOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedLeaseAndRentOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedLeaseAndRentInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedLeaseAndRentInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/not-rented-obsolescence":{"get":{"operationId":"get_not_rented_obsolescenceLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedObsolescenceOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedObsolescenceOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_not_rented_obsolescenceLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedObsolescenceOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedObsolescenceOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedObsolescenceInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedObsolescenceInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/not-rented-work":{"get":{"operationId":"get_not_rented_workLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedWorkOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedWorkOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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":"put_not_rented_workLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedWorkOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsNotRentedWorkOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lease resource.","description":"Replaces the Lease 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 Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedWorkInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeasePutNotRentedWorkInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/rent-adjustment-calculation":{"post":{"operationId":"rent_adjustment_calculationLeaseCollection","tags":["Lease"],"responses":{"201":{"description":"Lease resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentAdjustmentCalculationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentAdjustmentCalculationOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Calculates the rent adjustment for a Lease resource.","description":"Creates a Lease resource.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentAdjustmentCalculationInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentAdjustmentCalculationInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/rent-adjustments":{"get":{"operationId":"get_rent_adjustmentsLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.RentAdjustmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.RentAdjustmentListOutput"}}}}}},"summary":"Retrieves all RentAdjustment resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/rent-calculation":{"post":{"operationId":"rent_calculationLeaseCollection","tags":["Lease"],"responses":{"201":{"description":"Lease resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentCalculationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentCalculationOutput"}}},"links":{"GetLeaseItem":{"operationId":"getLeaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Calculates the rent for a Lease resource.","description":"Creates a Lease resource.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentCalculationInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseRentCalculationInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leases\/{id}\/rents":{"get":{"operationId":"get_rentsLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.RentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.RentListOutput"}}}}}},"summary":"Retrieves all Rent resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"filterStatus","in":"query","description":"Rent status.","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\/leases\/{id}\/rights":{"get":{"operationId":"get_rightsLeaseItem","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsRightsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lease.LeaseDetailsRightsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease 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\/leases\/{id}\/tenant-departures":{"get":{"operationId":"get_tenant_departuresLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.TenantDepartureListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.TenantDepartureListOutput"}}}}}},"summary":"Retrieves all TenantDeparture resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/leases\/{id}\/tenants":{"get":{"operationId":"get_tenantsLeaseCollection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.TenantListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.TenantListOutput"}}}}}},"summary":"Retrieves all Tenant resources associated to a Lease resource.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"id","in":"path","description":"Lease identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/notification-attachments":{"parameters":[]},"\/api\/notification-attachments\/{id}":{"parameters":[]},"\/api\/notification-contacts":{"parameters":[]},"\/api\/notification-contacts\/{id}":{"parameters":[]},"\/api\/notification-logs":{"parameters":[]},"\/api\/notification-logs\/{id}":{"parameters":[]},"\/api\/notification-templates":{"parameters":[]},"\/api\/notification-templates\/{id}":{"parameters":[]},"\/api\/notification-transports":{"parameters":[]},"\/api\/notification-transports\/{id}":{"parameters":[]},"\/api\/notification-types":{"parameters":[]},"\/api\/notification-types\/{id}":{"parameters":[]},"\/api\/notifications":{"parameters":[]},"\/api\/notifications\/{id}":{"parameters":[]},"\/api\/notifications\/{id}\/operations":{"get":{"operationId":"get_signatoriesNotificationCollection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationOperationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationOperationListOutput"}}}}}},"summary":"Retrieves a list of operations of a Notification resource.","description":"Retrieves the collection of Notification resources.","parameters":[{"name":"id","in":"path","description":"Notification identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/prices":{"get":{"operationId":"getPriceCollection","tags":["Price"],"responses":{"200":{"description":"Price collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Price.PriceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Price.PriceListOutput"}}}}}},"summary":"Retrieves the collection of Price resources.","description":"Retrieves the collection of Price 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\/prices\/{id}":{"get":{"operationId":"getPriceItem","tags":["Price"],"responses":{"200":{"description":"Price resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Price resource.","description":"Retrieves a Price 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":"putPriceItem","tags":["Price"],"responses":{"200":{"description":"Price resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}}},"links":{"GetPriceItem":{"operationId":"getPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Price resource.","description":"Replaces the Price 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 Price resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PricePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PricePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties":{"post":{"operationId":"postPropertyCollection","tags":["Property"],"responses":{"201":{"description":"Property resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Property resource.","description":"Creates a Property resource.","parameters":[],"requestBody":{"description":"The new Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties\/{id}":{"get":{"operationId":"getPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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":"putPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Property resource.","description":"Replaces the Property 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 Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties\/{id}\/acquisition":{"get":{"operationId":"get_acquisitionPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsAcquisitionOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsAcquisitionOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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":"put_acquisitionPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsAcquisitionOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsAcquisitionOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Property resource.","description":"Replaces the Property 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 Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutAcquisitionInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutAcquisitionInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties\/{id}\/document-types":{"get":{"operationId":"get_document_typesPropertyCollection","tags":["Property"],"responses":{"200":{"description":"Property collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a Property resource.","description":"Retrieves the collection of Property resources.","parameters":[{"name":"id","in":"path","description":"Property identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/properties\/{id}\/document-types\/{documentTypeId}\/download":{"get":{"operationId":"get_document_types_downloadPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.DocumentDownloadOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.DocumentDownloadOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Downloads a ZIP file containing all files associated to a Property resource and a DocumentType resource.","description":"Retrieves a Property resource.","parameters":[{"name":"documentTypeId","in":"path","description":"DocumentType identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","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\/properties\/{id}\/energy":{"get":{"operationId":"get_energyPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEnergyOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEnergyOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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":"put_energyPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEnergyOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEnergyOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Property resource.","description":"Replaces the Property 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 Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutEnergyInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutEnergyInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties\/{id}\/equipment":{"get":{"operationId":"get_equipmentPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEquipmentOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEquipmentOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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":"put_equipmentPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEquipmentOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsEquipmentOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Property resource.","description":"Replaces the Property 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 Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutEquipmentInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutEquipmentInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties\/{id}\/information":{"get":{"operationId":"get_informationPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsInformationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsInformationOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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":"put_informationPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsInformationOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsInformationOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Property resource.","description":"Replaces the Property 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 Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutInformationInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutInformationInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties\/{id}\/insurance-types":{"get":{"operationId":"get_insurance_typesPropertyCollection","tags":["Property"],"responses":{"200":{"description":"Property collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.InsuranceTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.InsuranceTypeListOutput"}}}}}},"summary":"Retrieves all InsuranceType resources associated to a Property resource.","description":"Retrieves the collection of Property resources.","parameters":[{"name":"id","in":"path","description":"Property identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/properties\/{id}\/invoices":{"get":{"operationId":"get_invoicePropertyCollection","tags":["Property"],"responses":{"200":{"description":"Property collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.InvoiceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.InvoiceListOutput"}}}}}},"summary":"Retrieves all Invoice resources associated to a Property resource.","description":"Retrieves the collection of Property resources.","parameters":[{"name":"id","in":"path","description":"Property identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/properties\/{id}\/leases":{"get":{"operationId":"get_leasesPropertyCollection","tags":["Property"],"responses":{"200":{"description":"Property collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.LeaseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.LeaseListOutput"}}}}}},"summary":"Retrieves all Lease resources associated to a Property resource.","description":"Retrieves the collection of Property resources.","parameters":[{"name":"id","in":"path","description":"Property identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"filterStatus","in":"query","description":"Filter on status","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\/properties\/{id}\/rent-total":{"get":{"operationId":"get_rent_totalPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsRentTotalOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsRentTotalOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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\/properties\/{id}\/rights":{"get":{"operationId":"get_rightsPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsRightsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsRightsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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\/properties\/{id}\/zone":{"get":{"operationId":"get_zonePropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsZoneOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsZoneOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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":"put_zonePropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsZoneOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsZoneOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Property resource.","description":"Replaces the Property 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 Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutZoneInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutZoneInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/rebillings":{"parameters":[]},"\/api\/rebillings\/{id}":{"parameters":[]},"\/api\/rent-adjustments":{"post":{"operationId":"postRentAdjustmentCollection","tags":["RentAdjustment"],"responses":{"201":{"description":"RentAdjustment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentDetailsOutput"}}},"links":{"GetRentAdjustmentItem":{"operationId":"getRentAdjustmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/rent-adjustments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a RentAdjustment resource.","description":"Creates a RentAdjustment resource.","parameters":[],"requestBody":{"description":"The new RentAdjustment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/rent-adjustments\/{id}":{"get":{"operationId":"getRentAdjustmentItem","tags":["RentAdjustment"],"responses":{"200":{"description":"RentAdjustment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a RentAdjustment resource.","description":"Retrieves a RentAdjustment 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":"putRentAdjustmentItem","tags":["RentAdjustment"],"responses":{"200":{"description":"RentAdjustment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentDetailsOutput"}}},"links":{"GetRentAdjustmentItem":{"operationId":"getRentAdjustmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/rent-adjustments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the RentAdjustment resource.","description":"Replaces the RentAdjustment 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 RentAdjustment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RentAdjustment.RentAdjustmentPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/rents":{"parameters":[]},"\/api\/rents\/rent-receipts":{"post":{"operationId":"send_rent_receiptsRentCollection","tags":["Rent"],"responses":{"201":{"description":"Rent resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rent.RentRentReceiptsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Rent.RentRentReceiptsOutput"}}},"links":{"GetRentItem":{"operationId":"getRentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/rents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Sends rent receipts to tenants.","description":"Creates a Rent resource.","parameters":[],"requestBody":{"description":"The new Rent resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rent.RentRentReceiptsPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Rent.RentRentReceiptsPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/rents\/{id}":{"get":{"operationId":"getRentItem","tags":["Rent"],"responses":{"200":{"description":"Rent resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rent.RentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Rent.RentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Rent resource.","description":"Retrieves a Rent 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\/scis":{"post":{"operationId":"postSciCollection","tags":["Sci"],"responses":{"201":{"description":"Sci resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciDetailsOutput"}}},"links":{"GetSciItem":{"operationId":"getSciItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/scis\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Sci resource.","description":"Creates a Sci resource.","parameters":[],"requestBody":{"description":"The new Sci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/scis\/{id}":{"get":{"operationId":"getSciItem","tags":["Sci"],"responses":{"200":{"description":"Sci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Sci resource.","description":"Retrieves a Sci 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":"putSciItem","tags":["Sci"],"responses":{"200":{"description":"Sci resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciDetailsOutput"}}},"links":{"GetSciItem":{"operationId":"getSciItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/scis\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Sci resource.","description":"Replaces the Sci 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 Sci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sci.SciPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSciItem","tags":["Sci"],"responses":{"204":{"description":"Sci resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Sci resource.","description":"Removes the Sci 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\/select-options\/{type}":{"ref":"Select options","get":{"operationId":"selectOptions","tags":["SelectOptions"],"responses":{"200":{"description":"Retrieves a list of available select options","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SelectOptionListOutput"}}}}},"summary":"Retrieves a list of available select options.","description":"Retrieves a list of available select options.","parameters":[{"name":"type","in":"path","description":"Select option type","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"addOther","in":"query","description":"Adds an \"other\" option at the end of the list","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"case","in":"query","description":"Filters available options according to a specific case","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/siren\/{siren}":{"ref":"Siren","get":{"operationId":"siren","tags":["Siren"],"responses":{"200":{"description":"Retrieves information about a company from its SIREN number","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SirenDetailsOutput"}}}}},"summary":"Retrieves information about a company from its SIREN number.","description":"Retrieves information about a company from its SIREN number.","parameters":[{"name":"siren","in":"path","description":"Siren number","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/siret\/{siret}":{"ref":"Siret","get":{"operationId":"siret","tags":["Siret"],"responses":{"200":{"description":"Retrieves information about a company from its SIRET number","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SirenDetailsOutput"}}}}},"summary":"Retrieves information about a company from its SIRET number.","description":"Retrieves information about a company from its SIRET number.","parameters":[{"name":"siret","in":"path","description":"Siret number","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscription-feature-categories":{"parameters":[]},"\/api\/subscription-feature-categories\/{id}":{"parameters":[]},"\/api\/subscription-features":{"parameters":[]},"\/api\/subscription-features\/{id}":{"parameters":[]},"\/api\/subscription-payments":{"parameters":[]},"\/api\/subscription-payments\/{id}":{"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},"parameters":[]},"\/api\/subscription-plans\/{id}":{"parameters":[]},"\/api\/subscription-prices":{"parameters":[]},"\/api\/subscription-prices\/{id}":{"parameters":[]},"\/api\/subscriptions":{"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},"parameters":[]},"\/api\/subscriptions\/{id}\/subscription-payments":{"get":{"operationId":"get_paymentsSubscriptionCollection","tags":["Subscription"],"responses":{"200":{"description":"Subscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPaymentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPaymentListOutput"}}}}}},"summary":"Retrieves all SubscriptionPayment resources associated to a Subscription resource.","description":"Retrieves the collection of Subscription resources.","parameters":[{"name":"id","in":"path","description":"Subscription identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/tenant-departures":{"post":{"operationId":"postTenantDepartureCollection","tags":["TenantDeparture"],"responses":{"201":{"description":"TenantDeparture resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDepartureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDepartureDetailsOutput"}}},"links":{"GetTenantDepartureItem":{"operationId":"getTenantDepartureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tenant-departures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TenantDeparture resource.","description":"Creates a TenantDeparture resource.","parameters":[],"requestBody":{"description":"The new TenantDeparture resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDeparturePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDeparturePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tenant-departures\/{id}":{"get":{"operationId":"getTenantDepartureItem","tags":["TenantDeparture"],"responses":{"200":{"description":"TenantDeparture resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDepartureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDepartureDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TenantDeparture resource.","description":"Retrieves a TenantDeparture 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":"putTenantDepartureItem","tags":["TenantDeparture"],"responses":{"200":{"description":"TenantDeparture resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDepartureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDepartureDetailsOutput"}}},"links":{"GetTenantDepartureItem":{"operationId":"getTenantDepartureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tenant-departures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TenantDeparture resource.","description":"Replaces the TenantDeparture 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 TenantDeparture resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDeparturePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TenantDeparture.TenantDeparturePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTenantDepartureItem","tags":["TenantDeparture"],"responses":{"204":{"description":"TenantDeparture resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TenantDeparture resource.","description":"Removes the TenantDeparture 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\/tenants":{"post":{"operationId":"postTenantCollection","tags":["Tenant"],"responses":{"201":{"description":"Tenant resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantDetailsOutput"}}},"links":{"GetTenantItem":{"operationId":"getTenantItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tenants\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Tenant resource.","description":"Creates a Tenant resource.","parameters":[],"requestBody":{"description":"The new Tenant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tenants\/{id}":{"get":{"operationId":"getTenantItem","tags":["Tenant"],"responses":{"200":{"description":"Tenant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Tenant resource.","description":"Retrieves a Tenant 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":"putTenantItem","tags":["Tenant"],"responses":{"200":{"description":"Tenant resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantDetailsOutput"}}},"links":{"GetTenantItem":{"operationId":"getTenantItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tenants\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Tenant resource.","description":"Replaces the Tenant 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 Tenant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tenant.TenantPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTenantItem","tags":["Tenant"],"responses":{"204":{"description":"Tenant resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Tenant resource.","description":"Removes the Tenant 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\/tenants\/{id}\/document-types":{"get":{"operationId":"get_document_typesTenantCollection","tags":["Tenant"],"responses":{"200":{"description":"Tenant collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tenant.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tenant.DocumentTypeListOutput"}}}}}},"summary":"Retrieves all DocumentType resources associated to a Tenant resource.","description":"Retrieves the collection of Tenant resources.","parameters":[{"name":"id","in":"path","description":"Tenant identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/tenants\/{id}\/document-types\/{documentTypeId}\/download":{"get":{"operationId":"get_document_types_downloadTenantItem","tags":["Tenant"],"responses":{"200":{"description":"Tenant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tenant.DocumentDownloadOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tenant.DocumentDownloadOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Downloads a ZIP file containing all files associated to a Tenant resource and a DocumentType resource.","description":"Retrieves a Tenant resource.","parameters":[{"name":"documentTypeId","in":"path","description":"DocumentType identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","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\/user-admins":{"parameters":[]},"\/api\/user-admins\/{id}":{"parameters":[]},"\/api\/user-logs":{"parameters":[]},"\/api\/user-logs\/{id}":{"parameters":[]},"\/api\/user-owners":{"get":{"operationId":"getUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerListOutput"}}}}}},"summary":"Retrieves the collection of UserOwner resources.","description":"Retrieves the collection of UserOwner 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-owners\/register":{"post":{"operationId":"registerUserOwnerCollection","tags":["UserOwner"],"responses":{"201":{"description":"UserOwner resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerDetailsOutput"}}},"links":{"GetUserOwnerItem":{"operationId":"getUserOwnerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-owners\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserOwner resource.","description":"Creates a UserOwner resource.","parameters":[],"requestBody":{"description":"The new UserOwner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerRegisterPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerRegisterPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-owners\/{id}":{"get":{"operationId":"getUserOwnerItem","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserOwner resource.","description":"Retrieves a UserOwner 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":"deleteUserOwnerItem","tags":["UserOwner"],"responses":{"204":{"description":"UserOwner resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserOwner resource.","description":"Removes the UserOwner 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-owners\/{id}\/automation":{"put":{"operationId":"put_automationUserOwnerItem","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerDetailsOutput"}}},"links":{"GetUserOwnerItem":{"operationId":"getUserOwnerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-owners\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserOwner resource.","description":"Replaces the UserOwner 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 UserOwner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerAutomationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.UserOwnerAutomationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-owners\/{id}\/banking-connections":{"get":{"operationId":"get_banking_connectionsUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.BankingConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.BankingConnectionListOutput"}}}}}},"summary":"Retrieves all BankingConnection resources associated to a UserOwner resource.","description":"Retrieves the collection of UserOwner resources.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/user-owners\/{id}\/banking-connections\/status":{"get":{"operationId":"get_banking_connections_statusUserOwnerItem","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.BankingConnectionStatusOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserOwner.BankingConnectionStatusOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves the status resource for all banking connections associated to a UserOwner resource.","description":"Retrieves a UserOwner resource.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-owners\/{id}\/banking-movements":{"get":{"operationId":"get_banking_movementUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.BankingMovementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.BankingMovementListOutput"}}}}}},"summary":"Retrieves all BankingMovement resources associated to a UserOwner resource.","description":"Retrieves the collection of UserOwner resources.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"filterStatus","in":"query","description":"Filter on status.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","example":"not_reconciled"},"style":"form","explode":false,"allowReserved":false},{"name":"filterBankId[]","in":"query","description":"Filter on Bank.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":false,"allowReserved":false},{"name":"filterBankingAccountId[]","in":"query","description":"Filter on BankAccount.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":false,"allowReserved":false},{"name":"filterType","in":"query","description":"Filter on type.","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\/user-owners\/{id}\/buildings":{"get":{"operationId":"get_buildingUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.BuildingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.BuildingListOutput"}}}}}},"summary":"Retrieves all Building resources associated to a UserOwner resource.","description":"Retrieves the collection of UserOwner resources.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/user-owners\/{id}\/invoices":{"get":{"operationId":"get_invoiceUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.InvoiceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.InvoiceListOutput"}}}}}},"summary":"Retrieves all Invoice resources associated to a UserOwner resource.","description":"Retrieves the collection of UserOwner resources.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"filterType","in":"query","description":"Filter on type.","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\/user-owners\/{id}\/properties":{"get":{"operationId":"get_propertyUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.PropertyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.PropertyListOutput"}}}}}},"summary":"Retrieves all Property resources associated to a UserOwner resource.","description":"Retrieves the collection of UserOwner resources.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/user-owners\/{id}\/scis":{"get":{"operationId":"get_sciUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.SciListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.SciListOutput"}}}}}},"summary":"Retrieves all Sci resources associated to a UserOwner resource.","description":"Retrieves the collection of UserOwner resources.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/user-owners\/{id}\/subscriptions":{"get":{"operationId":"get_subscriptionUserOwnerCollection","tags":["UserOwner"],"responses":{"200":{"description":"UserOwner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.SubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwner.SubscriptionListOutput"}}}}}},"summary":"Retrieves all Subscription resources associated to a UserOwner resource.","description":"Retrieves the collection of UserOwner resources.","parameters":[{"name":"id","in":"path","description":"UserOwner identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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":[]}},"components":{"schemas":{"AbstractTraceableEntity":{"type":"object","description":"","properties":{"createdDate":{"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"}}},"AccountingCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"family":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"description":{"type":"string"},"type":{"description":"(Enum: AccountingCategoryTypeEnum)","type":"string"},"code":{"type":"string","format":"iri-reference"},"keywords":{"type":"array","items":{"type":"string"}},"askLease":{"type":"boolean"},"askRecoverableCharges":{"type":"boolean"},"askVariousCharges":{"type":"boolean"},"askTeom":{"type":"boolean"},"askYear":{"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"}}},"AccountingCategory.AccountingCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"description":{"type":"string"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"keywords":{"type":"array","items":{"type":"string"}},"askLease":{"type":"boolean"},"askRecoverableCharges":{"type":"boolean"},"askVariousCharges":{"type":"boolean"},"askTeom":{"type":"boolean"},"askYear":{"type":"boolean"},"code":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountingCodeListOutput"}],"nullable":true},"familyId":{"type":"integer"},"familyLabel":{"type":"string"},"familyColor":{"type":"string"},"isDeletable":{"type":"boolean"},"isCodeUpdatable":{"type":"boolean"}}},"AccountingCategory.AccountingCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"description":{"type":"string"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"keywords":{"type":"array","items":{"type":"string"}},"askLease":{"type":"boolean"},"askRecoverableCharges":{"type":"boolean"},"askVariousCharges":{"type":"boolean"},"askTeom":{"type":"boolean"},"askYear":{"type":"boolean"},"code":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountingCodeListOutput"}],"nullable":true},"familyId":{"type":"integer"},"familyLabel":{"type":"string"},"familyColor":{"type":"string"}}},"AccountingCategory.AccountingCategoryPostInput":{"type":"object","description":"","required":["familyId","label","description","type","codeId","keyWords"],"properties":{"familyId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"description":{"type":"string"},"type":{"enum":["income","outcome"],"type":"string"},"codeId":{"type":"integer"},"keyWords":{"type":"array","items":{"type":"string"}},"askLease":{"type":"boolean"},"askRecoverableCharges":{"type":"boolean"},"askVariousCharges":{"type":"boolean"},"askTeom":{"type":"boolean"},"askYear":{"type":"boolean"}}},"AccountingCategory.AccountingCategoryPutInput":{"type":"object","description":"","required":["familyId","label","description","type","codeId","keyWords"],"properties":{"familyId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"description":{"type":"string"},"type":{"enum":["income","outcome"],"type":"string"},"codeId":{"type":"integer"},"keyWords":{"type":"array","items":{"type":"string"}},"askLease":{"type":"boolean"},"askRecoverableCharges":{"type":"boolean"},"askVariousCharges":{"type":"boolean"},"askTeom":{"type":"boolean"},"askYear":{"type":"boolean"}}},"AccountingCategoryFamily":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"color":{"description":"Hexadecimal code","type":"string"},"categories":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"AccountingCategoryFamily.AccountingCategoryFamilyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"color":{"type":"string"},"categories":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCategoryListOutput"}},"isDeletable":{"type":"boolean"}}},"AccountingCategoryFamily.AccountingCategoryFamilyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"color":{"type":"string"},"categories":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountingCategoryListOutput"}}}},"AccountingCategoryFamily.AccountingCategoryFamilyPostInput":{"type":"object","description":"","required":["label","color"],"properties":{"label":{"maxLength":255,"type":"string"},"color":{"pattern":"^([abcdef\\d]{6})$","type":"string"}}},"AccountingCategoryFamily.AccountingCategoryFamilyPutInput":{"type":"object","description":"","required":["label","color"],"properties":{"label":{"maxLength":255,"type":"string"},"color":{"pattern":"^([abcdef\\d]{6})$","type":"string"}}},"AccountingCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"description":{"type":"string"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"keywords":{"type":"array","items":{"type":"string"}},"askLease":{"type":"boolean"},"askRecoverableCharges":{"type":"boolean"},"askVariousCharges":{"type":"boolean"},"askTeom":{"type":"boolean"},"askYear":{"type":"boolean"},"code":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountingCodeListOutput"}],"nullable":true},"familyId":{"type":"integer"},"familyLabel":{"type":"string"},"familyColor":{"type":"string"}}},"AccountingCode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"label":{"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"}}},"AccountingCode.AccountingCodeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"code":{"type":"string"},"label":{"type":"string"},"isDeletable":{"type":"boolean"}}},"AccountingCode.AccountingCodeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"code":{"type":"string"},"label":{"type":"string"}}},"AccountingCode.AccountingCodePostInput":{"type":"object","description":"","required":["code","label"],"properties":{"code":{"maxLength":20,"type":"string"},"label":{"maxLength":255,"type":"string"}}},"AccountingCode.AccountingCodePutInput":{"type":"object","description":"","required":["code","label"],"properties":{"code":{"maxLength":20,"type":"string"},"label":{"maxLength":255,"type":"string"}}},"AccountingCodeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"code":{"type":"string"},"label":{"type":"string"}}},"AddressInput":{"type":"object","description":"","required":["street","city","country","zipcode"],"properties":{"street":{"type":"string"},"streetNumber":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"zipcode":{"type":"string"}}},"AddressOutput":{"type":"object","description":"","properties":{"street":{"type":"string"},"streetNumber":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"zipcode":{"type":"string"},"insee":{"type":"string","nullable":true},"fullAddress":{"type":"string"}}},"AmountOutput":{"type":"object","description":"","properties":{"amount":{"type":"integer"},"decimal":{"type":"integer"},"currency":{"type":"string"}}},"Bank":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"parentName":{"type":"string","nullable":true},"country":{"type":"string","format":"iri-reference"},"logoURL":{"type":"string","nullable":true},"bankingSynchronizationPartner":{"type":"string","format":"iri-reference"},"partnerId":{"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"}}},"Bank.BankDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"parentName":{"type":"string","nullable":true},"country":{"$ref":"#\/components\/schemas\/CountryDetailsOutput"},"logoURL":{"type":"string","nullable":true},"bankingSynchronizationPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerDetailsOutput"}}},"Bank.BankListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"parentName":{"type":"string","nullable":true},"country":{"$ref":"#\/components\/schemas\/CountryListOutput"},"logoURL":{"type":"string","nullable":true},"bankingSynchronizationPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"}}},"Bank.BankPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"parentName":{"type":"string","nullable":true},"countryId":{"type":"string"},"logoURL":{"type":"string","nullable":true},"bankingSynchronizationPartnerId":{"maximum":10000000,"type":"integer"},"partnerId":{"type":"string"}}},"Bank.BankPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"parentName":{"type":"string","nullable":true},"countryId":{"type":"string"},"logoURL":{"type":"string","nullable":true},"partnerId":{"type":"string"}}},"BankDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"parentName":{"type":"string","nullable":true},"country":{"$ref":"#\/components\/schemas\/CountryDetailsOutput"},"logoURL":{"type":"string","nullable":true},"bankingSynchronizationPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerDetailsOutput"}}},"BankListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"parentName":{"type":"string","nullable":true},"country":{"$ref":"#\/components\/schemas\/CountryListOutput"},"logoURL":{"type":"string","nullable":true},"bankingSynchronizationPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"}}},"BankingAccount.BankingAccountDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerDetailsOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionDetailsOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerDetailsOutput"},"bank":{"$ref":"#\/components\/schemas\/BankDetailsOutput"},"partnerId":{"type":"string"},"name":{"type":"string"},"balance":{"type":"integer"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"iban":{"type":"string","nullable":true},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastSynchronizationDate":{"type":"string","format":"date-time"},"type":{"type":"string","nullable":true}}},"BankingAccount.BankingMovementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionListOutput"},"bankingAccount":{"$ref":"#\/components\/schemas\/BankingAccountListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"description":{"type":"string","nullable":true},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"bookingDate":{"type":"string","format":"date-time","nullable":true},"valueDate":{"type":"string","format":"date-time","nullable":true},"partnerSynchronizationDate":{"type":"string","format":"date-time"},"synchronizationDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"BankingAccountDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerDetailsOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionDetailsOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerDetailsOutput"},"bank":{"$ref":"#\/components\/schemas\/BankDetailsOutput"},"partnerId":{"type":"string"},"name":{"type":"string"},"balance":{"type":"integer"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"iban":{"type":"string","nullable":true},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastSynchronizationDate":{"type":"string","format":"date-time"},"type":{"type":"string","nullable":true}}},"BankingAccountListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"partnerId":{"type":"string"},"name":{"type":"string"},"balance":{"type":"integer"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"iban":{"type":"string","nullable":true},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastSynchronizationDate":{"type":"string","format":"date-time"},"type":{"type":"string","nullable":true}}},"BankingConnection":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"bankingSynchronizationPartner":{"type":"string","format":"iri-reference"},"bank":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"partnerId":{"type":"string"},"status":{"type":"string"},"statusType":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastStatusUpdateDate":{"type":"string","format":"date-time"},"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"}}},"BankingConnection.BankingAccountListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"partnerId":{"type":"string"},"name":{"type":"string"},"balance":{"type":"integer"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"iban":{"type":"string","nullable":true},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastSynchronizationDate":{"type":"string","format":"date-time"},"type":{"type":"string","nullable":true}}},"BankingConnection.BankingConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"partner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerDetailsOutput"},"bank":{"$ref":"#\/components\/schemas\/BankDetailsOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerDetailsOutput"},"partnerId":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastStatusUpdateDate":{"type":"string","format":"date-time"}}},"BankingConnection.BankingConnectionLinkOutput":{"type":"object","description":"","properties":{"link":{"type":"string"}}},"BankingConnection.EmptyInput":{"type":"object","description":""},"BankingConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"partner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerDetailsOutput"},"bank":{"$ref":"#\/components\/schemas\/BankDetailsOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerDetailsOutput"},"partnerId":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastStatusUpdateDate":{"type":"string","format":"date-time"}}},"BankingConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"partner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"partnerId":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastStatusUpdateDate":{"type":"string","format":"date-time"}}},"BankingConnectionStatusHistory.BankingConnectionStatusHistoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BankingConnectionStatusHistory.BankingConnectionStatusHistoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BankingMovement.BankingMovementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerDetailsOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionDetailsOutput"},"bankingAccount":{"$ref":"#\/components\/schemas\/BankingAccountDetailsOutput"},"bank":{"$ref":"#\/components\/schemas\/BankDetailsOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerDetailsOutput"},"description":{"type":"string","nullable":true},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"bookingDate":{"type":"string","format":"date-time","nullable":true},"valueDate":{"type":"string","format":"date-time","nullable":true},"partnerSynchronizationDate":{"type":"string","format":"date-time"},"synchronizationDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"BankingMovement.BankingMovementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionListOutput"},"bankingAccount":{"$ref":"#\/components\/schemas\/BankingAccountListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"description":{"type":"string","nullable":true},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"bookingDate":{"type":"string","format":"date-time","nullable":true},"valueDate":{"type":"string","format":"date-time","nullable":true},"partnerSynchronizationDate":{"type":"string","format":"date-time"},"synchronizationDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"BankingMovement.BankingMovementReconciliationPutInput":{"type":"object","description":"","properties":{"invoiceIds":{"type":"array","items":{"type":"integer"}}}},"BankingMovement.InvoiceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"propertyId":{"type":"integer"},"propertyLabel":{"type":"string"},"label":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"vat":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}}}},"BankingSynchronizationPartner":{"type":"object","description":"","properties":{"id":{"readOnly":true,"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"}}},"BankingSynchronizationPartner.BankingSynchronizationPartnerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"BankingSynchronizationPartner.BankingSynchronizationPartnerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"BankingSynchronizationPartner.BankingSynchronizationPartnerPostInput":{"type":"object","description":""},"BankingSynchronizationPartner.BankingSynchronizationPartnerPutInput":{"type":"object","description":""},"BankingSynchronizationPartnerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"BankingSynchronizationPartnerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"BridgeAccount":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"apiId":{"type":"integer"},"name":{"type":"string"},"currency":{"type":"string","format":"iri-reference"},"item":{"type":"string","format":"iri-reference"},"iban":{"type":"string","nullable":true},"balance":{"type":"integer"},"transactionsLastUpdate":{"description":"The last time transactions were updated for this account.","type":"string","format":"date-time","nullable":true},"userOwner":{"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"}}},"BridgeAccountListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"iban":{"type":"string","nullable":true},"balance":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"BridgeConnectSession":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"apiId":{"type":"string"},"url":{"type":"string"},"userOwner":{"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"}}},"BridgeConnectSession.BridgeConnectSessionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"url":{"type":"string"}}},"BridgeConnectSession.BridgeConnectSessionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BridgeConnectSession.BridgeConnectSessionPostInput":{"type":"object","description":""},"BridgeConnectSession.BridgeConnectSessionPutInput":{"type":"object","description":""},"BridgeItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"apiId":{"type":"integer"},"provider":{"$ref":"#\/components\/schemas\/BridgeProvider"},"user":{"$ref":"#\/components\/schemas\/BridgeUser"},"userOwner":{"type":"string","format":"iri-reference"},"accounts":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeAccount"}},"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"}}},"BridgeItem.BridgeItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BridgeItem.BridgeItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"providerName":{"type":"string"},"providerLogo":{"type":"string"},"accounts":{"type":"array","items":{"$ref":"#\/components\/schemas\/BridgeAccountListOutput"}}}},"BridgeItem.BridgeItemPostInput":{"type":"object","description":""},"BridgeItem.BridgeItemPutInput":{"type":"object","description":""},"BridgeProvider":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"apiId":{"type":"integer"},"name":{"type":"string"},"country":{"type":"string","format":"iri-reference"},"logo":{"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"}}},"BridgeTransaction":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"apiId":{"type":"string"},"account":{"$ref":"#\/components\/schemas\/BridgeAccount"},"amount":{"type":"integer"},"date":{"type":"string","format":"date-time"},"description":{"type":"string"},"status":{"type":"string"},"amountPaid":{"type":"integer"},"userOwner":{"type":"string","format":"iri-reference"},"invoiceIds":{"description":"List of reconciled invoices.","type":"array","items":{"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"}}},"BridgeTransaction.BridgeTransactionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"description":{"type":"string"},"providerLogo":{"type":"string"},"providerName":{"type":"string"},"accountName":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"BridgeTransaction.BridgeTransactionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"description":{"type":"string"},"providerLogo":{"type":"string"},"providerName":{"type":"string"},"accountName":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"BridgeTransaction.BridgeTransactionPostInput":{"type":"object","description":""},"BridgeTransaction.BridgeTransactionPutInput":{"type":"object","description":""},"BridgeTransaction.BridgeTransactionReconciliationPutInput":{"type":"object","description":"","properties":{"invoiceIds":{"type":"array","items":{"type":"integer"}}}},"BridgeTransaction.InvoiceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"propertyId":{"type":"integer"},"propertyLabel":{"type":"string"},"label":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"vat":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}}}},"BridgeUser":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uuid":{"type":"string"},"externalUserId":{"type":"string"},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"Building":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string","nullable":true},"address":{"type":"array","items":{"type":"string"},"nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"properties":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"Building.BuildingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertySublistOutput"}},"isDeletable":{"type":"boolean"}}},"Building.BuildingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertySublistOutput"}}}},"Building.BuildingPostInput":{"type":"object","description":"","required":["label","userOwnerId"],"properties":{"label":{"maxLength":255,"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressInput"},"userOwnerId":{"maximum":10000000,"type":"integer"}}},"Building.BuildingPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressInput"}}},"Certification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"status":{"description":"(Enum: CertificationStatusEnum)","type":"string"},"operations":{"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"}}},"Certification.CertificationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"operations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificationOperationListOutput"}}}},"Certification.CertificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Certification.CertificationPostInput":{"type":"object","description":""},"Certification.CertificationPutInput":{"type":"object","description":""},"CertificationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"operations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificationOperationListOutput"}}}},"CertificationOperation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"certification":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"status":{"type":"string"},"participantEmail":{"type":"string"},"statusHistory":{"type":"array","items":{"type":"string"}},"notification":{"type":"string","format":"iri-reference","nullable":true},"context":{"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"}}},"CertificationOperation.CertificationOperationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"CertificationOperation.CertificationOperationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"status":{"type":"string"},"participantEmail":{"type":"string"}}},"CertificationOperation.CertificationOperationPostInput":{"type":"object","description":""},"CertificationOperation.CertificationOperationPutInput":{"type":"object","description":""},"CertificationOperationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"status":{"type":"string"},"participantEmail":{"type":"string"}}},"ChargesRegularization":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"status":{"type":"string"},"step":{"type":"string"},"sendingMethod":{"type":"string","nullable":true},"effectiveYear":{"description":"The year concerned by the regularization.","type":"integer"},"recoverableCharges":{"description":"Recoverable charges for a full calendar year.","type":"integer","nullable":true},"otherCharges":{"description":"Recoverable charges for a full calendar year.","type":"integer","nullable":true},"domesticWasteTax":{"description":"Amount of the TEOM for a full calendar year.","type":"integer"},"chosenCharges":{"description":"Monthly charges before the regularization.","type":"integer"},"priorRecoverableCharges":{"description":"Recoverable charges for a non-calendar year.\nIf the concerned year is N, this value concerns a period starting in year N-1 and ending in year N.\nThat means this value will be used for the first part of the concerned year N.","type":"integer","nullable":true},"priorOffsetBeginDate":{"description":"Start date of the statement of charges that covers the period [N-1, N].\nThe year of this date should be N-1, where N is the year concerned by the regularization of charges.","type":"string","format":"date-time","nullable":true},"priorOffsetEndDate":{"description":"End date of the statement of charges that covers the period [N-1, N].\nThe year of this date should be N, where N is the year concerned by the regularization of charges.","type":"string","format":"date-time","nullable":true},"nextRecoverableCharges":{"description":"Recoverable charges for a non-calendar year.\nIf the concerned year is N, this value concerns a period starting in year N and ending in year N+1.\nThat means this value will be used for the second part of the concerned year N.","type":"integer","nullable":true},"nextOffsetBeginDate":{"description":"Start date of the statement of charges that covers the period [N, N+1].\nThe year of this date should be N, where N is the year concerned by the regularization of charges.","type":"string","format":"date-time","nullable":true},"nextOffsetEndDate":{"description":"End date of the statement of charges that covers the period [N, N+1].\nThe year of this date should be N+1, where N is the year concerned by the regularization of charges.","type":"string","format":"date-time","nullable":true},"condominiumYearType":{"description":"(Enum: ChargesRegularizationCondominiumYearTypeEnum)","type":"string","nullable":true},"adjustmentOfChargesToProvisionForChargesDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"adjustmentOfChargesToProvisionForChargesSignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true},"tenantAlreadyPaid":{"description":"Amount of charges already paid (used to calculate $totalBalance).\nThis includes:\n- amounts from Rent objects\n- amounts calculated for previous periods of the lease that are not related to any Rent object\n- amounts kept from the guarantee deposit (defined in tenant departures)","type":"integer"},"totalBalance":{"description":"Delta amount (positive of negative) to regularize.\n- If positive: the tenant has overpaid.\n- If negative: the tenant owes the owner.","type":"integer"},"updatedCharges":{"description":"Monthly charges after the regularization.","type":"integer"},"effectiveDate":{"type":"string","format":"date-time","nullable":true},"activationDate":{"description":"Date on which the charges regularization was taken into account.","type":"string","format":"date-time","nullable":true},"activationRent":{"description":"First Rent on which the charges regularization was applied.","type":"string","format":"iri-reference","nullable":true},"actualDueAmountRecoverableCharges":{"description":"Amount of recoverable charges actually due (prorated for the rental period).","type":"integer"},"actualDueAmountDomesticWasteTax":{"description":"Amount of domestic waste taxes actually due (prorated for the rental period).","type":"integer"},"periodStart":{"description":"First day (included) of the rental period covered by the regularization.","type":"string","format":"date-time","nullable":true},"periodEnd":{"description":"Last day (included) of the rental period covered by the regularization.","type":"string","format":"date-time","nullable":true},"guaranteeDeduction":{"description":"Amount deducted from the guarantee deposit.","type":"integer"},"certification":{"type":"string","format":"iri-reference","nullable":true},"tenantIds":{"description":"The list of tenants concerned by the regularization.","type":"array","items":{"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"}}},"ChargesRegularization.ChargesRegularizationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"effectiveYear":{"type":"integer"},"recoverableCharges":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"otherCharges":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"domesticWasteTax":{"$ref":"#\/components\/schemas\/AmountOutput"},"chosenCharges":{"$ref":"#\/components\/schemas\/AmountOutput"},"priorRecoverableCharges":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"priorOffsetBeginDate":{"type":"string","format":"date-time","nullable":true},"priorOffsetEndDate":{"type":"string","format":"date-time","nullable":true},"nextRecoverableCharges":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"nextOffsetBeginDate":{"type":"string","format":"date-time","nullable":true},"nextOffsetEndDate":{"type":"string","format":"date-time","nullable":true},"condominiumYearType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"name":{"type":"string"},"tenantAlreadyPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"totalBalance":{"$ref":"#\/components\/schemas\/AmountOutput"},"updatedCharges":{"$ref":"#\/components\/schemas\/AmountOutput"},"actualRecoverableCharges":{"$ref":"#\/components\/schemas\/AmountOutput"},"actualDomesticWasteTaxes":{"$ref":"#\/components\/schemas\/AmountOutput"},"documentSendingMethod":{"type":"string","nullable":true},"certification":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificationDetailsOutput"}],"nullable":true},"tenantIds":{"type":"array","items":{"type":"string"}},"adjustmentOfChargesToProvisionForChargesDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true},"adjustmentOfChargesToProvisionForChargesSignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"ChargesRegularization.ChargesRegularizationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"effectiveYear":{"type":"integer"},"totalBalance":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"ChargesRegularization.ChargesRegularizationPostInput":{"type":"object","description":"","required":["leaseId","regularizationYear","domesticWasteTax","chosenCharges"],"properties":{"leaseId":{"type":"integer"},"regularizationYear":{"type":"integer"},"recoverableCharges":{"maximum":10000000,"type":"integer","nullable":true},"domesticWasteTax":{"type":"integer"},"otherCharges":{"maximum":10000000,"type":"integer","nullable":true},"chosenCharges":{"type":"integer"},"priorRecoverableCharges":{"maximum":10000000,"type":"integer","nullable":true},"priorOffsetBeginDate":{"type":"string","format":"date-time","nullable":true},"priorOffsetEndDate":{"type":"string","format":"date-time","nullable":true},"nextRecoverableCharges":{"maximum":10000000,"type":"integer","nullable":true},"nextOffsetBeginDate":{"type":"string","format":"date-time","nullable":true},"nextOffsetEndDate":{"type":"string","format":"date-time","nullable":true},"condominiumYearType":{"enum":["full","offset"],"type":"string","nullable":true}}},"ChargesRegularization.ChargesRegularizationPutInput":{"type":"object","description":"","properties":{"step":{"enum":["recap","generate_documents","waiting_signature_and_lrar","finished"],"type":"string"},"updateAdjustmentOfChargesToProvisionForChargesDocumentIds":{"type":"boolean"},"adjustmentOfChargesToProvisionForChargesDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true}},"required":["updateAdjustmentOfChargesToProvisionForChargesDocumentIds"]},"ClientAlert":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"userOwner":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"status":{"type":"string"},"lease":{"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"}}},"ClientAlert.ClientAlertDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"userOwnerFirstName":{"type":"string"},"userOwnerLastName":{"type":"string"},"userOwnerEmail":{"type":"string"},"userOwnerPhone":{"type":"string","nullable":true},"subscriptionPlan":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"requestDate":{"type":"string","format":"date-time"},"hasMandatedProfessionalVisit":{"type":"boolean","nullable":true},"ownerFeesAmountVisit":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"prestationOwnerDetails":{"type":"string","nullable":true},"hasMandatedProfessionalInventory":{"type":"boolean","nullable":true},"ownerFeesAmountInventory":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"leaseTenants":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClientAlertLeaseTenantsOutput"},"nullable":true}}},"ClientAlert.ClientAlertListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"userOwnerFirstName":{"type":"string"},"userOwnerLastName":{"type":"string"},"userOwnerEmail":{"type":"string"},"userOwnerPhone":{"type":"string","nullable":true},"subscriptionPlan":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"requestDate":{"type":"string","format":"date-time"}}},"ClientAlert.ClientAlertPostInput":{"type":"object","description":"","required":["type"],"properties":{"type":{"enum":["unpaid_rent_management","gli_smop_request","cil_request","account_deletion","terminate_contract","subscription_cancellation","lease_creation"],"type":"string"}}},"ClientAlert.ClientAlertPutInput":{"type":"object","description":"","required":["status"],"properties":{"status":{"enum":["pending","treated"],"type":"string"}}},"ClientAlertLeaseTenantsOutput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"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}}},"Country.CountryListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"nameFr":{"type":"string"},"nameEn":{"type":"string"},"isoAlpha3":{"type":"string","nullable":true},"isoM49":{"type":"string","nullable":true},"birthCode":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"isSepa":{"type":"boolean"},"isState":{"type":"boolean"},"isIban":{"type":"boolean"},"lengthIban":{"type":"integer","nullable":true},"currency":{"type":"string","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},"isSmsAvaible":{"type":"boolean"},"isCheckPossilble":{"type":"boolean"}}},"CountryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"nameFr":{"type":"string"},"nameEn":{"type":"string"},"isoAlpha3":{"type":"string","nullable":true},"isoM49":{"type":"string","nullable":true},"birthCode":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"isSepa":{"type":"boolean"},"isState":{"type":"boolean"},"isIban":{"type":"boolean"},"lengthIban":{"type":"integer","nullable":true},"currency":{"type":"string","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},"isSmsAvaible":{"type":"boolean"},"isCheckPossilble":{"type":"boolean"}}},"CountryListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"nameFr":{"type":"string"},"nameEn":{"type":"string"},"isoAlpha3":{"type":"string","nullable":true},"isoM49":{"type":"string","nullable":true},"birthCode":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"isSepa":{"type":"boolean"},"isState":{"type":"boolean"},"isIban":{"type":"boolean"},"lengthIban":{"type":"integer","nullable":true},"currency":{"type":"string","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},"isSmsAvaible":{"type":"boolean"},"isCheckPossilble":{"type":"boolean"}}},"CronJob-cronjob.read.details":{"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"}}},"CronJob-cronjob.read.list":{"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-cronlog.read.details":{"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}}},"CronLog-cronlog.read.list":{"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},"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.CurrencyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"}}},"Currency.CurrencyListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"iso4217":{"type":"integer","nullable":true},"minorUnit":{"type":"integer","nullable":true},"scale":{"type":"integer","nullable":true}}},"CurrencyListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"iso4217":{"type":"integer","nullable":true},"minorUnit":{"type":"integer","nullable":true},"scale":{"type":"integer","nullable":true}}},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"resourceKeyName":{"type":"string","nullable":true},"userOwner":{"type":"string","format":"iri-reference","nullable":true},"protected":{"description":"A protected document cannot be deleted by the final user. Generated documents are usually protected.","type":"boolean"},"path":{"type":"string","nullable":true},"originalName":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"extension":{"type":"string","nullable":true},"generationData":{"description":"Contextual data that have been used during the generation.","type":"array","items":{"type":"string"},"nullable":true},"isGenerated":{"description":"Indicates if the document has been generated.","type":"boolean"},"isGenerationOver":{"description":"Indicates whether a document has been fully generated. If FALSE, the document is probably still being generated.","type":"boolean"},"xDocumentTypeProperty":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeProperty"}],"nullable":true},"xDocumentTypeLease":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeLease"}],"nullable":true},"xDocumentTypeTenant":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeTenant"}],"nullable":true},"xDocumentTypeInsurance":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInsurance"}],"nullable":true},"xDocumentTypeInsuranceType":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInsuranceType"}],"nullable":true},"xDocumentTypeInvoice":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInvoice"}],"nullable":true},"xDocumentTypeInventoryElectricity":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryElectricity"}],"nullable":true},"xDocumentTypeInventoryGas":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryGas"}],"nullable":true},"xDocumentTypeInventoryEnergy":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryEnergy"}],"nullable":true},"xDocumentTypeInventoryHeating":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryHeating"}],"nullable":true},"xDocumentTypeInventoryWater":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryWater"}],"nullable":true},"xDocumentTypeInventoryAncillaryEquipment":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryAncillaryEquipment"}],"nullable":true},"xDocumentTypeInventoryKeysBadges":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryKeysBadges"}],"nullable":true},"xDocumentTypeInventoryRoom":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryRoom"}],"nullable":true},"xDocumentTypeInventoryFurnituresCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeInventoryFurnituresCategory"}],"nullable":true},"xDocumentTypeRent":{"anyOf":[{"$ref":"#\/components\/schemas\/XDocumentTypeRent"}],"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"},"documentType":{"readOnly":true,"type":"string","format":"iri-reference","nullable":true},"linkedEntity":{"readOnly":true,"description":"Retrieves the entity object linked to a Document.","anyOf":[{"$ref":"#\/components\/schemas\/AbstractTraceableEntity"}],"nullable":true},"link":{"readOnly":true,"description":"Retrieves the \"XDocumentType...\" object of the Document according to which \"xDocumentType...\" attribute is set.","anyOf":[{"$ref":"#\/components\/schemas\/AbstractTraceableEntity"}],"nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originalName":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"extension":{"type":"string","nullable":true},"protected":{"type":"boolean"}}},"Document.DocumentDownloadOutput":{"type":"object","description":""},"Document.DocumentGeneratePostInput":{"type":"object","description":"","required":["generationKeyName"],"properties":{"generationKeyName":{"enum":["add_tenant_amendment","adjustment_of_charges_to_provision_for_charges","attestation_of_waiver_of_charges_adjustment","inventory","inventory_furnitures","lease","letter_cancellation_owner_company_tenant","letter_cancellation_owner_legit_motive","letter_cancellation_owner_reinvesting_home","letter_cancellation_owner_selling_empty_home","letter_cancellation_owner_selling_furnished_home","letter_departure_no_more_tenant","letter_departure_remains_tenant","payment_notice","payment_receipt","rent_adjustment_letter","rent_receipt","unpaid_rent_first_reminder_guarantor","unpaid_rent_first_reminder_tenant","unpaid_rent_second_reminder_tenant","unpaid_rent_third_reminder_tenant","unpaid_rent_bailiff","tenant_home_insurance_attestation_renewal","tenant_home_insurance_attestation_renewal_first_reminder","tenant_home_insurance_attestation_renewal_second_reminder"],"type":"string"},"data":{"type":"array","items":{"type":"string"}}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originalName":{"type":"string"},"name":{"type":"string"},"size":{"type":"integer"},"extension":{"type":"string"},"protected":{"type":"boolean"}}},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originalName":{"type":"string"},"name":{"type":"string"},"size":{"type":"integer"},"extension":{"type":"string"},"protected":{"type":"boolean"}}},"DocumentType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"$ref":"#\/components\/schemas\/Collection"},"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"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"DocumentType.DocumentTypePostInput":{"type":"object","description":""},"DocumentType.DocumentTypePutInput":{"type":"object","description":""},"DocxTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"templateCarboneId":{"type":"string","nullable":true},"parameters":{"type":"array","items":{"type":"string"}},"fileName":{"description":"Pattern to name the generated file. If NULL, a generic file name is generated.","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"}}},"DocxTemplate.DocxTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"carboneTemplateId":{"type":"string","nullable":true},"parameters":{"type":"array","items":{"type":"string"}}}},"DocxTemplate.DocxTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"carboneTemplateId":{"type":"string","nullable":true}}},"DocxTemplate.DocxTemplatePostInput":{"type":"object","description":"","required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"parameters":{"type":"array","items":{"type":"string"}}}},"DocxTemplate.DocxTemplatePutInput":{"type":"object","description":"","required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"parameters":{"type":"array","items":{"type":"string"}}}},"Guarantor":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"address":{"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"}}},"Guarantor.GuarantorDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Guarantor.GuarantorListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Guarantor.GuarantorPostInput":{"type":"object","description":""},"Guarantor.GuarantorPutInput":{"type":"object","description":""},"Insurance":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number","nullable":true},"insuranceCompany":{"type":"string","format":"iri-reference","nullable":true},"insuranceCompanyCustom":{"type":"string","nullable":true},"contractNumber":{"type":"string"},"note":{"type":"string","nullable":true},"xInsuranceTypeProperty":{"anyOf":[{"$ref":"#\/components\/schemas\/XInsuranceTypeProperty"}],"nullable":true},"xInsuranceTypeLease":{"anyOf":[{"$ref":"#\/components\/schemas\/XInsuranceTypeLease"}],"nullable":true},"userOwner":{"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"},"insuranceType":{"readOnly":true,"type":"string","format":"iri-reference","nullable":true},"linkedEntity":{"readOnly":true,"description":"Retrieves the entity object linked to an Insurance.","anyOf":[{"$ref":"#\/components\/schemas\/AbstractTraceableEntity"}],"nullable":true},"link":{"readOnly":true,"description":"Retrieves the \"XInsuranceType...\" object of the Insurance according to which \"xInsuranceType...\" attribute is set.","anyOf":[{"$ref":"#\/components\/schemas\/AbstractTraceableEntity"}],"nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Insurance.DocumentDownloadOutput":{"type":"object","description":""},"Insurance.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"Insurance.InsuranceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number","nullable":true},"insuranceCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/InsuranceCompanyListOutput"}],"nullable":true},"insuranceCompanyCustom":{"type":"string","nullable":true},"contractNumber":{"type":"string"},"note":{"type":"string","nullable":true},"propertyId":{"type":"integer","nullable":true},"leaseId":{"type":"integer","nullable":true},"tenantId":{"type":"integer","nullable":true}}},"Insurance.InsuranceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number","nullable":true},"insuranceCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/InsuranceCompanyListOutput"}],"nullable":true},"insuranceCompanyCustom":{"type":"string","nullable":true},"contractNumber":{"type":"string"}}},"Insurance.InsurancePostInput":{"type":"object","description":"","required":["insuranceTypeId","propertyId","leaseId","tenantId","dateStart","dateEnd","price","insuranceCompanyId","insuranceCompanyCustom","contractNumber","note"],"properties":{"insuranceTypeId":{"maximum":10000000,"type":"integer"},"propertyId":{"type":"integer","nullable":true},"leaseId":{"type":"integer","nullable":true},"tenantId":{"type":"integer","nullable":true},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number","nullable":true},"insuranceCompanyId":{"type":"integer","nullable":true},"insuranceCompanyCustom":{"type":"string","nullable":true},"contractNumber":{"maxLength":255,"type":"string"},"note":{"type":"string","nullable":true}}},"Insurance.InsurancePutInput":{"type":"object","description":"","required":["dateStart","dateEnd","price","insuranceCompanyId","insuranceCompanyCustom","contractNumber","note"],"properties":{"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number","nullable":true},"insuranceCompanyId":{"maximum":10000000,"type":"integer","nullable":true},"insuranceCompanyCustom":{"type":"string","nullable":true},"contractNumber":{"maxLength":255,"type":"string"},"note":{"type":"string","nullable":true}}},"InsuranceCompany":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"logoName":{"type":"string"},"logoPath":{"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"}}},"InsuranceCompany.InsuranceCompanyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"logoPath":{"type":"string"},"isDeletable":{"type":"boolean"}}},"InsuranceCompany.InsuranceCompanyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"logoPath":{"type":"string"}}},"InsuranceCompany.InsuranceCompanyPostInput":{"type":"object","description":"","required":["label","imageName","imageContent"],"properties":{"label":{"maxLength":255,"type":"string"},"imageName":{"maxLength":255,"type":"string"},"imageContent":{"type":"string"}}},"InsuranceCompany.InsuranceCompanyPutInput":{"type":"object","description":"","required":["label","imageName","imageContent"],"properties":{"label":{"maxLength":255,"type":"string"},"imageModified":{"type":"boolean"},"imageName":{"maxLength":255,"type":"string","nullable":true},"imageContent":{"type":"string","nullable":true}}},"InsuranceCompanyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"logoPath":{"type":"string"}}},"InsuranceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number","nullable":true},"insuranceCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/InsuranceCompanyListOutput"}],"nullable":true},"insuranceCompanyCustom":{"type":"string","nullable":true},"contractNumber":{"type":"string"}}},"InsuranceType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the InsuranceType.","type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"link":{"type":"string","nullable":true},"insurances":{"$ref":"#\/components\/schemas\/Collection"},"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"}}},"InsuranceType.InsuranceTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InsuranceType.InsuranceTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"description":{"type":"string"},"link":{"type":"string","nullable":true},"insurances":{"type":"array","items":{"$ref":"#\/components\/schemas\/InsuranceListOutput"}}}},"InsuranceType.InsuranceTypePostInput":{"type":"object","description":""},"InsuranceType.InsuranceTypePutInput":{"type":"object","description":""},"Inventory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"inventoryDate":{"type":"string","format":"date-time"},"relatedInventory":{"type":"string","format":"iri-reference","nullable":true},"status":{"type":"string"},"inventoryElectricity":{"type":"string","format":"iri-reference"},"inventoryGas":{"type":"string","format":"iri-reference"},"inventoryEnergy":{"type":"string","format":"iri-reference"},"inventoryWater":{"type":"string","format":"iri-reference"},"inventoryHeating":{"type":"string","format":"iri-reference"},"inventoryAncillaryEquipment":{"type":"string","format":"iri-reference"},"inventoryKeysBadges":{"type":"string","format":"iri-reference"},"inventoryDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"inventorySignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true},"certification":{"type":"string","format":"iri-reference","nullable":true},"rooms":{"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"}}},"Inventory.InventoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"inventoryDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"inventoryElectricity":{"$ref":"#\/components\/schemas\/InventoryElectricityDetailsOutput"},"inventoryGas":{"$ref":"#\/components\/schemas\/InventoryGasDetailsOutput"},"inventoryEnergy":{"$ref":"#\/components\/schemas\/InventoryEnergyDetailsOutput"},"inventoryHeating":{"$ref":"#\/components\/schemas\/InventoryHeatingDetailsOutput"},"inventoryWater":{"$ref":"#\/components\/schemas\/InventoryWaterDetailsOutput"},"inventoryAncillaryEquipment":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentDetailsOutput"},"inventoryKeysBadges":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesDetailsOutput"},"rooms":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomListOutput"}},"certification":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificationDetailsOutput"}],"nullable":true},"inventoryDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true},"inventorySignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"Inventory.InventoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"inventoryDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"Inventory.InventoryPostInput":{"type":"object","description":"","required":["leaseId","tenantDepartureId","type","inventoryDate"],"properties":{"leaseId":{"maximum":10000000,"type":"integer"},"tenantDepartureId":{"maximum":10000000,"type":"integer","nullable":true},"type":{"enum":["entrance","exit"],"type":"string"},"inventoryDate":{"type":"string","format":"date-time"}}},"Inventory.InventoryPutInput":{"type":"object","description":"","required":["inventoryDate","status","updateInventoryDocumentIds"],"properties":{"inventoryDate":{"type":"string","format":"date-time"},"status":{"enum":["draft","complete","to_sign","to_sign_and_lrar","finished"],"type":"string"},"updateInventoryDocumentIds":{"type":"boolean"},"inventoryDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"InventoryAncillaryEquipment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"relatedInventoryAncillaryEquipment":{"type":"string","format":"iri-reference","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"InventoryAncillaryEquipment.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryAncillaryEquipment.InventoryAncillaryEquipmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItemListOutput"}},"relatedInventoryAncillaryEquipmentDetailsOutput":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentDetailsOutput"}],"nullable":true}}},"InventoryAncillaryEquipment.InventoryAncillaryEquipmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InventoryAncillaryEquipment.InventoryAncillaryEquipmentPostInput":{"type":"object","description":""},"InventoryAncillaryEquipment.InventoryAncillaryEquipmentPutInput":{"type":"object","description":"","required":["note"],"properties":{"note":{"type":"string","nullable":true}}},"InventoryAncillaryEquipmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItemListOutput"}},"relatedInventoryAncillaryEquipmentDetailsOutput":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentDetailsOutput"}],"nullable":true}}},"InventoryAncillaryEquipmentItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryAncillaryEquipment":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"comment":{"type":"string","nullable":true},"state":{"description":"(Enum: InventoryStateEnum)","type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryAncillaryEquipmentItem":{"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"}}},"InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryAncillaryEquipmentItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItemDetailsOutput"}],"nullable":true}}},"InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryAncillaryEquipmentItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItemListOutput"}],"nullable":true}}},"InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemPostInput":{"type":"object","description":"","required":["inventoryAncillaryEquipmentId","label","comment","state"],"properties":{"inventoryAncillaryEquipmentId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"comment":{"type":"string","nullable":true},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true}}},"InventoryAncillaryEquipmentItem.InventoryAncillaryEquipmentItemPutInput":{"type":"object","description":"","required":["label","comment","state"],"properties":{"label":{"maxLength":255,"type":"string"},"comment":{"type":"string","nullable":true},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true}}},"InventoryAncillaryEquipmentItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryAncillaryEquipmentItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItemDetailsOutput"}],"nullable":true}}},"InventoryAncillaryEquipmentItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryAncillaryEquipmentItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryAncillaryEquipmentItemListOutput"}],"nullable":true}}},"InventoryElectricity":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"relatedInventoryElectricity":{"type":"string","format":"iri-reference","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"InventoryElectricity.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryElectricity.InventoryElectricityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryElectricityItemListOutput"}},"relatedInventoryElectricity":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryElectricityDetailsOutput"}],"nullable":true}}},"InventoryElectricity.InventoryElectricityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InventoryElectricity.InventoryElectricityPostInput":{"type":"object","description":""},"InventoryElectricity.InventoryElectricityPutInput":{"type":"object","description":"","required":["note"],"properties":{"note":{"type":"string","nullable":true}}},"InventoryElectricityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryElectricityItemListOutput"}},"relatedInventoryElectricity":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryElectricityDetailsOutput"}],"nullable":true}}},"InventoryElectricityItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryElectricity":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"meterReadingPeakHours":{"type":"number","nullable":true},"meterReadingOffPeakHours":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"previousTenant":{"type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryElectricityItem":{"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"}}},"InventoryElectricityItem.InventoryElectricityItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReadingPeakHours":{"type":"number","nullable":true},"meterReadingOffPeakHours":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"previousTenant":{"type":"string","nullable":true},"relatedInventoryElectricityItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryElectricityItemDetailsOutput"}],"nullable":true}}},"InventoryElectricityItem.InventoryElectricityItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReadingPeakHours":{"type":"number","nullable":true},"meterReadingOffPeakHours":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"previousTenant":{"type":"string","nullable":true},"relatedInventoryElectricityItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryElectricityItemListOutput"}],"nullable":true}}},"InventoryElectricityItem.InventoryElectricityItemPostInput":{"type":"object","description":"","required":["inventoryElectricityId","meterNumber","previousTenant"],"properties":{"inventoryElectricityId":{"type":"integer"},"meterReadingPeakHours":{"type":"number","nullable":true},"meterReadingOffPeakHours":{"type":"number","nullable":true},"meterNumber":{"maxLength":255,"type":"string","nullable":true},"previousTenant":{"maxLength":255,"type":"string","nullable":true}}},"InventoryElectricityItem.InventoryElectricityItemPutInput":{"type":"object","description":"","properties":{"meterReadingPeakHours":{"type":"number","nullable":true},"meterReadingOffPeakHours":{"type":"number","nullable":true},"meterNumber":{"maxLength":255,"type":"string","nullable":true},"previousTenant":{"maxLength":255,"type":"string","nullable":true}},"required":["meterNumber","previousTenant"]},"InventoryElectricityItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReadingPeakHours":{"type":"number","nullable":true},"meterReadingOffPeakHours":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"previousTenant":{"type":"string","nullable":true},"relatedInventoryElectricityItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryElectricityItemDetailsOutput"}],"nullable":true}}},"InventoryElectricityItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReadingPeakHours":{"type":"number","nullable":true},"meterReadingOffPeakHours":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"previousTenant":{"type":"string","nullable":true},"relatedInventoryElectricityItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryElectricityItemListOutput"}],"nullable":true}}},"InventoryEnergy":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"relatedInventoryEnergy":{"type":"string","format":"iri-reference","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"InventoryEnergy.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryEnergy.InventoryEnergyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyItemListOutput"}},"relatedInventoryEnergy":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryEnergyDetailsOutput"}],"nullable":true}}},"InventoryEnergy.InventoryEnergyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InventoryEnergy.InventoryEnergyPostInput":{"type":"object","description":""},"InventoryEnergy.InventoryEnergyPutInput":{"type":"object","description":"","required":["note"],"properties":{"note":{"type":"string","nullable":true}}},"InventoryEnergyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyItemListOutput"}},"relatedInventoryEnergy":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryEnergyDetailsOutput"}],"nullable":true}}},"InventoryEnergyItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryEnergy":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"type":{"type":"array","items":{"type":"string"},"nullable":true},"displayOrder":{"type":"number"},"relatedInventoryEnergyItem":{"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"}}},"InventoryEnergyItem.InventoryEnergyItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyTypeOutput"}},"relatedInventoryEnergyItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryEnergyItemDetailsOutput"}],"nullable":true}}},"InventoryEnergyItem.InventoryEnergyItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyTypeOutput"}},"relatedInventoryEnergyItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryEnergyItemListOutput"}],"nullable":true}}},"InventoryEnergyItem.InventoryEnergyItemPostInput":{"type":"object","description":"","required":["inventoryEnergyId","label"],"properties":{"inventoryEnergyId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"type":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyTypeInput"},"nullable":true}}},"InventoryEnergyItem.InventoryEnergyItemPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"},"type":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyTypeInput"},"nullable":true}}},"InventoryEnergyItemDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"displayOrder":{"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"}}},"InventoryEnergyItemDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryEnergyItemDefault.InventoryEnergyItemDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryEnergyItemDefault.InventoryEnergyItemDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryEnergyItemDefault.InventoryEnergyItemDefaultPostInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryEnergyItemDefault.InventoryEnergyItemDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryEnergyItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyTypeOutput"}},"relatedInventoryEnergyItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryEnergyItemDetailsOutput"}],"nullable":true}}},"InventoryEnergyItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryEnergyTypeOutput"}},"relatedInventoryEnergyItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryEnergyItemListOutput"}],"nullable":true}}},"InventoryEnergyTypeInput":{"type":"object","description":"","required":["type","customType"],"properties":{"type":{"enum":["electricity_individual","electricity_collective","gas_individual","gas_collective","other"],"type":"string"},"customType":{"type":"string","nullable":true}}},"InventoryEnergyTypeOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true}}},"InventoryFurnitures":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"inventoryDate":{"type":"string","format":"date-time"},"relatedInventoryFurnitures":{"type":"string","format":"iri-reference","nullable":true},"status":{"type":"string"},"inventoryFurnituresDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"inventoryFurnituresSignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true},"certification":{"type":"string","format":"iri-reference","nullable":true},"categories":{"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"}}},"InventoryFurnitures.InventoryFurnituresDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"inventoryDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"categories":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryListOutput"}},"certification":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificationDetailsOutput"}],"nullable":true},"inventoryFurnituresDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true},"inventoryFurnituresSignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"InventoryFurnitures.InventoryFurnituresListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"inventoryDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"InventoryFurnitures.InventoryFurnituresPostInput":{"type":"object","description":"","required":["leaseId","type","inventoryDate"],"properties":{"leaseId":{"maximum":10000000,"type":"integer"},"tenantDepartureId":{"maximum":10000000,"type":"integer","nullable":true},"type":{"enum":["entrance","exit"],"type":"string"},"inventoryDate":{"type":"string","format":"date-time"}}},"InventoryFurnitures.InventoryFurnituresPutInput":{"type":"object","description":"","required":["inventoryDate","status","updateInventoryFurnituresDocumentIds"],"properties":{"inventoryDate":{"type":"string","format":"date-time"},"status":{"enum":["draft","complete","to_sign","to_sign_and_lrar","finished"],"type":"string"},"updateInventoryFurnituresDocumentIds":{"type":"boolean"},"inventoryFurnituresDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"InventoryFurnituresCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"inventoryFurnitures":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryFurnituresCategory":{"type":"string","format":"iri-reference","nullable":true},"items":{"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"}}},"InventoryFurnituresCategory.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryFurnituresCategory.InventoryFurnituresCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemListOutput"}},"relatedInventoryFurnituresCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDetailsOutput"}],"nullable":true}}},"InventoryFurnituresCategory.InventoryFurnituresCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemListOutput"}},"relatedInventoryFurnituresCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryListOutput"}],"nullable":true}}},"InventoryFurnituresCategory.InventoryFurnituresCategoryPostInput":{"type":"object","description":"","required":["inventoryFurnituresId","label","note"],"properties":{"inventoryFurnituresId":{"type":"integer"},"label":{"type":"string"},"note":{"type":"string","nullable":true}}},"InventoryFurnituresCategory.InventoryFurnituresCategoryPutInput":{"type":"object","description":"","required":["label","note"],"properties":{"label":{"type":"string"},"note":{"type":"string","nullable":true}}},"InventoryFurnituresCategoryDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"displayOrder":{"type":"number"},"items":{"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"}}},"InventoryFurnituresCategoryDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultPostInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryFurnituresCategoryDefault.InventoryFurnituresCategoryDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryFurnituresCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemListOutput"}},"relatedInventoryFurnituresCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryDetailsOutput"}],"nullable":true}}},"InventoryFurnituresCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryFurnituresItemListOutput"}},"relatedInventoryFurnituresCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresCategoryListOutput"}],"nullable":true}}},"InventoryFurnituresItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryFurnituresCategory":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"state":{"description":"(Enum: InventoryStateEnum)","type":"string","nullable":true},"comment":{"type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryFurnituresItem":{"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"}}},"InventoryFurnituresItem.InventoryFurnituresItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryFurnituresItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDetailsOutput"}],"nullable":true}}},"InventoryFurnituresItem.InventoryFurnituresItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryFurnituresItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresItemListOutput"}],"nullable":true}}},"InventoryFurnituresItem.InventoryFurnituresItemPostInput":{"type":"object","description":"","required":["inventoryFurnituresCategoryId","label","number","state","comment"],"properties":{"inventoryFurnituresCategoryId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"number":{"maximum":10000000,"type":"integer","nullable":true},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"InventoryFurnituresItem.InventoryFurnituresItemPutInput":{"type":"object","description":"","required":["label","number","state","comment"],"properties":{"label":{"maxLength":255,"type":"string"},"number":{"maximum":10000000,"type":"integer","nullable":true},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"InventoryFurnituresItemDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryFurnituresCategoryDefault":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"displayOrder":{"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"}}},"InventoryFurnituresItemDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"inventoryFurnituresCategoryDefaultId":{"type":"integer","nullable":true},"inventoryFurnituresCategoryDefaultLabel":{"type":"string","nullable":true},"label":{"type":"string"}}},"InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"inventoryFurnituresCategoryDefaultId":{"type":"integer","nullable":true},"inventoryFurnituresCategoryDefaultLabel":{"type":"string","nullable":true},"label":{"type":"string"}}},"InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultPostInput":{"type":"object","description":"","required":["inventoryFurnituresCategoryDefaultId","label"],"properties":{"inventoryFurnituresCategoryDefaultId":{"type":"integer"},"label":{"maxLength":255,"type":"string"}}},"InventoryFurnituresItemDefault.InventoryFurnituresItemDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryFurnituresItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryFurnituresItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresItemDetailsOutput"}],"nullable":true}}},"InventoryFurnituresItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryFurnituresItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryFurnituresItemListOutput"}],"nullable":true}}},"InventoryGas":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"relatedInventoryGas":{"type":"string","format":"iri-reference","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"InventoryGas.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryGas.InventoryGasDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryGasItemListOutput"}},"relatedInventoryGas":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryGasDetailsOutput"}],"nullable":true}}},"InventoryGas.InventoryGasListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InventoryGas.InventoryGasPostInput":{"type":"object","description":""},"InventoryGas.InventoryGasPutInput":{"type":"object","description":"","required":["note"],"properties":{"note":{"type":"string","nullable":true}}},"InventoryGasDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryGasItemListOutput"}},"relatedInventoryGas":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryGasDetailsOutput"}],"nullable":true}}},"InventoryGasItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryGas":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"meterReading":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryGasItem":{"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"}}},"InventoryGasItem.InventoryGasItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReading":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"relatedInventoryGasItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryGasItemDetailsOutput"}],"nullable":true}}},"InventoryGasItem.InventoryGasItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReading":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"relatedInventoryGasItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryGasItemListOutput"}],"nullable":true}}},"InventoryGasItem.InventoryGasItemPostInput":{"type":"object","description":"","required":["inventoryGasId","meterNumber"],"properties":{"inventoryGasId":{"type":"integer"},"meterReading":{"type":"number","nullable":true},"meterNumber":{"maxLength":255,"type":"string","nullable":true}}},"InventoryGasItem.InventoryGasItemPutInput":{"type":"object","description":"","properties":{"meterReading":{"type":"number","nullable":true},"meterNumber":{"maxLength":255,"type":"string","nullable":true}},"required":["meterNumber"]},"InventoryGasItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReading":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"relatedInventoryGasItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryGasItemDetailsOutput"}],"nullable":true}}},"InventoryGasItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"meterReading":{"type":"number","nullable":true},"meterNumber":{"type":"string","nullable":true},"relatedInventoryGasItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryGasItemListOutput"}],"nullable":true}}},"InventoryHeating":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"relatedInventoryHeating":{"type":"string","format":"iri-reference","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"InventoryHeating.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryHeating.InventoryHeatingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryHeatingItemListOutput"}},"relatedInventoryHeating":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryHeatingDetailsOutput"}],"nullable":true}}},"InventoryHeating.InventoryHeatingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InventoryHeating.InventoryHeatingPostInput":{"type":"object","description":""},"InventoryHeating.InventoryHeatingPutInput":{"type":"object","description":"","required":["note"],"properties":{"note":{"type":"string","nullable":true}}},"InventoryHeatingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryHeatingItemListOutput"}},"relatedInventoryHeating":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryHeatingDetailsOutput"}],"nullable":true}}},"InventoryHeatingItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryHeating":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"state":{"description":"(Enum: InventoryStateEnum)","type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryHeatingItem":{"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"}}},"InventoryHeatingItem.InventoryHeatingItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryHeatingItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryHeatingItemDetailsOutput"}],"nullable":true}}},"InventoryHeatingItem.InventoryHeatingItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryHeatingItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryHeatingItemListOutput"}],"nullable":true}}},"InventoryHeatingItem.InventoryHeatingItemPostInput":{"type":"object","description":"","required":["inventoryHeatingId","label","number","comment","state"],"properties":{"inventoryHeatingId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"number":{"maximum":10000000,"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true}}},"InventoryHeatingItem.InventoryHeatingItemPutInput":{"type":"object","description":"","required":["label","number","comment","state"],"properties":{"label":{"maxLength":255,"type":"string"},"number":{"maximum":10000000,"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true}}},"InventoryHeatingItemDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"displayOrder":{"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"}}},"InventoryHeatingItemDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryHeatingItemDefault.InventoryHeatingItemDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryHeatingItemDefault.InventoryHeatingItemDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryHeatingItemDefault.InventoryHeatingItemDefaultPostInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryHeatingItemDefault.InventoryHeatingItemDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryHeatingItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryHeatingItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryHeatingItemDetailsOutput"}],"nullable":true}}},"InventoryHeatingItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"relatedInventoryHeatingItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryHeatingItemListOutput"}],"nullable":true}}},"InventoryKeysBadges":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"relatedInventoryKeysBadges":{"type":"string","format":"iri-reference","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"InventoryKeysBadges.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryKeysBadges.InventoryKeysBadgesDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemListOutput"}},"relatedInventoryKeysBadges":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryKeysBadgesDetailsOutput"}],"nullable":true}}},"InventoryKeysBadges.InventoryKeysBadgesListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InventoryKeysBadges.InventoryKeysBadgesPostInput":{"type":"object","description":""},"InventoryKeysBadges.InventoryKeysBadgesPutInput":{"type":"object","description":"","required":["note"],"properties":{"note":{"type":"string","nullable":true}}},"InventoryKeysBadgesDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemListOutput"}},"relatedInventoryKeysBadges":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryKeysBadgesDetailsOutput"}],"nullable":true}}},"InventoryKeysBadgesItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryKeysBadges":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"comment":{"type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryKeysBadgesItem":{"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"}}},"InventoryKeysBadgesItem.InventoryKeysBadgesItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryKeysBadgesItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDetailsOutput"}],"nullable":true}}},"InventoryKeysBadgesItem.InventoryKeysBadgesItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryKeysBadgesItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemListOutput"}],"nullable":true}}},"InventoryKeysBadgesItem.InventoryKeysBadgesItemPostInput":{"type":"object","description":"","required":["inventoryKeysBadgesId","label","number","deliveryDate","comment"],"properties":{"inventoryKeysBadgesId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"number":{"maximum":10000000,"type":"integer","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"comment":{"type":"string","nullable":true}}},"InventoryKeysBadgesItem.InventoryKeysBadgesItemPutInput":{"type":"object","description":"","required":["label","number","deliveryDate","comment"],"properties":{"label":{"maxLength":255,"type":"string"},"number":{"maximum":10000000,"type":"integer","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"comment":{"type":"string","nullable":true}}},"InventoryKeysBadgesItemDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"displayOrder":{"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"}}},"InventoryKeysBadgesItemDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultPostInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryKeysBadgesItemDefault.InventoryKeysBadgesItemDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryKeysBadgesItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryKeysBadgesItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemDetailsOutput"}],"nullable":true}}},"InventoryKeysBadgesItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"number":{"type":"integer","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryKeysBadgesItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryKeysBadgesItemListOutput"}],"nullable":true}}},"InventoryRoom":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"inventory":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryRoom":{"type":"string","format":"iri-reference","nullable":true},"items":{"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"}}},"InventoryRoom.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryRoom.InventoryRoomDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomItemListOutput"}},"relatedInventoryRoom":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomDetailsOutput"}],"nullable":true}}},"InventoryRoom.InventoryRoomListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomItemListOutput"}},"relatedInventoryRoom":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomListOutput"}],"nullable":true}}},"InventoryRoom.InventoryRoomPostInput":{"type":"object","description":"","required":["inventoryId","label","note"],"properties":{"inventoryId":{"type":"integer"},"label":{"type":"string"},"note":{"type":"string","nullable":true}}},"InventoryRoom.InventoryRoomPutInput":{"type":"object","description":"","required":["label","note"],"properties":{"label":{"type":"string"},"note":{"type":"string","nullable":true}}},"InventoryRoomDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"displayOrder":{"type":"number"},"items":{"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"}}},"InventoryRoomDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryRoomDefault.InventoryRoomDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryRoomDefault.InventoryRoomDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryRoomDefault.InventoryRoomDefaultPostInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryRoomDefault.InventoryRoomDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryRoomDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomItemListOutput"}},"relatedInventoryRoom":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomDetailsOutput"}],"nullable":true}}},"InventoryRoomItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryRoom":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"state":{"description":"(Enum: InventoryStateEnum)","type":"string","nullable":true},"comment":{"type":"string","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryRoomItem":{"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"}}},"InventoryRoomItem.InventoryRoomItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryRoomItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomItemDetailsOutput"}],"nullable":true}}},"InventoryRoomItem.InventoryRoomItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryRoomItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomItemListOutput"}],"nullable":true}}},"InventoryRoomItem.InventoryRoomItemPostInput":{"type":"object","description":"","required":["inventoryRoomId","label","state","comment"],"properties":{"inventoryRoomId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"InventoryRoomItem.InventoryRoomItemPutInput":{"type":"object","description":"","required":["label","state","comment"],"properties":{"label":{"maxLength":255,"type":"string"},"state":{"enum":["excellent","good","fine","poor","unchecked"],"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"InventoryRoomItemDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryRoomDefault":{"type":"string","format":"iri-reference","nullable":true},"label":{"type":"string"},"displayOrder":{"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"}}},"InventoryRoomItemDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryRoomItemDefault.InventoryRoomItemDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"inventoryRoomDefaultId":{"type":"integer","nullable":true},"inventoryRoomDefaultLabel":{"type":"string","nullable":true},"label":{"type":"string"}}},"InventoryRoomItemDefault.InventoryRoomItemDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"inventoryRoomDefaultId":{"type":"integer","nullable":true},"inventoryRoomDefaultLabel":{"type":"string","nullable":true},"label":{"type":"string"}}},"InventoryRoomItemDefault.InventoryRoomItemDefaultPostInput":{"type":"object","description":"","required":["inventoryRoomDefaultId","label"],"properties":{"inventoryRoomDefaultId":{"maximum":10000000,"type":"integer","nullable":true},"label":{"maxLength":255,"type":"string"}}},"InventoryRoomItemDefault.InventoryRoomItemDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryRoomItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryRoomItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomItemDetailsOutput"}],"nullable":true}}},"InventoryRoomItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"state":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"comment":{"type":"string","nullable":true},"relatedInventoryRoomItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomItemListOutput"}],"nullable":true}}},"InventoryRoomListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"label":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryRoomItemListOutput"}},"relatedInventoryRoom":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryRoomListOutput"}],"nullable":true}}},"InventoryWater":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"relatedInventoryWater":{"type":"string","format":"iri-reference","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"items":{"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"}}},"InventoryWater.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryWater.InventoryWaterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryWaterItemListOutput"}},"relatedInventoryWater":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryWaterDetailsOutput"}],"nullable":true}}},"InventoryWater.InventoryWaterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"InventoryWater.InventoryWaterPostInput":{"type":"object","description":""},"InventoryWater.InventoryWaterPutInput":{"type":"object","description":"","required":["note"],"properties":{"note":{"type":"string","nullable":true}}},"InventoryWaterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uid":{"type":"string"},"note":{"type":"string","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/InventoryWaterItemListOutput"}},"relatedInventoryWater":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryWaterDetailsOutput"}],"nullable":true}}},"InventoryWaterItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"inventoryWater":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"meterNumber":{"type":"string","nullable":true},"meterReading":{"type":"number","nullable":true},"displayOrder":{"type":"number"},"relatedInventoryWaterItem":{"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"}}},"InventoryWaterItem.InventoryWaterItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"meterNumber":{"type":"string","nullable":true},"meterReading":{"type":"number","nullable":true},"relatedInventoryWaterItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryWaterItemDetailsOutput"}],"nullable":true}}},"InventoryWaterItem.InventoryWaterItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"meterNumber":{"type":"string","nullable":true},"meterReading":{"type":"number","nullable":true},"relatedInventoryWaterItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryWaterItemListOutput"}],"nullable":true}}},"InventoryWaterItem.InventoryWaterItemPostInput":{"type":"object","description":"","required":["inventoryWaterId","label","meterNumber"],"properties":{"inventoryWaterId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"meterNumber":{"maxLength":255,"type":"string","nullable":true},"meterReading":{"type":"number","nullable":true}}},"InventoryWaterItem.InventoryWaterItemPutInput":{"type":"object","description":"","required":["label","meterNumber"],"properties":{"label":{"maxLength":255,"type":"string"},"meterNumber":{"maxLength":255,"type":"string","nullable":true},"meterReading":{"type":"number","nullable":true}}},"InventoryWaterItemDefault":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"displayOrder":{"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"}}},"InventoryWaterItemDefault.EntityPutDisplayOrderInput":{"type":"object","description":"","required":["previousElementId","nextElementId"],"properties":{"previousElementId":{"maximum":10000000,"type":"integer","nullable":true},"nextElementId":{"maximum":10000000,"type":"integer","nullable":true}}},"InventoryWaterItemDefault.InventoryWaterItemDefaultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryWaterItemDefault.InventoryWaterItemDefaultListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"InventoryWaterItemDefault.InventoryWaterItemDefaultPostInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryWaterItemDefault.InventoryWaterItemDefaultPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"maxLength":255,"type":"string"}}},"InventoryWaterItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"meterNumber":{"type":"string","nullable":true},"meterReading":{"type":"number","nullable":true},"relatedInventoryWaterItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryWaterItemDetailsOutput"}],"nullable":true}}},"InventoryWaterItemListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"meterNumber":{"type":"string","nullable":true},"meterReading":{"type":"number","nullable":true},"relatedInventoryWaterItem":{"anyOf":[{"$ref":"#\/components\/schemas\/InventoryWaterItemListOutput"}],"nullable":true}}},"Invoice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"type":{"type":"string"},"property":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"amount":{"description":"Always a positive number.","type":"integer"},"vat":{"description":"Always a positive number.","type":"integer","nullable":true},"amountPaid":{"description":"Always a positive number.","type":"integer"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"accountingCodes":{"type":"array","items":{"type":"string"}},"currency":{"type":"string","format":"iri-reference"},"status":{"type":"string"},"forcePaid":{"type":"boolean"},"bridgeTransactionIds":{"description":"List of reconciled transactions.","type":"array","items":{"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"}}},"Invoice.BankingMovementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionListOutput"},"bankingAccount":{"$ref":"#\/components\/schemas\/BankingAccountListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"description":{"type":"string","nullable":true},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"bookingDate":{"type":"string","format":"date-time","nullable":true},"valueDate":{"type":"string","format":"date-time","nullable":true},"partnerSynchronizationDate":{"type":"string","format":"date-time"},"synchronizationDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Invoice.BridgeTransactionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"date":{"type":"string","format":"date-time"},"description":{"type":"string"},"providerLogo":{"type":"string"},"providerName":{"type":"string"},"accountName":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Invoice.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"Invoice.InvoiceCategorizedListOutput":{"type":"object","description":"","properties":{"category":{"$ref":"#\/components\/schemas\/AccountingCategoryListOutput"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"leaseId":{"type":"integer","nullable":true},"recoverableCharges":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"teom":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"variousCharges":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"year":{"type":"integer","nullable":true}}},"Invoice.InvoiceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"propertyId":{"type":"integer"},"propertyLabel":{"type":"string"},"label":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"vat":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"Invoice.InvoiceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"propertyId":{"type":"integer"},"propertyLabel":{"type":"string"},"label":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"vat":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}}}},"Invoice.InvoicePostInput":{"type":"object","description":"","required":["type","propertyId","label","issueDate"],"properties":{"type":{"enum":["income","outcome"],"type":"string"},"propertyId":{"maximum":10000000,"type":"integer"},"label":{"maxLength":255,"type":"string"},"amount":{"maximum":10000000,"type":"integer"},"vat":{"maximum":10000000,"type":"integer","nullable":true},"issueDate":{"type":"string","format":"date-time"}}},"Invoice.InvoicePutAccountingCategoryAttachInput":{"type":"object","description":"","required":["accountingCategoryId","amount","leaseId","recoverableCharges","teom","variousCharges","year"],"properties":{"accountingCategoryId":{"maximum":10000000,"type":"integer"},"amount":{"maximum":10000000,"type":"integer"},"leaseId":{"maximum":10000000,"type":"integer","nullable":true},"recoverableCharges":{"maximum":10000000,"type":"integer","nullable":true},"teom":{"maximum":10000000,"type":"integer","nullable":true},"variousCharges":{"maximum":10000000,"type":"integer","nullable":true},"year":{"maximum":10000000,"type":"integer","nullable":true}}},"Invoice.InvoicePutAccountingCategoryDetachInput":{"type":"object","description":"","required":["accountingCategoryId"],"properties":{"accountingCategoryId":{"maximum":10000000,"type":"integer"}}},"Invoice.InvoicePutInput":{"type":"object","description":"","required":["type","propertyId","label","issueDate","paymentDate","forcePaid"],"properties":{"type":{"enum":["income","outcome"],"type":"string"},"propertyId":{"maximum":10000000,"type":"integer"},"label":{"maxLength":255,"type":"string"},"amount":{"maximum":10000000,"type":"integer"},"vat":{"maximum":10000000,"type":"integer","nullable":true},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"forcePaid":{"type":"boolean"}}},"Invoice.InvoiceReconciliationPutInput":{"type":"object","description":"","properties":{"bankingMovementIds":{"type":"array","items":{"type":"integer"}},"bankingTransactionIds":{"type":"array","items":{"type":"integer"}}}},"Lease":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Nullable to allow a refresh call on creation.","type":"integer"},"rights":{"type":"array","items":{"type":"string"}},"property":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"type":{"type":"string"},"status":{"type":"string"},"hasObsolescenceGrid":{"type":"boolean","nullable":true},"chargeNature":{"type":"string","nullable":true},"rentAmount":{"type":"number","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"currentCharges":{"type":"number","nullable":true},"lastAdjustmentDate":{"type":"string","format":"date-time","nullable":true},"renunciation":{"type":"boolean","nullable":true},"waterConsumptionPersonal":{"type":"string","nullable":true},"waterConsumptionCompany":{"type":"string","nullable":true},"surrogateInsurance":{"type":"boolean","nullable":true},"rentRevision":{"type":"boolean","nullable":true},"rentRevisionThisYear":{"type":"boolean","nullable":true},"referenceTrimester":{"type":"string","nullable":true},"revisionDay":{"type":"integer","nullable":true},"revisionMonth":{"type":"integer","nullable":true},"automaticRevision":{"type":"boolean","nullable":true},"smopRevision":{"type":"boolean","nullable":true},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true},"leaseEndDate":{"type":"string","format":"date-time","nullable":true},"leaseSignatureDate":{"type":"string","format":"date-time","nullable":true},"datePaymentLastRent":{"type":"string","format":"date-time","nullable":true},"dateRevisionLastRent":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkOwner":{"type":"boolean","nullable":true},"revisionBeginDate":{"type":"string","format":"date-time","nullable":true},"revisionEndDate":{"type":"string","format":"date-time","nullable":true},"hasHeatMaintenance":{"type":"boolean","nullable":true},"dateLastRent":{"type":"string","format":"date-time","nullable":true},"amountLastRent":{"type":"number","nullable":true},"lastTenantRentUndervalued":{"type":"boolean","nullable":true},"previousRentalYearAmount":{"type":"number","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"alreadyBeenRented":{"type":"boolean","nullable":true},"rentToPersonWorkSixMonths":{"type":"boolean","nullable":true},"rentToPersonWorkCostGreaterThanYearRent":{"type":"boolean","nullable":true},"monthlyProvisions":{"type":"number","nullable":true},"monthlyPackageAmount":{"type":"number","nullable":true},"yearlyRevisionClause":{"type":"boolean","nullable":true},"rentRevisionDate":{"type":"string","format":"date-time","nullable":true},"contractMonths":{"type":"integer","nullable":true},"leaseReductionReason":{"type":"string","nullable":true},"rentIncreaseReason":{"type":"string","nullable":true},"dayRentPayment":{"type":"integer","nullable":true},"rentToPersonHasGoneThroughWork":{"type":"boolean","nullable":true},"rentToCompanyHasGoneThroughWorkSixMonths":{"type":"boolean","nullable":true},"rentToCompanyWorkDescription":{"type":"string","nullable":true},"rentToCompanyWorkAmount":{"type":"number","nullable":true},"rentToCompanyLastYearRentAmount":{"type":"number","nullable":true},"rentToCompanyLastRentAmount":{"type":"number","nullable":true},"rentToCompanyRentIncreaseAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkOwner":{"type":"boolean","nullable":true},"rentToCompanyFutureWorkOwnerDescription":{"type":"string","nullable":true},"rentToCompanyFutureWorkOwnerMaxDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkOwnerRentIncreaseAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkTenant":{"type":"boolean","nullable":true},"rentToCompanyFutureWorkTenantDescription":{"type":"string","nullable":true},"rentToCompanyFutureWorkTenantMaxDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionType":{"type":"string","nullable":true},"rentToCompanyFutureWorkTenantFreeRentDateStart":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantFreeRentDateEnd":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkTenantRentReductionDateStart":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionDateEnd":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantInventoryDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantDepartureCompensationModality":{"type":"string","nullable":true},"rentReference":{"type":"number","nullable":true},"majoredRentReference":{"type":"number","nullable":true},"minoredRentReference":{"type":"number","nullable":true},"alreadyRentedFutureWorkOwnerDescription":{"type":"string","nullable":true},"alreadyRentedFutureWorkOwnerMaxDate":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkOwnerIncreaseAmount":{"type":"number","nullable":true},"alreadyRentedFutureWorkTenant":{"type":"boolean","nullable":true},"alreadyRentedFutureWorkTenantDescription":{"type":"string","nullable":true},"alreadyRentedFutureWorkTenantMaxDate":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionType":{"type":"string","nullable":true},"alreadyRentedFutureWorkTenantFreeRentDateStart":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantFreeRentDateEnd":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionAmount":{"type":"number","nullable":true},"alreadyRentedFutureWorkTenantRentReductionDateStart":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionDateEnd":{"type":"string","format":"date-time","nullable":true},"hasMandatedProfessionalVisit":{"type":"boolean","nullable":true},"prestationTenantDetails":{"type":"string","nullable":true},"prestationOwnerDetails":{"type":"string","nullable":true},"tenantFeesCeilingVisit":{"type":"number","nullable":true},"tenantFeesAmountVisit":{"type":"number","nullable":true},"ownerFeesAmountVisit":{"type":"number","nullable":true},"hasMandatedProfessionalInventory":{"type":"boolean","nullable":true},"tenantFeesCeilingInventory":{"type":"number","nullable":true},"tenantFeesAmountInventory":{"type":"number","nullable":true},"ownerFeesAmountInventory":{"type":"number","nullable":true},"hasOtherPrestations":{"type":"boolean","nullable":true},"additionalFees":{"type":"array","items":{"type":"string"},"nullable":true},"hasFurnituresClause":{"type":"boolean","nullable":true},"hasSolidarityClause":{"type":"boolean","nullable":true},"hasVisitRightClause":{"type":"boolean","nullable":true},"hasRentPaymentModeClause":{"type":"boolean","nullable":true},"hasPetsClause":{"type":"boolean","nullable":true},"hasLocativeInsuranceClause":{"type":"boolean","nullable":true},"hasYearlyUpkeepClause":{"type":"boolean","nullable":true},"hasTenantDegradationsClause":{"type":"boolean","nullable":true},"hasFreeRentClause":{"type":"boolean","nullable":true},"freeRentClauseDateStart":{"type":"string","format":"date-time","nullable":true},"freeRentClauseDateEnd":{"type":"string","format":"date-time","nullable":true},"hasOtherClause":{"type":"boolean","nullable":true},"otherClauseDetails":{"type":"string","nullable":true},"localDestination":{"type":"string","nullable":true},"rentToPersonWorkConditionRespected":{"type":"boolean","nullable":true},"rentToPersonWorkDescription":{"type":"string","nullable":true},"rentToPersonWorkAmount":{"type":"number","nullable":true},"isMultiLease":{"type":"boolean","nullable":true},"privateRoomsNumber":{"type":"integer","nullable":true},"privateLeaseSurface":{"type":"number","nullable":true},"hasOwnerLocativeInsurance":{"type":"boolean","nullable":true},"hasTenantsLocativeInsurance":{"type":"boolean","nullable":true},"wantsSmopGli":{"type":"boolean","nullable":true},"hasOtherGli":{"type":"boolean","nullable":true},"alreadyRentedHeatClause":{"type":"boolean","nullable":true},"leaseDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"leaseSignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true},"proofToIncrease":{"type":"string","nullable":true},"hasOtherPrivateAreasClause":{"type":"boolean","nullable":true},"otherPrivateAreasClauseDetails":{"type":"string","nullable":true},"hasResolutionClause":{"type":"boolean","nullable":true},"certification":{"type":"string","format":"iri-reference","nullable":true},"inventories":{"type":"array","items":{"type":"string","format":"iri-reference"}},"inventoryFurnitures":{"type":"array","items":{"type":"string","format":"iri-reference"}},"rents":{"type":"array","items":{"type":"string","format":"iri-reference"}},"tenants":{"type":"array","items":{"type":"string","format":"iri-reference"}},"chargesRegularizations":{"type":"array","items":{"type":"string","format":"iri-reference"}},"tenantDepartures":{"type":"array","items":{"type":"string","format":"iri-reference"}},"rentAdjustments":{"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"}}},"Lease.ChargesRegularizationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"effectiveYear":{"type":"integer"},"totalBalance":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Lease.DocumentDownloadOutput":{"type":"object","description":""},"Lease.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"Lease.InsuranceTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"description":{"type":"string"},"link":{"type":"string","nullable":true},"insurances":{"type":"array","items":{"$ref":"#\/components\/schemas\/InsuranceListOutput"}}}},"Lease.InventoryFurnituresListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"inventoryDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"Lease.InventoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"inventoryDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"Lease.LeaseAmendmentNewTenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"effectiveDate":{"type":"string","format":"date-time"}}},"Lease.LeaseChargesCalculationInput":{"type":"object","description":"","required":["year"],"properties":{"year":{"maximum":10000000,"type":"integer"}}},"Lease.LeaseChargesCalculationOutput":{"type":"object","description":"","properties":{"recoverableCharges":{"$ref":"#\/components\/schemas\/AmountOutput"},"teom":{"$ref":"#\/components\/schemas\/AmountOutput"},"variousCharges":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Lease.LeaseDetailsAlreadyRentedDeadlinesOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"dayRentPayment":{"type":"integer","nullable":true},"contractMonths":{"type":"integer","nullable":true},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true},"leaseSignatureDate":{"type":"string","format":"date-time","nullable":true},"revisionBeginDate":{"type":"string","format":"date-time","nullable":true},"revisionEndDate":{"type":"string","format":"date-time","nullable":true},"hasHeatMaintenance":{"type":"boolean","nullable":true}}},"Lease.LeaseDetailsAlreadyRentedIndexationOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"rentRevision":{"type":"boolean","nullable":true},"rentRevisionThisYear":{"type":"boolean","nullable":true},"referenceTrimester":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"revisionDay":{"type":"integer","nullable":true},"revisionMonth":{"type":"integer","nullable":true},"automaticRevision":{"type":"boolean","nullable":true},"smopRevision":{"type":"boolean","nullable":true}}},"Lease.LeaseDetailsAlreadyRentedLeaseAndRentOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"hasObsolescenceGrid":{"type":"boolean","nullable":true},"chargeNature":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"rentAmount":{"type":"number","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"currentCharges":{"type":"number","nullable":true},"lastAdjustmentDate":{"type":"string","format":"date-time","nullable":true},"renunciation":{"type":"boolean","nullable":true},"waterConsumptionPersonal":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"waterConsumptionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"surrogateInsurance":{"type":"boolean","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"isMultiLease":{"type":"boolean","nullable":true}}},"Lease.LeaseDetailsAlreadyRentedWorkOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"alreadyRentedFutureWorkOwner":{"type":"boolean","nullable":true},"alreadyRentedFutureWorkOwnerDescription":{"type":"string","nullable":true},"alreadyRentedFutureWorkOwnerMaxDate":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkOwnerIncreaseAmount":{"type":"number","nullable":true},"alreadyRentedFutureWorkTenant":{"type":"boolean","nullable":true},"alreadyRentedFutureWorkTenantDescription":{"type":"string","nullable":true},"alreadyRentedFutureWorkTenantMaxDate":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"alreadyRentedFutureWorkTenantFreeRentDateStart":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantFreeRentDateEnd":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionAmount":{"type":"number","nullable":true},"alreadyRentedFutureWorkTenantRentReductionDateStart":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionDateEnd":{"type":"string","format":"date-time","nullable":true},"alreadyRentedHeatClause":{"type":"boolean","nullable":true}}},"Lease.LeaseDetailsInsurancesOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"hasOwnerLocativeInsurance":{"type":"boolean","nullable":true},"hasTenantsLocativeInsurance":{"type":"boolean","nullable":true},"wantsSmopGli":{"type":"boolean","nullable":true},"hasOtherGli":{"type":"boolean","nullable":true},"monthlyAmountToRecover":{"type":"integer"}}},"Lease.LeaseDetailsNotRentedClausesOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"hasFurnituresClause":{"type":"boolean","nullable":true},"hasSolidarityClause":{"type":"boolean","nullable":true},"hasVisitRightClause":{"type":"boolean","nullable":true},"hasRentPaymentModeClause":{"type":"boolean","nullable":true},"hasPetsClause":{"type":"boolean","nullable":true},"hasLocativeInsuranceClause":{"type":"boolean","nullable":true},"hasYearlyUpkeepClause":{"type":"boolean","nullable":true},"hasTenantDegradationsClause":{"type":"boolean","nullable":true},"hasFreeRentClause":{"type":"boolean","nullable":true},"freeRentClauseDateStart":{"type":"string","format":"date-time","nullable":true},"freeRentClauseDateEnd":{"type":"string","format":"date-time","nullable":true},"hasOtherClause":{"type":"boolean","nullable":true},"otherClauseDetails":{"type":"string","nullable":true},"hasResolutionClause":{"type":"boolean","nullable":true}}},"Lease.LeaseDetailsNotRentedDeadlinesOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"contractMonths":{"type":"integer","nullable":true},"leaseReductionReason":{"type":"string","nullable":true},"dayRentPayment":{"type":"integer","nullable":true},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true}}},"Lease.LeaseDetailsNotRentedFeesOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"hasMandatedProfessionalVisit":{"type":"boolean","nullable":true},"prestationTenantDetails":{"type":"string","nullable":true},"prestationOwnerDetails":{"type":"string","nullable":true},"tenantFeesCeilingVisit":{"type":"number","nullable":true},"tenantFeesAmountVisit":{"type":"number","nullable":true},"ownerFeesAmountVisit":{"type":"number","nullable":true},"hasMandatedProfessionalInventory":{"type":"boolean","nullable":true},"tenantFeesCeilingInventory":{"type":"number","nullable":true},"tenantFeesAmountInventory":{"type":"number","nullable":true},"ownerFeesAmountInventory":{"type":"number","nullable":true},"hasOtherPrestations":{"type":"boolean","nullable":true},"additionalFees":{"type":"array","items":{"$ref":"#\/components\/schemas\/LeaseAdditionalFeesOutput"},"nullable":true}}},"Lease.LeaseDetailsNotRentedIndexationOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"waterConsumptionPersonal":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"waterConsumptionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"chargeNature":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"monthlyProvisions":{"type":"number","nullable":true},"renunciation":{"type":"boolean","nullable":true},"monthlyPackageAmount":{"type":"number","nullable":true},"yearlyRevisionClause":{"type":"boolean","nullable":true},"rentRevisionDate":{"type":"string","format":"date-time","nullable":true},"automaticRevision":{"type":"boolean","nullable":true},"referenceTrimester":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true}}},"Lease.LeaseDetailsNotRentedLeaseAndRentOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"rentAmount":{"type":"number","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"rentReference":{"type":"number","nullable":true},"majoredRentReference":{"type":"number","nullable":true},"minoredRentReference":{"type":"number","nullable":true},"isMultiLease":{"type":"boolean","nullable":true},"privateRoomsNumber":{"type":"integer","nullable":true},"privateLeaseSurface":{"type":"number","nullable":true},"proofToIncrease":{"type":"string","nullable":true},"rentIncreaseReason":{"type":"string","nullable":true},"hasOtherPrivateAreasClause":{"type":"boolean","nullable":true},"otherPrivateAreasClauseDetails":{"type":"string","nullable":true}}},"Lease.LeaseDetailsNotRentedObsolescenceOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"hasObsolescenceGrid":{"type":"boolean","nullable":true},"localDestination":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true}}},"Lease.LeaseDetailsNotRentedWorkOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"rentToPersonHasGoneThroughWork":{"type":"boolean","nullable":true},"rentToPersonWorkSixMonths":{"type":"boolean","nullable":true},"rentToPersonWorkCostGreaterThanYearRent":{"type":"boolean","nullable":true},"rentToCompanyHasGoneThroughWorkSixMonths":{"type":"boolean","nullable":true},"rentToCompanyWorkDescription":{"type":"string","nullable":true},"rentToCompanyWorkAmount":{"type":"number","nullable":true},"rentToCompanyLastYearRentAmount":{"type":"number","nullable":true},"rentToCompanyLastRentAmount":{"type":"number","nullable":true},"rentToCompanyRentIncreaseAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkOwner":{"type":"boolean","nullable":true},"rentToCompanyFutureWorkOwnerDescription":{"type":"string","nullable":true},"rentToCompanyFutureWorkOwnerMaxDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkOwnerRentIncreaseAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkTenant":{"type":"boolean","nullable":true},"rentToCompanyFutureWorkTenantDescription":{"type":"string","nullable":true},"rentToCompanyFutureWorkTenantMaxDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"rentToCompanyFutureWorkTenantFreeRentDateStart":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantFreeRentDateEnd":{"type":"string","format":"date-time","nullable":true},"datePaymentLastRent":{"type":"string","format":"date-time","nullable":true},"dateRevisionLastRent":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkTenantRentReductionDateStart":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionDateEnd":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantInventoryDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantDepartureCompensationModality":{"type":"string","nullable":true},"rentToPersonWorkConditionRespected":{"type":"boolean","nullable":true},"rentToPersonWorkDescription":{"type":"string","nullable":true},"rentToPersonWorkAmount":{"type":"number","nullable":true},"dateLastRent":{"type":"string","format":"date-time","nullable":true},"amountLastRent":{"type":"number","nullable":true},"lastTenantRentUndervalued":{"type":"boolean","nullable":true},"alreadyBeenRented":{"type":"boolean","nullable":true},"previousRentalYearAmount":{"type":"number","nullable":true}}},"Lease.LeaseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"propertyId":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true},"leaseEndDate":{"type":"string","format":"date-time","nullable":true},"leaseSignatureDate":{"type":"string","format":"date-time","nullable":true},"rentAmount":{"type":"number","nullable":true},"currentCharges":{"type":"number","nullable":true},"monthlyPackageAmount":{"type":"number","nullable":true},"draftInventoryId":{"type":"integer","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"tenantsNumber":{"type":"integer"},"rentRevision":{"type":"boolean","nullable":true},"locativeDeficit":{"$ref":"#\/components\/schemas\/AmountOutput"},"leaseDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true},"leaseSignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true},"referenceTrimester":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"certification":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificationDetailsOutput"}],"nullable":true}}},"Lease.LeaseDetailsRightsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"rights":{"type":"array","items":{"$ref":"#\/components\/schemas\/RightsOutput"}}}},"Lease.LeaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"propertyId":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true},"leaseEndDate":{"type":"string","format":"date-time","nullable":true},"rentAmount":{"type":"number","nullable":true},"draftInventoryId":{"type":"integer","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"tenantsNumber":{"type":"integer"},"tenantNames":{"type":"string"}}},"Lease.LeasePostInput":{"type":"object","description":"","required":["propertyId","type"],"properties":{"propertyId":{"maximum":10000000,"type":"integer"},"type":{"enum":["already_rented","not_rented"],"type":"string","nullable":true}}},"Lease.LeasePutAlreadyRentedDeadlinesInput":{"type":"object","description":"","required":["dayRentPayment","contractMonths","leaseBeginDate","leaseSignatureDate","revisionBeginDate","revisionEndDate"],"properties":{"dayRentPayment":{"maximum":10000000,"type":"integer","nullable":true},"contractMonths":{"maximum":10000000,"type":"integer","nullable":true},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true},"leaseSignatureDate":{"type":"string","format":"date-time","nullable":true},"revisionBeginDate":{"type":"string","format":"date-time","nullable":true},"revisionEndDate":{"type":"string","format":"date-time","nullable":true},"hasHeatMaintenance":{"type":"boolean","nullable":true}}},"Lease.LeasePutAlreadyRentedIndexationInput":{"type":"object","description":"","properties":{"rentRevision":{"type":"boolean","nullable":true},"rentRevisionThisYear":{"type":"boolean","nullable":true},"referenceTrimester":{"enum":["first","second","third","fourth"],"type":"string","nullable":true},"revisionDay":{"maximum":10000000,"type":"integer","nullable":true},"revisionMonth":{"maximum":10000000,"type":"integer","nullable":true},"automaticRevision":{"type":"boolean","nullable":true},"smopRevision":{"type":"boolean","nullable":true}},"required":["referenceTrimester","revisionDay","revisionMonth"]},"Lease.LeasePutAlreadyRentedLeaseAndRentInput":{"type":"object","description":"","properties":{"hasObsolescenceGrid":{"type":"boolean","nullable":true},"chargeNature":{"enum":["provisions","monthly","no_charges"],"type":"string","nullable":true},"rentAmount":{"type":"number","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"currentCharges":{"type":"number","nullable":true},"lastAdjustmentDate":{"type":"string","format":"date-time","nullable":true},"renunciation":{"type":"boolean","nullable":true},"waterConsumptionPersonal":{"enum":["syndic","owner","tenant"],"type":"string","nullable":true},"waterConsumptionCompany":{"enum":["syndic","owner","tenant"],"type":"string","nullable":true},"surrogateInsurance":{"type":"boolean","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"isMultiLease":{"type":"boolean","nullable":true}},"required":["chargeNature","lastAdjustmentDate","waterConsumptionPersonal","waterConsumptionCompany"]},"Lease.LeasePutAlreadyRentedWorkInput":{"type":"object","description":"","properties":{"alreadyRentedFutureWorkOwner":{"type":"boolean","nullable":true},"alreadyRentedFutureWorkOwnerDescription":{"type":"string","nullable":true},"alreadyRentedFutureWorkOwnerMaxDate":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkOwnerIncreaseAmount":{"type":"number","nullable":true},"alreadyRentedFutureWorkTenant":{"type":"boolean","nullable":true},"alreadyRentedFutureWorkTenantDescription":{"type":"string","nullable":true},"alreadyRentedFutureWorkTenantMaxDate":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionType":{"enum":["free_rent","rent_reduction"],"type":"string","nullable":true},"alreadyRentedFutureWorkTenantFreeRentDateStart":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantFreeRentDateEnd":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionAmount":{"type":"number","nullable":true},"alreadyRentedFutureWorkTenantRentReductionDateStart":{"type":"string","format":"date-time","nullable":true},"alreadyRentedFutureWorkTenantRentReductionDateEnd":{"type":"string","format":"date-time","nullable":true},"alreadyRentedHeatClause":{"type":"boolean","nullable":true}},"required":["alreadyRentedFutureWorkOwnerDescription","alreadyRentedFutureWorkOwnerMaxDate","alreadyRentedFutureWorkTenantDescription","alreadyRentedFutureWorkTenantMaxDate","alreadyRentedFutureWorkTenantRentReductionType","alreadyRentedFutureWorkTenantFreeRentDateStart","alreadyRentedFutureWorkTenantFreeRentDateEnd","alreadyRentedFutureWorkTenantRentReductionDateStart","alreadyRentedFutureWorkTenantRentReductionDateEnd"]},"Lease.LeasePutInput":{"type":"object","description":"","properties":{"status":{"enum":["draft","waiting_validation","waiting_documents","planned","active","archived","cancelled"],"type":"string","nullable":true},"updateLeaseDocumentIds":{"type":"boolean"},"leaseDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"leaseSignatureDate":{"type":"string","format":"date-time","nullable":true}},"required":["updateLeaseDocumentIds"]},"Lease.LeasePutInsurancesInput":{"type":"object","description":"","properties":{"hasOwnerLocativeInsurance":{"type":"boolean","nullable":true},"hasTenantsLocativeInsurance":{"type":"boolean","nullable":true},"wantsSmopGli":{"type":"boolean","nullable":true},"hasOtherGli":{"type":"boolean","nullable":true}}},"Lease.LeasePutNotRentedClausesInput":{"type":"object","description":"","properties":{"hasFurnituresClause":{"type":"boolean","nullable":true},"hasSolidarityClause":{"type":"boolean","nullable":true},"hasVisitRightClause":{"type":"boolean","nullable":true},"hasRentPaymentModeClause":{"type":"boolean","nullable":true},"hasPetsClause":{"type":"boolean","nullable":true},"hasLocativeInsuranceClause":{"type":"boolean","nullable":true},"hasYearlyUpkeepClause":{"type":"boolean","nullable":true},"hasTenantDegradationsClause":{"type":"boolean","nullable":true},"hasFreeRentClause":{"type":"boolean","nullable":true},"freeRentClauseDateStart":{"type":"string","format":"date-time","nullable":true},"freeRentClauseDateEnd":{"type":"string","format":"date-time","nullable":true},"hasOtherClause":{"type":"boolean","nullable":true},"otherClauseDetails":{"type":"string","nullable":true},"hasResolutionClause":{"type":"boolean","nullable":true}},"required":["freeRentClauseDateStart","freeRentClauseDateEnd","otherClauseDetails"]},"Lease.LeasePutNotRentedDeadlinesInput":{"type":"object","description":"","required":["contractMonths","leaseReductionReason","dayRentPayment","leaseBeginDate"],"properties":{"contractMonths":{"maximum":10000000,"type":"integer","nullable":true},"leaseReductionReason":{"type":"string","nullable":true},"dayRentPayment":{"maximum":10000000,"type":"integer","nullable":true},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true}}},"Lease.LeasePutNotRentedFeesInput":{"type":"object","description":"","properties":{"hasMandatedProfessionalVisit":{"type":"boolean","nullable":true},"prestationTenantDetails":{"type":"string","nullable":true},"prestationOwnerDetails":{"type":"string","nullable":true},"tenantFeesCeilingVisit":{"type":"number","nullable":true},"tenantFeesAmountVisit":{"type":"number","nullable":true},"ownerFeesAmountVisit":{"type":"number","nullable":true},"hasMandatedProfessionalInventory":{"type":"boolean","nullable":true},"tenantFeesCeilingInventory":{"type":"number","nullable":true},"tenantFeesAmountInventory":{"type":"number","nullable":true},"ownerFeesAmountInventory":{"type":"number","nullable":true},"hasOtherPrestations":{"type":"boolean","nullable":true},"additionalFees":{"type":"array","items":{"$ref":"#\/components\/schemas\/LeaseAdditionalFeesInput"},"nullable":true}},"required":["prestationTenantDetails","prestationOwnerDetails"]},"Lease.LeasePutNotRentedIndexationInput":{"type":"object","description":"","required":["waterConsumptionPersonal","waterConsumptionCompany","chargeNature","rentRevisionDate","referenceTrimester"],"properties":{"waterConsumptionPersonal":{"enum":["syndic","owner","tenant"],"type":"string","nullable":true},"waterConsumptionCompany":{"enum":["syndic","owner","tenant"],"type":"string","nullable":true},"chargeNature":{"enum":["provisions","monthly","no_charges"],"type":"string","nullable":true},"monthlyProvisions":{"type":"number","nullable":true},"renunciation":{"type":"boolean","nullable":true},"monthlyPackageAmount":{"type":"number","nullable":true},"yearlyRevisionClause":{"type":"boolean","nullable":true},"rentRevisionDate":{"type":"string","format":"date-time","nullable":true},"automaticRevision":{"type":"boolean","nullable":true},"referenceTrimester":{"enum":["first","second","third","fourth"],"type":"string","nullable":true}}},"Lease.LeasePutNotRentedLeaseAndRentInput":{"type":"object","description":"","properties":{"rentAmount":{"type":"number","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"rentReference":{"type":"number","nullable":true},"majoredRentReference":{"type":"number","nullable":true},"minoredRentReference":{"type":"number","nullable":true},"isMultiLease":{"type":"boolean","nullable":true},"privateRoomsNumber":{"maximum":10000000,"type":"integer","nullable":true},"privateLeaseSurface":{"type":"number","nullable":true},"proofToIncrease":{"type":"string","nullable":true},"rentIncreaseReason":{"type":"string","nullable":true},"hasOtherPrivateAreasClause":{"type":"boolean","nullable":true},"otherPrivateAreasClauseDetails":{"type":"string","nullable":true}},"required":["privateRoomsNumber","privateLeaseSurface","proofToIncrease","rentIncreaseReason","otherPrivateAreasClauseDetails"]},"Lease.LeasePutNotRentedObsolescenceInput":{"type":"object","description":"","properties":{"hasObsolescenceGrid":{"type":"boolean","nullable":true},"localDestination":{"enum":["unique","mixed"],"type":"string","nullable":true}},"required":["localDestination"]},"Lease.LeasePutNotRentedWorkInput":{"type":"object","description":"","properties":{"rentToPersonHasGoneThroughWork":{"type":"boolean","nullable":true},"rentToPersonWorkSixMonths":{"type":"boolean","nullable":true},"rentToPersonWorkCostGreaterThanYearRent":{"type":"boolean","nullable":true},"rentToCompanyHasGoneThroughWorkSixMonths":{"type":"boolean","nullable":true},"rentToCompanyWorkDescription":{"type":"string","nullable":true},"rentToCompanyWorkAmount":{"type":"number","nullable":true},"rentToCompanyLastYearRentAmount":{"type":"number","nullable":true},"rentToCompanyLastRentAmount":{"type":"number","nullable":true},"rentToCompanyRentIncreaseAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkOwner":{"type":"boolean","nullable":true},"rentToCompanyFutureWorkOwnerDescription":{"type":"string","nullable":true},"rentToCompanyFutureWorkOwnerMaxDate":{"type":"string","format":"date-time","nullable":true},"datePaymentLastRent":{"type":"string","format":"date-time","nullable":true},"dateRevisionLastRent":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkOwnerRentIncreaseAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkTenant":{"type":"boolean","nullable":true},"rentToCompanyFutureWorkTenantDescription":{"type":"string","nullable":true},"rentToCompanyFutureWorkTenantMaxDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionType":{"enum":["free_rent","rent_reduction"],"type":"string","nullable":true},"rentToCompanyFutureWorkTenantFreeRentDateStart":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantFreeRentDateEnd":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionAmount":{"type":"number","nullable":true},"rentToCompanyFutureWorkTenantRentReductionDateStart":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantRentReductionDateEnd":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantInventoryDate":{"type":"string","format":"date-time","nullable":true},"rentToCompanyFutureWorkTenantDepartureCompensationModality":{"type":"string","nullable":true},"rentToPersonWorkConditionRespected":{"type":"boolean","nullable":true},"rentToPersonWorkDescription":{"type":"string","nullable":true},"rentToPersonWorkAmount":{"type":"number","nullable":true},"dateLastRent":{"type":"string","format":"date-time","nullable":true},"amountLastRent":{"type":"number","nullable":true},"lastTenantRentUndervalued":{"type":"boolean","nullable":true},"alreadyBeenRented":{"type":"boolean","nullable":true},"previousRentalYearAmount":{"type":"number","nullable":true}},"required":["rentToCompanyWorkDescription","rentToCompanyFutureWorkOwnerDescription","rentToCompanyFutureWorkOwnerMaxDate","datePaymentLastRent","dateRevisionLastRent","rentToCompanyFutureWorkTenantDescription","rentToCompanyFutureWorkTenantMaxDate","rentToCompanyFutureWorkTenantRentReductionType","rentToCompanyFutureWorkTenantFreeRentDateStart","rentToCompanyFutureWorkTenantFreeRentDateEnd","rentToCompanyFutureWorkTenantRentReductionDateStart","rentToCompanyFutureWorkTenantRentReductionDateEnd","rentToCompanyFutureWorkTenantInventoryDate","rentToCompanyFutureWorkTenantDepartureCompensationModality","rentToPersonWorkDescription","dateLastRent"]},"Lease.LeaseRentAdjustmentCalculationInput":{"type":"object","description":""},"Lease.LeaseRentAdjustmentCalculationOutput":{"type":"object","description":"","properties":{"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"chargesAmount":{"$ref":"#\/components\/schemas\/AmountOutput"},"chargesAdjusted":{"type":"boolean"},"lastReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"penultimateReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"effectiveDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/LeaseRentAdjustmentEffectiveDateOutput"}},"validYears":{"type":"array","items":{"$ref":"#\/components\/schemas\/SelectOptionListOutput"}}}},"Lease.LeaseRentCalculationInput":{"type":"object","description":"","required":["isMultiLease"],"properties":{"isMultiLease":{"type":"boolean"},"majoredRentReference":{"type":"number","nullable":true},"privateLeaseSurface":{"type":"number","nullable":true}}},"Lease.LeaseRentCalculationOutput":{"type":"object","description":"","properties":{"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"canIncrease":{"default":true,"example":true,"type":"boolean"},"canDecrease":{"default":true,"example":true,"type":"boolean"},"messageToDisplay":{"type":"integer","nullable":true}}},"Lease.RentAdjustmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"propertyId":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"lastReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"penultimateReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"effectiveDate":{"type":"string","format":"date-time"},"amountAdjusted":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Lease.RentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"invoiceId":{"type":"integer"},"month":{"type":"integer"},"year":{"type":"integer"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"paymentLimitDate":{"type":"string","format":"date-time"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"amountTotal":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Lease.TenantDepartureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"propertyId":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"departureDate":{"type":"string","format":"date-time"},"ownerUsesSmopNoticeLetter":{"type":"boolean"},"isOwnerOrigin":{"type":"boolean"}}},"Lease.TenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"denomination":{"type":"string","nullable":true},"companyType":{"type":"string","nullable":true},"companyAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"siret":{"type":"string","nullable":true},"rcsCity":{"type":"string","nullable":true},"signatoryRole":{"type":"string","nullable":true},"civility":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"isDeparting":{"type":"boolean"},"hasLeft":{"type":"boolean"},"isVisale":{"type":"boolean","nullable":true},"upcomingAmendment":{"type":"boolean"},"guarantorFirstName":{"type":"string","nullable":true},"guarantorLastName":{"type":"string","nullable":true},"guarantorPhone":{"type":"string","nullable":true},"guarantorEmail":{"type":"string","nullable":true},"secondGuarantorFirstName":{"type":"string","nullable":true},"secondGuarantorLastName":{"type":"string","nullable":true},"secondGuarantorPhone":{"type":"string","nullable":true},"secondGuarantorEmail":{"type":"string","nullable":true}}},"LeaseAdditionalFeesInput":{"type":"object","description":"","required":["details"],"properties":{"details":{"type":"string"},"value":{"type":"number"}}},"LeaseAdditionalFeesOutput":{"type":"object","description":"","properties":{"details":{"type":"string"},"value":{"type":"number"}}},"LeaseAmendmentNewTenant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"status":{"type":"string"},"step":{"type":"string"},"entranceInventoryDate":{"type":"string","format":"date-time"},"effectiveDate":{"type":"string","format":"date-time"},"addTenantAmendmentDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"addTenantAmendmentSignatureIds":{"type":"array","items":{"type":"integer"},"nullable":true},"certification":{"type":"string","format":"iri-reference","nullable":true},"tenants":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"LeaseAmendmentNewTenant.LeaseAmendmentNewTenantDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"effectiveDate":{"type":"string","format":"date-time"},"certification":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificationDetailsOutput"}],"nullable":true},"addTenantAmendmentDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true}}},"LeaseAmendmentNewTenant.LeaseAmendmentNewTenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"effectiveDate":{"type":"string","format":"date-time"}}},"LeaseAmendmentNewTenant.LeaseAmendmentNewTenantPostInput":{"type":"object","description":"","required":["leaseId","effectiveDate","entranceInventoryDate","step"],"properties":{"leaseId":{"type":"integer"},"effectiveDate":{"type":"string","format":"date-time"},"entranceInventoryDate":{"type":"string","format":"date-time"},"tenants":{"type":"array","items":{"$ref":"#\/components\/schemas\/NewTenantInput"},"nullable":true},"step":{"enum":["generate_documents","waiting_signature","waiting_signature_and_lrar","waiting_signature_and_email","finished"],"type":"string"}}},"LeaseAmendmentNewTenant.LeaseAmendmentNewTenantPutInput":{"type":"object","description":"","required":["step","updateAddTenantAmendmentDocumentIds"],"properties":{"step":{"enum":["generate_documents","waiting_signature","waiting_signature_and_lrar","waiting_signature_and_email","finished"],"type":"string"},"updateAddTenantAmendmentDocumentIds":{"type":"boolean"},"addTenantAmendmentDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"LeaseAmendmentNewTenant.TenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"denomination":{"type":"string","nullable":true},"companyType":{"type":"string","nullable":true},"companyAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"siret":{"type":"string","nullable":true},"rcsCity":{"type":"string","nullable":true},"signatoryRole":{"type":"string","nullable":true},"civility":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"isDeparting":{"type":"boolean"},"hasLeft":{"type":"boolean"},"isVisale":{"type":"boolean","nullable":true},"upcomingAmendment":{"type":"boolean"},"guarantorFirstName":{"type":"string","nullable":true},"guarantorLastName":{"type":"string","nullable":true},"guarantorPhone":{"type":"string","nullable":true},"guarantorEmail":{"type":"string","nullable":true},"secondGuarantorFirstName":{"type":"string","nullable":true},"secondGuarantorLastName":{"type":"string","nullable":true},"secondGuarantorPhone":{"type":"string","nullable":true},"secondGuarantorEmail":{"type":"string","nullable":true}}},"LeaseRentAdjustmentEffectiveDateOutput":{"type":"object","description":"","properties":{"year":{"type":"integer"},"effectiveDate":{"type":"string","format":"date-time"}}},"NewTenantInput":{"type":"object","description":"","required":["firstName","lastName","email","phone","civility","guarantorFirstName","guarantorLastName","guarantorPhone","guarantorEmail","secondGuarantorFirstName","secondGuarantorLastName","secondGuarantorPhone","secondGuarantorEmail"],"properties":{"firstName":{"maxLength":100,"type":"string"},"lastName":{"maxLength":100,"type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"phone":{"maxLength":50,"type":"string","nullable":true},"civility":{"enum":["male","female"],"type":"string","nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"isVisale":{"type":"boolean","nullable":true},"guarantorFirstName":{"maxLength":100,"type":"string","nullable":true},"guarantorLastName":{"maxLength":100,"type":"string","nullable":true},"guarantorPhone":{"maxLength":50,"type":"string","nullable":true},"guarantorEmail":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"secondGuarantorFirstName":{"maxLength":100,"type":"string","nullable":true},"secondGuarantorLastName":{"maxLength":100,"type":"string","nullable":true},"secondGuarantorPhone":{"maxLength":50,"type":"string","nullable":true},"secondGuarantorEmail":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true}}},"Notification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"notificationType":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference","nullable":true},"templateValues":{"type":"array","items":{"type":"string"}},"titleValues":{"type":"array","items":{"type":"string"}},"context":{"type":"array","items":{"type":"string"}},"letterOption":{"type":"array","items":{"type":"string"},"nullable":true},"logs":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"Notification.NotificationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Notification.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Notification.NotificationOperationListOutput":{"type":"object","description":"","properties":{"email":{"type":"string"},"name":{"type":"string"},"isComplete":{"type":"boolean"},"type":{"description":"(Enum: NotificationOperationTypeEnum)","type":"string"}}},"Notification.NotificationPostInput":{"type":"object","description":"","properties":{"params":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationParamPostInput"},"nullable":true},"titleParams":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationParamPostInput"},"nullable":true},"keyName":{"maxLength":255,"type":"string"}},"required":["keyName"]},"Notification.NotificationPutInput":{"type":"object","description":""},"NotificationAttachment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationAttachment.","type":"integer"},"apiId":{"type":"integer","nullable":true},"filePath":{"description":"*","type":"string"},"fileName":{"description":"*","type":"string","nullable":true},"type":{"description":"(Enum: NotificationAttachmentTypeEnum) *","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"}}},"NotificationAttachment.NotificationAttachmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationAttachment.NotificationAttachmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationAttachment.NotificationAttachmentPostInput":{"type":"object","description":""},"NotificationAttachment.NotificationAttachmentPutInput":{"type":"object","description":""},"NotificationContact":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationContact.","type":"integer"},"apiId":{"type":"integer","nullable":true},"firstName":{"description":"*","type":"string"},"lastName":{"description":"*","type":"string"},"email":{"description":"*","type":"string"},"phone":{"description":"*","type":"string","nullable":true},"address":{"type":"array","items":{"type":"string"},"nullable":true},"userOwner":{"type":"string","format":"iri-reference","nullable":true},"tenant":{"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"}}},"NotificationContact.NotificationContactDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationContact.NotificationContactListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationContact.NotificationContactPostInput":{"type":"object","description":""},"NotificationContact.NotificationContactPutInput":{"type":"object","description":""},"NotificationLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"notification":{"type":"string","format":"iri-reference"},"notificationTemplate":{"type":"string","format":"iri-reference"},"notificationTransport":{"type":"string","format":"iri-reference"},"notificationContact":{"type":"string","format":"iri-reference"},"apiId":{"type":"integer","nullable":true},"status":{"type":"string","nullable":true},"cost":{"type":"number","nullable":true},"details":{"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"}}},"NotificationLog.NotificationLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationLog.NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationLog.NotificationLogPostInput":{"type":"object","description":""},"NotificationLog.NotificationLogPutInput":{"type":"object","description":""},"NotificationParamPostInput":{"type":"object","description":"","required":["key","value"],"properties":{"key":{"maxLength":255,"type":"string"},"value":{"maxLength":255,"type":"string"}}},"NotificationTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationTemplate.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference"},"apiId":{"type":"integer","nullable":true},"version":{"default":1,"example":1,"type":"integer"},"transportType":{"type":"string"},"template":{"type":"string"},"titleTemplate":{"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"}}},"NotificationTemplate.NotificationTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationTemplate.NotificationTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/NotificationTypeListOutput"},"version":{"type":"integer"}}},"NotificationTemplate.NotificationTemplatePostInput":{"type":"object","description":"","required":["notificationTypeId","template","titleTemplate","transportType"],"properties":{"notificationTypeId":{"type":"integer"},"template":{"type":"string"},"titleTemplate":{"type":"string"},"transportType":{"enum":["email","sms","firebase","signature","letter"],"type":"string"}}},"NotificationTemplate.NotificationTemplatePutInput":{"type":"object","description":""},"NotificationTransport":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationTransport.","type":"integer"},"apiId":{"type":"integer","nullable":true},"type":{"type":"string"},"keyName":{"description":"Key name to identify the NotificationTransport.","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"}}},"NotificationTransport.NotificationTransportDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationTransport.NotificationTransportListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationTransport.NotificationTransportPostInput":{"type":"object","description":"","required":["keyName","type"],"properties":{"keyName":{"maxLength":255,"pattern":"^([a-z0-9_]+)$","type":"string"},"type":{"enum":["email","sms","firebase","signature","letter"],"type":"string"}}},"NotificationTransport.NotificationTransportPutInput":{"type":"object","description":""},"NotificationType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"keyName":{"type":"string"},"description":{"type":"string"},"parameters":{"type":"array","items":{"type":"string"}},"titleParameters":{"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"}}},"NotificationType.NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"description":{"type":"string"},"parameters":{"type":"array","items":{"type":"string"}},"titleParameters":{"type":"array","items":{"type":"string"}}}},"NotificationType.NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"description":{"type":"string"}}},"NotificationType.NotificationTypePostInput":{"type":"object","description":""},"NotificationType.NotificationTypePutInput":{"type":"object","description":""},"NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"description":{"type":"string"}}},"Price":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string","format":"iri-reference"},"amountHt":{"type":"integer"},"amountTtc":{"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"}}},"Price.PriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"amountHt":{"$ref":"#\/components\/schemas\/AmountOutput"},"amountTtc":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Price.PriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"amountHt":{"$ref":"#\/components\/schemas\/AmountOutput"},"amountTtc":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Price.PricePostInput":{"type":"object","description":""},"Price.PricePutInput":{"type":"object","description":"","properties":{"amountHt":{"type":"integer"},"amountTtc":{"type":"integer"}}},"PriceOnboardOutput":{"type":"object","description":"","properties":{"keyName":{"type":"string"},"amountHt":{"$ref":"#\/components\/schemas\/AmountOutput"},"amountTtc":{"$ref":"#\/components\/schemas\/AmountOutput"},"periodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"Property":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Nullable to allow a refresh call on creation.","type":"integer"},"rights":{"type":"array","items":{"type":"string"}},"label":{"type":"string","nullable":true},"details":{"type":"string","nullable":true},"building":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string","nullable":true},"surfaceType":{"type":"string","nullable":true},"subtypeDwelling":{"type":"string","nullable":true},"subtypeSpace":{"type":"string","nullable":true},"subtypeCustom":{"type":"string","nullable":true},"habitatType":{"type":"string","nullable":true},"propertyLegalStatus":{"type":"string","nullable":true},"condominiumManager":{"type":"boolean","nullable":true},"condominiumManagerContactDetails":{"type":"string","nullable":true},"livingSurface":{"type":"number","nullable":true},"mainRooms":{"type":"array","items":{"type":"string"},"nullable":true},"constructionPeriodDwelling":{"type":"string","nullable":true},"constructionPeriodSpace":{"type":"string","nullable":true},"floors":{"type":"integer","nullable":true},"floor":{"type":"array","items":{"type":"string"},"nullable":true},"tenseZone":{"type":"boolean","nullable":true},"pollutionZone":{"type":"boolean","nullable":true},"noiseZone":{"type":"boolean","nullable":true},"rentControl":{"type":"boolean","nullable":true},"rentalPermit":{"type":"boolean","nullable":true},"agreements":{"type":"boolean","nullable":true},"naturalDisastersCompensation":{"type":"boolean","nullable":true},"ancillaryEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"otherPrivateAreas":{"type":"array","items":{"type":"string"},"nullable":true},"housingEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"commonUseEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"tvAccess":{"type":"boolean","nullable":true},"tvAccessEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"internetAccess":{"type":"boolean","nullable":true},"internetAccessEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"phoneAccess":{"type":"boolean","nullable":true},"phoneAccessEquipment":{"type":"array","items":{"type":"string"},"nullable":true},"electricityInstallationStatus":{"type":"string","nullable":true},"electricityInstallationDate":{"type":"string","format":"date-time","nullable":true},"electricityInstallationDateSelect":{"type":"string","nullable":true},"gasInstallationStatus":{"type":"string","nullable":true},"gasInstallationDate":{"type":"string","format":"date-time","nullable":true},"gasInstallationDateSelect":{"type":"string","nullable":true},"heatingType":{"type":"string","nullable":true},"collectiveHeatingTerms":{"type":"string","nullable":true},"customCollectiveHeatingTerms":{"type":"string","nullable":true},"hotWaterType":{"type":"string","nullable":true},"collectiveHotWaterTerms":{"type":"string","nullable":true},"customCollectiveHotWaterTerms":{"type":"string","nullable":true},"energyPerformanceRanking":{"type":"string","nullable":true},"finalConsumption":{"type":"number","nullable":true},"gasEmissionsRanking":{"type":"string","nullable":true},"individualBoilers":{"type":"boolean","nullable":true},"acquisitionDate":{"type":"string","format":"date-time","nullable":true},"acquisitionPrice":{"type":"number","nullable":true},"notaryFees":{"type":"number","nullable":true},"ownershipType":{"type":"string","nullable":true},"sci":{"type":"string","format":"iri-reference","nullable":true},"rentalType":{"type":"string","nullable":true},"ownershipPercentage":{"type":"number","nullable":true},"rentalBusinessDeclaration":{"type":"boolean","nullable":true},"siret":{"type":"string","nullable":true},"rentalLegalStatusBic":{"type":"string","nullable":true},"rentalLegalStatusProperty":{"type":"string","nullable":true},"parkingLotType":{"type":"string","nullable":true},"boxType":{"type":"string","nullable":true},"accessGears":{"type":"array","items":{"type":"string"},"nullable":true},"electricity":{"type":"boolean","nullable":true},"heating":{"type":"boolean","nullable":true},"spaceStatus":{"type":"string","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"taxIdentificationNumber":{"description":"12 digits numbers","type":"string","nullable":true},"estimatedEnergyYearlyCosts":{"type":"integer","nullable":true},"energyCostsEstimationReferenceYear":{"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"}}},"Property.DocumentDownloadOutput":{"type":"object","description":""},"Property.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"Property.InsuranceTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"description":{"type":"string"},"link":{"type":"string","nullable":true},"insurances":{"type":"array","items":{"$ref":"#\/components\/schemas\/InsuranceListOutput"}}}},"Property.InvoiceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"propertyId":{"type":"integer"},"propertyLabel":{"type":"string"},"label":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"vat":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}}}},"Property.LeaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"propertyId":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true},"leaseEndDate":{"type":"string","format":"date-time","nullable":true},"rentAmount":{"type":"number","nullable":true},"draftInventoryId":{"type":"integer","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"tenantsNumber":{"type":"integer"},"tenantNames":{"type":"string"}}},"Property.PropertyDetailsAcquisitionOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"acquisitionDate":{"type":"string","format":"date-time","nullable":true},"acquisitionPrice":{"type":"number","nullable":true},"notaryFees":{"type":"number","nullable":true},"ownershipType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"sciId":{"type":"integer","nullable":true},"rentalType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"ownershipPercentage":{"type":"number","nullable":true},"rentalBusinessDeclaration":{"type":"boolean","nullable":true},"siret":{"type":"string","nullable":true},"rentalLegalStatusBic":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"rentalLegalStatusProperty":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"spaceStatus":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"taxIdentificationNumber":{"type":"string","nullable":true}}},"Property.PropertyDetailsEnergyOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"electricityInstallationStatus":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"electricityInstallationDate":{"type":"string","format":"date-time","nullable":true},"electricityInstallationDateSelect":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"gasInstallationStatus":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"gasInstallationDate":{"type":"string","format":"date-time","nullable":true},"gasInstallationDateSelect":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"heatingType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"collectiveHeatingTerms":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customCollectiveHeatingTerms":{"type":"string","nullable":true},"hotWaterType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"collectiveHotWaterTerms":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customCollectiveHotWaterTerms":{"type":"string","nullable":true},"energyPerformanceRanking":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"finalConsumption":{"type":"number","nullable":true},"gasEmissionsRanking":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"individualBoilers":{"type":"boolean","nullable":true},"electricity":{"type":"boolean","nullable":true},"heating":{"type":"boolean","nullable":true},"estimatedEnergyYearlyCosts":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"energyCostsEstimationReferenceYear":{"type":"integer","nullable":true}}},"Property.PropertyDetailsEquipmentOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"ancillaryEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyAncillaryEquipmentOutput"}},"otherPrivateAreas":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyOtherPrivateAreasOutput"}},"housingEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyHousingEquipmentOutput"}},"commonUseEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyCommonUseEquipmentOutput"}},"tvAccess":{"type":"boolean","nullable":true},"tvAccessEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyTvAccessEquipmentOutput"}},"internetAccess":{"type":"boolean","nullable":true},"internetAccessEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyInternetAccessEquipmentOutput"}},"phoneAccess":{"type":"boolean","nullable":true},"phoneAccessEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyPhoneAccessEquipmentOutput"}}}},"Property.PropertyDetailsInformationOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"subtypeDwelling":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"subtypeSpace":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"subtypeCustom":{"type":"string","nullable":true},"surfaceType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"habitatType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"propertyLegalStatus":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"condominiumManager":{"type":"boolean","nullable":true},"condominiumManagerContactDetails":{"type":"string","nullable":true},"livingSurface":{"type":"number","nullable":true},"mainRooms":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyMainRoomOutput"}},"constructionPeriodDwelling":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"constructionPeriodSpace":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"floors":{"type":"integer","nullable":true},"floor":{"type":"array","items":{"type":"integer"},"nullable":true},"parkingLotType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"boxType":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"accessGears":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyAccessGearsOutput"}}}},"Property.PropertyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"label":{"type":"string"},"details":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"buildingId":{"type":"integer","nullable":true}}},"Property.PropertyDetailsRentTotalOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"totalRents":{"type":"number"},"totalCharges":{"type":"number"},"totalInsurances":{"type":"number"},"totalChargesRegularizations":{"type":"number"},"totalGuarantee":{"type":"number"},"totalAmount":{"type":"number"},"paidRents":{"type":"number"},"locativeDebtAmount":{"type":"number"}}},"Property.PropertyDetailsRightsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"rights":{"type":"array","items":{"$ref":"#\/components\/schemas\/RightsOutput"}}}},"Property.PropertyDetailsZoneOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"tenseZone":{"type":"boolean","nullable":true},"pollutionZone":{"type":"boolean","nullable":true},"noiseZone":{"type":"boolean","nullable":true},"rentControl":{"type":"boolean","nullable":true},"rentalPermit":{"type":"boolean","nullable":true},"agreements":{"type":"boolean","nullable":true},"naturalDisastersCompensation":{"type":"boolean","nullable":true}}},"Property.PropertyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"label":{"type":"string"},"details":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"buildingId":{"type":"integer","nullable":true},"livingSurface":{"type":"number","nullable":true},"energyPerformanceRanking":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"finalConsumption":{"type":"number","nullable":true}}},"Property.PropertyPostInput":{"type":"object","description":"","required":["type","label","details","buildingId","userOwnerId"],"properties":{"type":{"enum":["dwelling","space"],"type":"string"},"label":{"maxLength":255,"type":"string"},"details":{"maxLength":255,"type":"string","nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressInput"},"buildingId":{"maximum":10000000,"type":"integer","nullable":true},"userOwnerId":{"maximum":10000000,"type":"integer"}}},"Property.PropertyPutAcquisitionInput":{"type":"object","description":"","properties":{"acquisitionDate":{"type":"string","format":"date-time","nullable":true},"acquisitionPrice":{"type":"number","nullable":true},"notaryFees":{"type":"number","nullable":true},"ownershipType":{"enum":["individual","sci_ir","sci_is"],"type":"string","nullable":true},"sciId":{"maximum":10000000,"type":"integer","nullable":true},"rentalType":{"enum":["furnished","furnished_pro","unfurnished"],"type":"string","nullable":true},"ownershipPercentage":{"type":"number","nullable":true},"rentalBusinessDeclaration":{"type":"boolean","nullable":true},"siret":{"maxLength":50,"type":"string","nullable":true},"rentalLegalStatusBic":{"enum":["micro_bic","actual"],"type":"string","nullable":true},"rentalLegalStatusProperty":{"enum":["micro_property","actual"],"type":"string","nullable":true},"spaceStatus":{"enum":["bic","property"],"type":"string","nullable":true},"taxIdentificationNumber":{"maxLength":12,"type":"string","nullable":true}},"required":["ownershipType","sciId","rentalType","ownershipPercentage","siret","rentalLegalStatusBic","rentalLegalStatusProperty","spaceStatus","taxIdentificationNumber"]},"Property.PropertyPutEnergyInput":{"type":"object","description":"","required":["electricityInstallationStatus","electricityInstallationDateSelect","gasInstallationStatus","gasInstallationDateSelect","heatingType","collectiveHeatingTerms","customCollectiveHeatingTerms","hotWaterType","collectiveHotWaterTerms","customCollectiveHotWaterTerms","energyPerformanceRanking","gasEmissionsRanking"],"properties":{"electricityInstallationStatus":{"enum":["known_date","unknown_date","not_connected"],"type":"string","nullable":true},"electricityInstallationDate":{"type":"string","format":"date-time","nullable":true},"electricityInstallationDateSelect":{"enum":["more_than_15","less_than_15","unknown"],"type":"string","nullable":true},"gasInstallationStatus":{"enum":["known_date","unknown_date","not_connected"],"type":"string","nullable":true},"gasInstallationDate":{"type":"string","format":"date-time","nullable":true},"gasInstallationDateSelect":{"enum":["more_than_15","less_than_15","unknown"],"type":"string","nullable":true},"heatingType":{"enum":["individual","collective"],"type":"string","nullable":true},"collectiveHeatingTerms":{"enum":["index","tantieme","other"],"type":"string","nullable":true},"customCollectiveHeatingTerms":{"type":"string","nullable":true},"hotWaterType":{"enum":["individual","collective"],"type":"string","nullable":true},"collectiveHotWaterTerms":{"enum":["index","tantieme","other"],"type":"string","nullable":true},"customCollectiveHotWaterTerms":{"type":"string","nullable":true},"energyPerformanceRanking":{"enum":["a","b","c","d","e","f","g","blank","missing"],"type":"string","nullable":true},"finalConsumption":{"type":"number","nullable":true},"gasEmissionsRanking":{"enum":["a","b","c","d","e","f","g","blank","missing"],"type":"string","nullable":true},"individualBoilers":{"type":"boolean","nullable":true},"electricity":{"type":"boolean","nullable":true},"heating":{"type":"boolean","nullable":true},"estimatedEnergyYearlyCosts":{"maximum":10000000,"type":"integer","nullable":true},"energyCostsEstimationReferenceYear":{"maximum":10000000,"type":"integer","nullable":true}}},"Property.PropertyPutEquipmentInput":{"type":"object","description":"","properties":{"ancillaryEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyAncillaryEquipmentInput"},"nullable":true},"otherPrivateAreas":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyOtherPrivateAreasInput"},"nullable":true},"housingEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyHousingEquipmentInput"},"nullable":true},"commonUseEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyCommonUseEquipmentInput"},"nullable":true},"tvAccess":{"type":"boolean","nullable":true},"tvAccessEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyTvAccessEquipmentInput"},"nullable":true},"internetAccess":{"type":"boolean","nullable":true},"internetAccessEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyInternetAccessEquipmentInput"},"nullable":true},"phoneAccess":{"type":"boolean","nullable":true},"phoneAccessEquipment":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyPhoneAccessEquipmentInput"},"nullable":true}}},"Property.PropertyPutInformationInput":{"type":"object","description":"","required":["subtypeDwelling","subtypeSpace","subtypeCustom","surfaceType","habitatType","propertyLegalStatus","condominiumManagerContactDetails","livingSurface","constructionPeriodDwelling","constructionPeriodSpace","floors","parkingLotType","boxType"],"properties":{"subtypeDwelling":{"enum":["apartment","house"],"type":"string","nullable":true},"subtypeSpace":{"enum":["garage","box","parking_lot"],"type":"string","nullable":true},"subtypeCustom":{"maxLength":255,"type":"string","nullable":true},"surfaceType":{"enum":["studio","t1","t1bis","t2","t3","t4","t5","t6","t7","t8","t9","t10","t11","t12"],"type":"string","nullable":true},"habitatType":{"enum":["individual","collective"],"type":"string","nullable":true},"propertyLegalStatus":{"enum":["single_ownership","condominium"],"type":"string","nullable":true},"condominiumManager":{"type":"boolean","nullable":true},"condominiumManagerContactDetails":{"type":"string","nullable":true},"livingSurface":{"type":"number","nullable":true},"mainRooms":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyMainRoomInput"},"nullable":true},"constructionPeriodDwelling":{"enum":["until_1948","1949_1974","1975_1989","1990_2004","since_2005"],"type":"string","nullable":true},"constructionPeriodSpace":{"enum":["before_1949","since_1949"],"type":"string","nullable":true},"floors":{"maximum":10000000,"type":"integer","nullable":true},"floor":{"type":"array","items":{"type":"integer"},"nullable":true},"parkingLotType":{"enum":["covered","open_air"],"type":"string","nullable":true},"boxType":{"enum":["simple","double","triple"],"type":"string","nullable":true},"accessGears":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyAccessGearsInput"},"nullable":true}}},"Property.PropertyPutInput":{"type":"object","description":"","required":["label","details","buildingId"],"properties":{"label":{"maxLength":255,"type":"string"},"details":{"maxLength":255,"type":"string","nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressInput"},"buildingId":{"maximum":10000000,"type":"integer","nullable":true}}},"Property.PropertyPutZoneInput":{"type":"object","description":"","properties":{"tenseZone":{"type":"boolean","nullable":true},"pollutionZone":{"type":"boolean","nullable":true},"noiseZone":{"type":"boolean","nullable":true},"rentControl":{"type":"boolean","nullable":true},"rentalPermit":{"type":"boolean","nullable":true},"agreements":{"type":"boolean","nullable":true},"naturalDisastersCompensation":{"type":"boolean","nullable":true}}},"PropertyAccessGearsInput":{"type":"object","description":"","required":["type","customType","number"],"properties":{"type":{"enum":["remote_control","badge","magnetic_card","key","other"],"type":"string"},"customType":{"type":"string","nullable":true},"number":{"minimum":1,"maximum":10000000,"type":"integer"}}},"PropertyAccessGearsOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"number":{"type":"integer"}}},"PropertyAncillaryEquipmentInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["cellar","box","garage","parking_lot","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyAncillaryEquipmentOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyCommonUseEquipmentInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["elevator","bike_garage","shared_pool","laundry","gym","green_spaces","playground","intercom","guarding","garbage_room","private_access","toilet_on_landing","shower_on_landing","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyCommonUseEquipmentOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyHousingEquipmentInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["equipped_kitchen","air_conditioning","water_tank","wood_stove","pellet_stove","chimney","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyHousingEquipmentOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyInternetAccessEquipmentInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["adsl","optical_fiber","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyInternetAccessEquipmentOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyMainRoomInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["living_room","dining_room","bedroom","office","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyMainRoomOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyOtherPrivateAreasInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["attic","under_attics","balcony","terrasse","loggia","garden","private_pool","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyOtherPrivateAreasOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyPhoneAccessEquipmentInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["adsl","optical_fiber","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyPhoneAccessEquipmentOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertySublistOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"label":{"type":"string"}}},"PropertyTvAccessEquipmentInput":{"type":"object","description":"","required":["type","customType","comment"],"properties":{"type":{"enum":["adsl","optical_fiber","collective_antenna","individual_antenna","satellite","cable","other"],"type":"string"},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"PropertyTvAccessEquipmentOutput":{"type":"object","description":"","properties":{"type":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"customType":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true}}},"Rebilling":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"userOwner":{"type":"string","format":"iri-reference"},"description":{"type":"string"},"currency":{"type":"string","format":"iri-reference"},"priceHt":{"type":"integer"},"priceTtc":{"type":"integer"},"operationDate":{"type":"string","format":"date-time"},"rebilled":{"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"}}},"Rebilling.RebillingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Rebilling.RebillingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Rebilling.RebillingPostInput":{"type":"object","description":""},"Rebilling.RebillingPutInput":{"type":"object","description":""},"ReferenceTrimester":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"year":{"type":"integer"},"trimester":{"description":"(Enum: QuarterEnum)","type":"string"},"value":{"type":"integer"},"publicationDate":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"ReferenceTrimesterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"year":{"type":"integer"},"trimester":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"value":{"type":"number"},"publicationDate":{"type":"string","format":"date-time","nullable":true}}},"Rent":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"invoice":{"type":"string","format":"iri-reference"},"month":{"type":"integer"},"year":{"type":"integer"},"paymentLimitDate":{"type":"string","format":"date-time"},"isLast":{"type":"boolean"},"paymentNoticeAlertSent":{"description":"Indicates if an alert has previously been sent, and therefore if the payment notice should actually be sent.","type":"boolean"},"rentReceiptAlertSent":{"description":"Indicates if an alert has previously been sent, and therefore if the rent receipt should actually be sent.","type":"boolean"},"rentReceiptAlertDate":{"description":"The date on which the rent receipt alert was sent.","type":"string","format":"date-time","nullable":true},"rentReceiptAlertFailed":{"description":"Indicates if the system failed to generate a rent receipt due to an incomplete payment.","type":"boolean"},"lastPaymentReceiptAmount":{"description":"Last known paid amount for which a payment receipt has been generated.","type":"integer","nullable":true},"rentReceiptGenerated":{"description":"Indicates if a rent receipt has already been generated (rent fully paid).","type":"boolean"},"amountRent":{"type":"integer"},"amountCharges":{"type":"integer"},"amountInsurance":{"type":"integer"},"amountChargesRegularization":{"type":"integer"},"amountGuarantee":{"type":"integer"},"amountInventoryFees":{"type":"integer"},"currency":{"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"}}},"Rent.RentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"invoiceId":{"type":"integer"},"month":{"type":"integer"},"year":{"type":"integer"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"paymentLimitDate":{"type":"string","format":"date-time"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"amountTotal":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Rent.RentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"invoiceId":{"type":"integer"},"month":{"type":"integer"},"year":{"type":"integer"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"paymentLimitDate":{"type":"string","format":"date-time"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"amountTotal":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Rent.RentPostInput":{"type":"object","description":""},"Rent.RentPutInput":{"type":"object","description":""},"Rent.RentRentReceiptsOutput":{"type":"object","description":"","properties":{"success":{"default":true,"example":true,"type":"boolean"}}},"Rent.RentRentReceiptsPostInput":{"type":"object","description":"","properties":{"tenantIds":{"type":"array","items":{"type":"integer"}},"rentIds":{"type":"array","items":{"type":"integer"}}}},"RentAdjustment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"status":{"description":"(Enum: RentAdjustmentStatusEnum)","type":"string"},"step":{"description":"(Enum: RentAdjustmentStepEnum)","type":"string"},"lastReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimester"},"penultimateReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimester"},"currency":{"type":"string","format":"iri-reference"},"amountToAdjust":{"type":"integer"},"amountAdjusted":{"type":"integer"},"chargesToAdjust":{"type":"integer"},"chargesAdjusted":{"type":"integer"},"effectiveDate":{"description":"due date of the first rent concerned by the adjustment","type":"string","format":"date-time"},"rentAdjustmentLetterDocumentIds":{"description":"\nList of Documents IDs.\n- type is: RentAdjustmentLetter\n- generation key is: RentAdjustmentLetter","type":"array","items":{"type":"integer"},"nullable":true},"letterSignatureIds":{"description":"\nList of Notification IDs that concern the signature of a document (all types of documents).","type":"array","items":{"type":"integer"},"nullable":true},"year":{"type":"integer"},"notifyDate":{"type":"string","format":"date-time","nullable":true},"activationDate":{"description":"Date on which the rent adjustment was taken into account.","type":"string","format":"date-time","nullable":true},"activationRent":{"description":"First Rent on which the rent adjustment was applied.","type":"string","format":"iri-reference","nullable":true},"certification":{"type":"string","format":"iri-reference","nullable":true},"tenantIds":{"description":"The list of tenants concerned by the adjustment.","type":"array","items":{"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"}}},"RentAdjustment.RentAdjustmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"propertyId":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"lastReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"penultimateReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"effectiveDate":{"type":"string","format":"date-time"},"amountAdjusted":{"$ref":"#\/components\/schemas\/AmountOutput"},"certification":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificationDetailsOutput"}],"nullable":true},"tenantIds":{"type":"array","items":{"type":"string"}},"rentAdjustmentLetterDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true}}},"RentAdjustment.RentAdjustmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"propertyId":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"lastReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"penultimateReferenceTrimester":{"$ref":"#\/components\/schemas\/ReferenceTrimesterDetailsOutput"},"effectiveDate":{"type":"string","format":"date-time"},"amountAdjusted":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"RentAdjustment.RentAdjustmentPostInput":{"type":"object","description":"","required":["leaseId","amountAdjusted","chargesAdjusted","step","lastReferenceTrimesterId","penultimateReferenceTrimesterId","year","effectiveDate"],"properties":{"leaseId":{"type":"integer"},"amountAdjusted":{"type":"integer"},"chargesAdjusted":{"type":"integer"},"step":{"enum":["generate_documents","waiting_signature","waiting_signature_and_lrar","waiting_signature_and_email","finished"],"type":"string"},"lastReferenceTrimesterId":{"type":"integer"},"penultimateReferenceTrimesterId":{"type":"integer"},"year":{"type":"integer"},"effectiveDate":{"type":"string","format":"date-time"}}},"RentAdjustment.RentAdjustmentPutInput":{"type":"object","description":"","required":["step","updateRentAdjustmentLetterDocumentIds"],"properties":{"step":{"enum":["generate_documents","waiting_signature","waiting_signature_and_lrar","waiting_signature_and_email","finished"],"type":"string"},"updateRentAdjustmentLetterDocumentIds":{"type":"boolean"},"rentAdjustmentLetterDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"RightsIssueOutput":{"type":"object","description":"","properties":{"attribute":{"type":"string"},"reason":{"description":"(Enum: RightsIssueReasonEnum)","type":"string"}}},"RightsOutput":{"type":"object","description":"","properties":{"right":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"value":{"type":"boolean"},"issues":{"type":"array","items":{"$ref":"#\/components\/schemas\/RightsIssueOutput"}}}},"Sci":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"siret":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"address":{"type":"array","items":{"type":"string"},"nullable":true},"family":{"type":"boolean","nullable":true},"contactEmail":{"type":"string","nullable":true},"ownershipPercentage":{"type":"number","nullable":true},"userOwner":{"type":"string","format":"iri-reference"},"willUseTaxDeclaration":{"type":"boolean","nullable":true},"taxDeclarationMonth":{"type":"integer","nullable":true},"properties":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"Sci.SciDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"siret":{"type":"string"},"label":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"family":{"type":"boolean"},"contactEmail":{"type":"string"},"ownershipPercentage":{"type":"number"},"willUseTaxDeclaration":{"type":"boolean","nullable":true},"taxDeclarationMonth":{"type":"integer","nullable":true},"isDeletable":{"type":"boolean"}}},"Sci.SciListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"siret":{"type":"string"},"label":{"type":"string"},"family":{"type":"boolean"},"ownershipPercentage":{"type":"number"}}},"Sci.SciPostInput":{"type":"object","description":"","required":["label","siret","contactEmail","userOwnerId","taxDeclarationMonth"],"properties":{"label":{"maxLength":255,"type":"string"},"siret":{"maxLength":50,"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressInput"},"family":{"type":"boolean"},"contactEmail":{"maxLength":255,"type":"string"},"ownershipPercentage":{"type":"number"},"userOwnerId":{"maximum":10000000,"type":"integer"},"willUseTaxDeclaration":{"type":"boolean","nullable":true},"taxDeclarationMonth":{"maximum":10000000,"type":"integer","nullable":true}}},"Sci.SciPutInput":{"type":"object","description":"","properties":{"family":{"type":"boolean"},"contactEmail":{"maxLength":255,"type":"string"},"ownershipPercentage":{"type":"number"},"willUseTaxDeclaration":{"type":"boolean","nullable":true},"taxDeclarationMonth":{"maximum":10000000,"type":"integer","nullable":true}},"required":["contactEmail","taxDeclarationMonth"]},"SelectOptionDetailsOutput":{"type":"object","description":"","properties":{"value":{"type":"string"},"label":{"type":"string"}}},"SelectOptionListOutput":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}}}},"Subscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"subscriptionPrice":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"stripeSubscriptionId":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"additionalItemNumber":{"type":"integer"},"status":{"description":"(Enum: SubscriptionStatusEnum)","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"}}},"Subscription.SubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"dateStart":{"type":"string","format":"date-time","nullable":true},"nextPayment":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"periodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"priceHt":{"$ref":"#\/components\/schemas\/AmountOutput"},"priceTtc":{"$ref":"#\/components\/schemas\/AmountOutput"},"planLabel":{"type":"string"}}},"Subscription.SubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"dateStart":{"type":"string","format":"date-time","nullable":true},"nextPayment":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"periodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"priceHt":{"$ref":"#\/components\/schemas\/AmountOutput"},"priceTtc":{"$ref":"#\/components\/schemas\/AmountOutput"},"planLabel":{"type":"string"}}},"Subscription.SubscriptionPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"stripePaymentIntentClientSecret":{"type":"string","nullable":true},"stripePaymentIntentStatus":{"type":"string","nullable":true}}},"Subscription.SubscriptionPostInput":{"type":"object","description":"","required":["priceKeyName"],"properties":{"priceKeyName":{"enum":["subscription_standard_monthly","subscription_standard_yearly","subscription_premium_monthly","subscription_premium_yearly"],"type":"string"}}},"Subscription.SubscriptionPutInput":{"type":"object","description":""},"SubscriptionFeature":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"category":{"type":"string","format":"iri-reference"},"displayOrder":{"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"}}},"SubscriptionFeature.SubscriptionFeatureDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SubscriptionFeature.SubscriptionFeatureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"SubscriptionFeature.SubscriptionFeaturePostInput":{"type":"object","description":""},"SubscriptionFeature.SubscriptionFeaturePutInput":{"type":"object","description":""},"SubscriptionFeatureCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"label":{"type":"string"},"displayOrder":{"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"}}},"SubscriptionFeatureCategory.SubscriptionFeatureCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SubscriptionFeatureCategory.SubscriptionFeatureCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionFeatureListOutput"}}}},"SubscriptionFeatureCategory.SubscriptionFeatureCategoryPostInput":{"type":"object","description":""},"SubscriptionFeatureCategory.SubscriptionFeatureCategoryPutInput":{"type":"object","description":""},"SubscriptionFeatureCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionFeatureListOutput"}}}},"SubscriptionFeatureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"SubscriptionPayment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPayment.","type":"integer"},"subscription":{"type":"string","format":"iri-reference","nullable":true},"paymentDate":{"type":"string","format":"date-time","nullable":true},"status":{"description":"(Enum: SubscriptionPaymentStatusEnum)","type":"string"},"stripePaymentIntentId":{"type":"string","nullable":true},"stripePaymentIntentClientSecret":{"type":"string","nullable":true},"stripePaymentIntentStatus":{"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"}}},"SubscriptionPayment.SubscriptionPaymentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"stripePaymentIntentClientSecret":{"type":"string","nullable":true},"stripePaymentIntentStatus":{"type":"string","nullable":true}}},"SubscriptionPayment.SubscriptionPaymentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"stripePaymentIntentId":{"type":"string","nullable":true},"stripePaymentIntentClientSecret":{"type":"string","nullable":true},"stripePaymentIntentStatus":{"type":"string","nullable":true}}},"SubscriptionPayment.SubscriptionPaymentPostInput":{"type":"object","description":""},"SubscriptionPayment.SubscriptionPaymentPutInput":{"type":"object","description":""},"SubscriptionPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"stripeProductId":{"type":"string","nullable":true},"xPlanFeatures":{"readOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/XSubscriptionPlanSubscriptionFeature"}},"prices":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"SubscriptionPlan.SubscriptionPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SubscriptionPlan.SubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"featureCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionFeatureCategoryListOutput"}},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/PriceOnboardOutput"}}}},"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"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"currency":{"type":"string","format":"iri-reference"},"priceHt":{"type":"integer"},"priceTtc":{"type":"integer"},"periodicity":{"description":"(Enum: SubscriptionPaymentPeriodicityEnum)","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"}}},"SubscriptionPrice.SubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SubscriptionPrice.SubscriptionPriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SubscriptionPrice.SubscriptionPricePostInput":{"type":"object","description":""},"SubscriptionPrice.SubscriptionPricePutInput":{"type":"object","description":""},"Tenant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Nullable to allow a refresh call on creation.","type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"type":{"description":"(Enum: TenantTypeEnum)","type":"string"},"denomination":{"description":"In case of a company tenant.","type":"string","nullable":true},"companyType":{"type":"string","nullable":true},"address":{"type":"array","items":{"type":"string"}},"companyAddress":{"description":"In case of a company tenant.","type":"array","items":{"type":"string"},"nullable":true},"siret":{"description":"In case of a company tenant.","type":"string","nullable":true},"rcsCity":{"description":"In case of a company tenant.","type":"string","nullable":true},"signatoryRole":{"type":"string","nullable":true},"civility":{"description":"(Enum: CivilityEnum)","type":"string","nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"updateContact":{"type":"boolean"},"isVisale":{"type":"boolean","nullable":true},"leaseAmendmentNewTenant":{"type":"string","format":"iri-reference","nullable":true},"tenantDeparture":{"type":"string","format":"iri-reference","nullable":true},"hasLeft":{"type":"boolean"},"xTenantGuarantors":{"type":"array","items":{"$ref":"#\/components\/schemas\/XTenantGuarantor"}},"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"}}},"Tenant.DocumentDownloadOutput":{"type":"object","description":""},"Tenant.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"Tenant.TenantDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"denomination":{"type":"string","nullable":true},"companyType":{"type":"string","nullable":true},"companyAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"siret":{"type":"string","nullable":true},"rcsCity":{"type":"string","nullable":true},"signatoryRole":{"type":"string","nullable":true},"civility":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"isDeparting":{"type":"boolean"},"hasLeft":{"type":"boolean"},"isVisale":{"type":"boolean","nullable":true},"upcomingAmendment":{"type":"boolean"},"guarantorFirstName":{"type":"string","nullable":true},"guarantorLastName":{"type":"string","nullable":true},"guarantorPhone":{"type":"string","nullable":true},"guarantorEmail":{"type":"string","nullable":true},"secondGuarantorFirstName":{"type":"string","nullable":true},"secondGuarantorLastName":{"type":"string","nullable":true},"secondGuarantorPhone":{"type":"string","nullable":true},"secondGuarantorEmail":{"type":"string","nullable":true}}},"Tenant.TenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"denomination":{"type":"string","nullable":true},"companyType":{"type":"string","nullable":true},"companyAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"siret":{"type":"string","nullable":true},"rcsCity":{"type":"string","nullable":true},"signatoryRole":{"type":"string","nullable":true},"civility":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"isDeparting":{"type":"boolean"},"hasLeft":{"type":"boolean"},"isVisale":{"type":"boolean","nullable":true},"upcomingAmendment":{"type":"boolean"},"guarantorFirstName":{"type":"string","nullable":true},"guarantorLastName":{"type":"string","nullable":true},"guarantorPhone":{"type":"string","nullable":true},"guarantorEmail":{"type":"string","nullable":true},"secondGuarantorFirstName":{"type":"string","nullable":true},"secondGuarantorLastName":{"type":"string","nullable":true},"secondGuarantorPhone":{"type":"string","nullable":true},"secondGuarantorEmail":{"type":"string","nullable":true}}},"Tenant.TenantPostInput":{"type":"object","description":"","required":["leaseId","firstName","lastName","email","phone","type","denomination","companyType","siret","rcsCity","signatoryRole","civility","guarantorFirstName","guarantorLastName","guarantorPhone","guarantorEmail","secondGuarantorFirstName","secondGuarantorLastName","secondGuarantorPhone","secondGuarantorEmail"],"properties":{"leaseId":{"maximum":10000000,"type":"integer"},"firstName":{"maxLength":100,"type":"string"},"lastName":{"maxLength":100,"type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"phone":{"maxLength":50,"type":"string","nullable":true},"type":{"enum":["person","company"],"type":"string"},"denomination":{"maxLength":100,"type":"string","nullable":true},"companyType":{"maxLength":50,"type":"string","nullable":true},"companyAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressInput"}],"nullable":true},"siret":{"maxLength":50,"type":"string","nullable":true},"rcsCity":{"maxLength":50,"type":"string","nullable":true},"signatoryRole":{"maxLength":100,"type":"string","nullable":true},"civility":{"enum":["male","female"],"type":"string","nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"isVisale":{"type":"boolean","nullable":true},"guarantorFirstName":{"maxLength":100,"type":"string","nullable":true},"guarantorLastName":{"maxLength":100,"type":"string","nullable":true},"guarantorPhone":{"maxLength":50,"type":"string","nullable":true},"guarantorEmail":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"secondGuarantorFirstName":{"maxLength":100,"type":"string","nullable":true},"secondGuarantorLastName":{"maxLength":100,"type":"string","nullable":true},"secondGuarantorPhone":{"maxLength":50,"type":"string","nullable":true},"secondGuarantorEmail":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true}}},"Tenant.TenantPutInput":{"type":"object","description":"","required":["firstName","lastName","email","phone","civility","address","guarantorFirstName","guarantorLastName","guarantorPhone","guarantorEmail","secondGuarantorFirstName","secondGuarantorLastName","secondGuarantorPhone","secondGuarantorEmail"],"properties":{"firstName":{"maxLength":100,"type":"string"},"lastName":{"maxLength":100,"type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"phone":{"maxLength":50,"type":"string","nullable":true},"civility":{"enum":["male","female"],"type":"string","nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressInput"},"guarantorFirstName":{"maxLength":100,"type":"string","nullable":true},"guarantorLastName":{"maxLength":100,"type":"string","nullable":true},"guarantorPhone":{"maxLength":50,"type":"string","nullable":true},"guarantorEmail":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"secondGuarantorFirstName":{"maxLength":100,"type":"string","nullable":true},"secondGuarantorLastName":{"maxLength":100,"type":"string","nullable":true},"secondGuarantorPhone":{"maxLength":50,"type":"string","nullable":true},"secondGuarantorEmail":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true}}},"TenantDeparture":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"lease":{"type":"string","format":"iri-reference"},"userOwner":{"type":"string","format":"iri-reference"},"status":{"type":"string"},"step":{"type":"string"},"departureDate":{"description":"The last day (included) the tenants are part of the lease.","type":"string","format":"date-time"},"ownerUsesSmopNoticeLetter":{"type":"boolean"},"chargesRegularizationAgreement":{"type":"boolean","nullable":true},"electronicSignature":{"type":"boolean","nullable":true},"keepTwentyPercentGuaranteeDeposit":{"type":"boolean","nullable":true},"departureSignAndSend":{"type":"string","nullable":true},"rentSchedule":{"type":"array","items":{"type":"string"}},"isOwnerOrigin":{"type":"boolean"},"propertySellingPriceNumber":{"type":"number","nullable":true},"propertySellingPriceText":{"type":"string","nullable":true},"saleModalities":{"type":"string","nullable":true},"propertyDescription":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"address":{"type":"array","items":{"type":"string"},"nullable":true},"takeOverReason":{"type":"string","nullable":true},"legitMotiveDescription":{"type":"string","nullable":true},"departureReason":{"type":"string","nullable":true},"paymentMode":{"type":"string","nullable":true},"paymentModeCustom":{"type":"string","nullable":true},"whoWillLiveInProperty":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"parentalLink":{"type":"string","nullable":true},"automaticTenantsEmail":{"type":"boolean","nullable":true},"guaranteeAmountKept":{"type":"number","nullable":true},"attestationOfWaiverOfChargesAdjustmentDocumentIds":{"description":"\nList of Documents' IDs generated with key & type: AttestationOfWaiverOfChargesAdjustment.","type":"array","items":{"type":"integer"},"nullable":true},"letterDepartureReceiptDocumentIds":{"description":"\nList of Documents IDs.\n- type is: LetterDepartureReceipt\n- generation key is one of:\n     - LetterDepartureNoMoreTenant\n     - LetterDepartureRemainsTenant","type":"array","items":{"type":"integer"},"nullable":true},"letterCancellationOwnerDocumentIds":{"description":"\nList of Document IDs.\n- type is: LetterDepartureReceipt\n- generation key is one of:\n      - LetterCancellationOwnerCompanyTenant\n      - LetterCancellationOwnerLegitMotive\n      - LetterCancellationOwnerReinvestingHome\n      - LetterCancellationOwnerSellingEmptyHome\n      - LetterCancellationOwnerSellingFurnishedHome","type":"array","items":{"type":"integer"},"nullable":true},"letterSignatureIds":{"description":"\nList of Notification IDs that concern the signature of a document (all types of documents).","type":"array","items":{"type":"integer"},"nullable":true},"inventory":{"type":"string","format":"iri-reference","nullable":true},"inventoryFurnitures":{"type":"string","format":"iri-reference","nullable":true},"customInventoryDates":{"type":"array","items":{"type":"string"},"nullable":true},"tenantIds":{"description":"This list exists to keep trace of concerned tenants.\nThis should be used only if the departure is deleted\/cancelled.\nIf the departure is active\/planned, refer to the tenants collection instead.","type":"array","items":{"type":"integer"},"nullable":true},"certification":{"type":"string","format":"iri-reference","nullable":true},"tenants":{"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"}}},"TenantDeparture.TenantDepartureDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"propertyId":{"type":"integer"},"tenants":{"type":"array","items":{"$ref":"#\/components\/schemas\/TenantListOutput"}},"status":{"type":"string"},"step":{"type":"string"},"departureDate":{"type":"string","format":"date-time"},"ownerUsesSmopNoticeLetter":{"type":"boolean"},"chargesRegularizationAgreement":{"type":"boolean","nullable":true},"electronicSignature":{"type":"boolean","nullable":true},"keepTwentyPercentGuaranteeDeposit":{"type":"boolean","nullable":true},"departureSignAndSend":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"isOwnerOrigin":{"type":"boolean"},"propertySellingPriceNumber":{"type":"number","nullable":true},"propertySellingPriceText":{"type":"string","nullable":true},"saleModalities":{"type":"string","nullable":true},"propertyDescription":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"takeOverReason":{"type":"string","nullable":true},"legitMotiveDescription":{"type":"string","nullable":true},"departureReason":{"type":"string","nullable":true},"paymentMode":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"paymentModeCustom":{"type":"string","nullable":true},"whoWillLiveInProperty":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"civility":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"parentalLink":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"guaranteeAmountKept":{"type":"number","nullable":true},"certification":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificationDetailsOutput"}],"nullable":true},"attestationOfWaiverOfChargesAdjustmentDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true},"letterDepartureReceiptDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true},"letterCancellationOwnerDocuments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"},"nullable":true},"chargeNature":{"type":"string","nullable":true},"entranceInventoryDate":{"type":"string","format":"date-time","nullable":true},"propertyLegalStatus":{"type":"string","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"automaticTenantsEmail":{"type":"boolean","nullable":true},"inventoryId":{"type":"integer","nullable":true},"inventoryFurnitureId":{"type":"integer","nullable":true},"customInventoryDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TenantDepartureCustomInventoryDateOutput"},"nullable":true}}},"TenantDeparture.TenantDepartureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"propertyId":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"departureDate":{"type":"string","format":"date-time"},"ownerUsesSmopNoticeLetter":{"type":"boolean"},"isOwnerOrigin":{"type":"boolean"}}},"TenantDeparture.TenantDeparturePostInput":{"type":"object","description":"","required":["step","leaseId","departureDate","ownerUsesSmopNoticeLetter","isOwnerOrigin"],"properties":{"step":{"enum":["draft","renunciation_signature","owner_reason","reco_letter","automatic_emails","finished","renunciation_signature_and_reco_letter"],"type":"string","nullable":true},"leaseId":{"type":"integer"},"tenantIds":{"type":"array","items":{"type":"integer"}},"departureDate":{"type":"string","format":"date-time"},"ownerUsesSmopNoticeLetter":{"type":"boolean"},"rentSchedule":{"type":"array","items":{"$ref":"#\/components\/schemas\/TenantDepartureRentScheduleInput"}},"isOwnerOrigin":{"type":"boolean"}}},"TenantDeparture.TenantDeparturePutInput":{"type":"object","description":"","required":["step","propertySellingPriceText","saleModalities","propertyDescription","firstName","lastName","takeOverReason","legitMotiveDescription","departureReason","paymentMode","paymentModeCustom","whoWillLiveInProperty","civility","parentalLink","updateAttestationOfWaiverOfChargesAdjustmentDocumentIds","updateLetterDepartureReceiptDocumentIds","updateLetterCancellationOwnerDocumentIds"],"properties":{"step":{"enum":["draft","renunciation_signature","owner_reason","reco_letter","automatic_emails","finished","renunciation_signature_and_reco_letter"],"type":"string"},"chargesRegularizationAgreement":{"type":"boolean","nullable":true},"electronicSignature":{"type":"boolean","nullable":true},"keepTwentyPercentGuaranteeDeposit":{"type":"boolean","nullable":true},"departureSignAndSend":{"enum":["on_his_own","notice_sign","notice_send"],"type":"string","nullable":true},"propertySellingPriceNumber":{"type":"number","nullable":true},"propertySellingPriceText":{"type":"string","nullable":true},"saleModalities":{"type":"string","nullable":true},"propertyDescription":{"type":"string","nullable":true},"firstName":{"maxLength":100,"type":"string","nullable":true},"lastName":{"maxLength":100,"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressInput"}],"nullable":true},"takeOverReason":{"type":"string","nullable":true},"legitMotiveDescription":{"type":"string","nullable":true},"departureReason":{"type":"string","nullable":true},"paymentMode":{"enum":["cash","staggered","other"],"type":"string","nullable":true},"paymentModeCustom":{"maxLength":255,"type":"string","nullable":true},"whoWillLiveInProperty":{"enum":["myself","another_one","sci_person"],"type":"string","nullable":true},"civility":{"enum":["male","female"],"type":"string","nullable":true},"parentalLink":{"enum":["spouse","pacs","partner_less_than_a_year","owner_parents","owner_children","owner_spouse_children","pacs_children","partner_children","spouse_parents","pacs_parents","partner_parents"],"type":"string","nullable":true},"automaticTenantsEmail":{"type":"boolean","nullable":true},"guaranteeAmountKept":{"type":"number","nullable":true},"customInventoryDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TenantDepartureCustomInventoryDateInput"},"nullable":true},"updateAttestationOfWaiverOfChargesAdjustmentDocumentIds":{"type":"boolean"},"attestationOfWaiverOfChargesAdjustmentDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"updateLetterDepartureReceiptDocumentIds":{"type":"boolean"},"letterDepartureReceiptDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true},"updateLetterCancellationOwnerDocumentIds":{"type":"boolean"},"letterCancellationOwnerDocumentIds":{"type":"array","items":{"type":"integer"},"nullable":true}}},"TenantDepartureCustomInventoryDateInput":{"type":"object","description":"","required":["tenantId","inventoryDate"],"properties":{"tenantId":{"type":"integer"},"inventoryDate":{"type":"string","format":"date-time"}}},"TenantDepartureCustomInventoryDateOutput":{"type":"object","description":"","properties":{"tenantId":{"type":"integer"},"inventoryDate":{"type":"string","format":"date-time"}}},"TenantDepartureRentScheduleInput":{"type":"object","description":"","properties":{"month":{"type":"integer"},"year":{"type":"integer"},"rentAmount":{"type":"number"},"charges":{"type":"number"},"insuranceAmount":{"type":"number"}}},"TenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"denomination":{"type":"string","nullable":true},"companyType":{"type":"string","nullable":true},"companyAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"siret":{"type":"string","nullable":true},"rcsCity":{"type":"string","nullable":true},"signatoryRole":{"type":"string","nullable":true},"civility":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"isStudent":{"type":"boolean","nullable":true},"isScholarship":{"type":"boolean","nullable":true},"isDeparting":{"type":"boolean"},"hasLeft":{"type":"boolean"},"isVisale":{"type":"boolean","nullable":true},"upcomingAmendment":{"type":"boolean"},"guarantorFirstName":{"type":"string","nullable":true},"guarantorLastName":{"type":"string","nullable":true},"guarantorPhone":{"type":"string","nullable":true},"guarantorEmail":{"type":"string","nullable":true},"secondGuarantorFirstName":{"type":"string","nullable":true},"secondGuarantorLastName":{"type":"string","nullable":true},"secondGuarantorPhone":{"type":"string","nullable":true},"secondGuarantorEmail":{"type":"string","nullable":true}}},"UserAdmin":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserAdmin.","type":"integer"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"login":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}},"password":{"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"},"role":{"writeOnly":true,"description":"Checks if the userAdmin has a given role.","type":"boolean"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to encode the password.","type":"string","nullable":true},"userIdentifier":{"readOnly":true,"type":"string"},"deleted":{"readOnly":true,"type":"boolean"}}},"UserAdmin.UserAdminDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserAdmin.UserAdminListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserAdmin.UserAdminPostInput":{"type":"object","description":"","required":["firstName","lastName","email","login","password"],"properties":{"firstName":{"minLength":2,"maxLength":100,"type":"string"},"lastName":{"minLength":2,"maxLength":100,"type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"login":{"minLength":2,"maxLength":180,"type":"string"},"password":{"minLength":6,"maxLength":24,"type":"string"}}},"UserAdmin.UserAdminPutInput":{"type":"object","description":""},"UserOwner":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"login":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}},"password":{"type":"string"},"phone":{"type":"string","nullable":true},"emailCheck":{"description":"TRUE means that the UserOwner's email has been verified.","type":"boolean"},"reinitCheck":{"description":"TRUE means that the UserOwner has initiated a password reset request.","type":"boolean"},"checkCode":{"type":"string","nullable":true},"codeCheckTry":{"type":"integer"},"stripeCustomerId":{"type":"string","nullable":true},"address":{"type":"array","items":{"type":"string"}},"updateContact":{"type":"boolean"},"willUseTaxDeclaration":{"type":"boolean","nullable":true},"taxDeclarationMonth":{"type":"integer","nullable":true},"selectedRegimes":{"type":"array","items":{"type":"string"}},"bridgeUser":{"anyOf":[{"$ref":"#\/components\/schemas\/BridgeUser"}],"nullable":true},"automationRentReceipt":{"type":"boolean"},"automationPaymentNotice":{"type":"boolean"},"automationInsuranceAttestation":{"type":"boolean"},"automationRentAdjustment":{"type":"boolean"},"automationBankingIncomeDetection":{"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"},"role":{"writeOnly":true,"description":"Checks if the userAdmin has a given role.","type":"boolean"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to encode the password.","type":"string","nullable":true},"userIdentifier":{"readOnly":true,"type":"string"},"deleted":{"readOnly":true,"type":"boolean"}}},"UserOwner.BankingConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"partner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"partnerId":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string","nullable":true},"lastStatusUpdateDate":{"type":"string","format":"date-time"}}},"UserOwner.BankingConnectionStatusOutput":{"type":"object","description":"","properties":{"status":{"type":"string"},"connectionsInError":{"type":"array","items":{"$ref":"#\/components\/schemas\/BankingConnectionListOutput"}}}},"UserOwner.BankingMovementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"bankingPartner":{"$ref":"#\/components\/schemas\/BankingSynchronizationPartnerListOutput"},"bankingConnection":{"$ref":"#\/components\/schemas\/BankingConnectionListOutput"},"bankingAccount":{"$ref":"#\/components\/schemas\/BankingAccountListOutput"},"bank":{"$ref":"#\/components\/schemas\/BankListOutput"},"userOwner":{"$ref":"#\/components\/schemas\/UserOwnerListOutput"},"description":{"type":"string","nullable":true},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"bookingDate":{"type":"string","format":"date-time","nullable":true},"valueDate":{"type":"string","format":"date-time","nullable":true},"partnerSynchronizationDate":{"type":"string","format":"date-time"},"synchronizationDate":{"type":"string","format":"date-time"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"UserOwner.BuildingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertySublistOutput"}}}},"UserOwner.InvoiceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"propertyId":{"type":"integer"},"propertyLabel":{"type":"string"},"label":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"vat":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"amountPaid":{"$ref":"#\/components\/schemas\/AmountOutput"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}}}},"UserOwner.PropertyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"label":{"type":"string"},"details":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true},"buildingId":{"type":"integer","nullable":true},"livingSurface":{"type":"number","nullable":true},"energyPerformanceRanking":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"nullable":true},"finalConsumption":{"type":"number","nullable":true}}},"UserOwner.SciListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"siret":{"type":"string"},"label":{"type":"string"},"family":{"type":"boolean"},"ownershipPercentage":{"type":"number"}}},"UserOwner.SubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"dateStart":{"type":"string","format":"date-time","nullable":true},"nextPayment":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"periodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"priceHt":{"$ref":"#\/components\/schemas\/AmountOutput"},"priceTtc":{"$ref":"#\/components\/schemas\/AmountOutput"},"planLabel":{"type":"string"}}},"UserOwner.UserOwnerAutomationPutInput":{"type":"object","description":"","required":["keyName","isActivated"],"properties":{"keyName":{"enum":["rent_receipt","payment_notice","insurance_attestation","rent_adjustment","banking_income_detection"],"type":"string"},"isActivated":{"type":"boolean"}}},"UserOwner.UserOwnerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"login":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"roles":{"type":"array","items":{"type":"string"}},"automations":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwnerAutomationOutput"}}}},"UserOwner.UserOwnerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"login":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"accountActivated":{"type":"boolean"},"registrationDate":{"type":"string","format":"date-time"}}},"UserOwner.UserOwnerPostInput":{"type":"object","description":"","required":["firstName","lastName","email","login","password","taxDeclarationMonth"],"properties":{"firstName":{"minLength":2,"maxLength":100,"type":"string"},"lastName":{"minLength":2,"maxLength":100,"type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"login":{"minLength":2,"maxLength":180,"type":"string"},"password":{"minLength":6,"maxLength":24,"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressInput"},"willUseTaxDeclaration":{"type":"boolean","nullable":true},"taxDeclarationMonth":{"maximum":10000000,"type":"integer","nullable":true},"selectedRegimes":{"type":"array","items":{"type":"string"}}}},"UserOwner.UserOwnerPutInput":{"type":"object","description":"","required":["firstName","lastName","email"],"properties":{"firstName":{"minLength":2,"maxLength":100,"type":"string"},"lastName":{"minLength":2,"maxLength":100,"type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"}}},"UserOwner.UserOwnerRegisterPostInput":{"type":"object","description":"","required":["firstName","lastName","email","phone","password"],"properties":{"firstName":{"minLength":2,"maxLength":100,"type":"string"},"lastName":{"minLength":2,"maxLength":100,"type":"string"},"email":{"minLength":2,"maxLength":180,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"phone":{"maxLength":50,"type":"string","nullable":true},"password":{"minLength":8,"pattern":"^(.*(^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~])[A-Za-z\\d!\"#$%&\\'()*,+\\-.\/:;<=>?@[\\]^_`{|}~]{8,}$).*)$","type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressInput"}}},"UserOwnerAutomationOutput":{"type":"object","description":"","properties":{"keyName":{"type":"string"},"label":{"type":"string"},"isActivated":{"type":"boolean"}}},"UserOwnerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"login":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"roles":{"type":"array","items":{"type":"string"}},"automations":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserOwnerAutomationOutput"}}}},"UserOwnerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"login":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"accountActivated":{"type":"boolean"},"registrationDate":{"type":"string","format":"date-time"}}},"UserOwnerLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserOwnerLog.","type":"integer"},"userOwner":{"readOnly":true,"type":"string","format":"iri-reference"},"roles":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string","nullable":true},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"version":{"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"},"user":{"writeOnly":true,"type":"string","format":"iri-reference"},"deleted":{"readOnly":true,"type":"boolean"}}},"UserOwnerLog.UserOwnerLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserOwnerLog.UserOwnerLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserOwnerLog.UserOwnerLogPostInput":{"type":"object","description":""},"UserOwnerLog.UserOwnerLogPutInput":{"type":"object","description":""},"XDocumentTypeInsurance":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"insurance":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInsuranceType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"insuranceType":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryAncillaryEquipment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryAncillaryEquipment":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryElectricity":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryElectricity":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryEnergy":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryEnergy":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryFurnituresCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryFurnituresCategory":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryGas":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryGas":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryHeating":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryHeating":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryKeysBadges":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryKeysBadges":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryRoom":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryRoom":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInventoryWater":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"inventoryWater":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeInvoice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"invoice":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeLease":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"lease":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeProperty":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"property":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeRent":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"rent":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XDocumentTypeTenant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"tenant":{"type":"string","format":"iri-reference"},"documents":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XInsuranceTypeLease":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"insuranceType":{"type":"string","format":"iri-reference"},"lease":{"type":"string","format":"iri-reference"},"insurances":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XInsuranceTypeProperty":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"insuranceType":{"type":"string","format":"iri-reference"},"property":{"type":"string","format":"iri-reference"},"insurances":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XSubscriptionPlanSubscriptionFeature":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"subscriptionFeature":{"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"}}},"XTenantGuarantor":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"tenant":{"type":"string","format":"iri-reference"},"guarantor":{"type":"string","format":"iri-reference"},"guarantorNumber":{"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"}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true}}},"RefeshToken":{"type":"object","properties":{"refresh_token":{"type":"string"}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"demo"},"password":{"type":"string","example":"demo"},"userType":{"type":"string","example":"owner"}}},"SirenDetailsOutput":{"type":"object","properties":{"siren":{"type":"string"},"label":{"type":"string"},"headOffice":{"type":"object","properties":{"siret":{"type":"string"},"address":{"type":"object","properties":{"street":{"type":"string"},"streetNumber":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"zipcode":{"type":"string"},"fullAddress":{"type":"string"}}}}}}},"EmailCheckCode":{"type":"object","properties":{"email":{"type":"string"},"code":{"type":"string"}}},"EmailResendCodeInput":{"type":"object","properties":{"email":{"type":"string"}}},"EmailResendCodeOutput":{"type":"object","properties":{"success":{"type":"boolean","example":true}}},"PasswordReinitRequestInput":{"type":"object","properties":{"email":{"type":"string"}}},"PasswordReinitRequestOutput":{"type":"object","properties":{"success":{"type":"boolean","example":true}}},"PasswordReinitValidateInput":{"type":"object","properties":{"email":{"type":"string"},"code":{"type":"string"},"newPassword":{"type":"string"}}},"DataCityOutput":{"type":"object","properties":{"insee":{"type":"string"},"name":{"type":"string"},"population":{"type":"integer"},"surface":{"type":"decimal"}}},"DashboardStatisticsOutput":{"type":"array","items":{"type":"object","properties":{"keyName":{"type":"string"},"value":{"type":"string"}}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}