{"openapi":"3.0.0","info":{"title":"Smop API","description":"","version":"0.0.1"},"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\/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-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-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\/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},"parameters":[]},"\/api\/countries":{"get":{"operationId":"getCountryCollection","tags":["Country"],"responses":{"200":{"description":"Country collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}}}}},"summary":"Retrieves the collection of Country resources.","description":"Retrieves the collection of Country resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs":{"get":{"operationId":"getCronJobCollection","tags":["CronJob"],"responses":{"200":{"description":"CronJob collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}}}}},"summary":"Retrieves the collection of CronJob resources.","description":"Retrieves the collection of CronJob resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs\/{id}":{"get":{"operationId":"getCronJobItem","tags":["CronJob"],"responses":{"200":{"description":"CronJob resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronJob resource.","description":"Retrieves a CronJob resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs":{"get":{"operationId":"getCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs\/{id}":{"get":{"operationId":"getCronLogItem","tags":["CronLog"],"responses":{"200":{"description":"CronLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronLog resource.","description":"Retrieves a CronLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/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\/{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":{"get":{"operationId":"getDocxTemplateCollection","tags":["DocxTemplate"],"responses":{"200":{"description":"DocxTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateListOutput"}}}}}},"summary":"Retrieves the collection of DocxTemplate resources.","description":"Retrieves the collection of DocxTemplate 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":"postDocxTemplateCollection","tags":["DocxTemplate"],"responses":{"201":{"description":"DocxTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateDetailsOutput"}}},"links":{"GetDocxTemplateItem":{"operationId":"getDocxTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/docx-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocxTemplate resource.","description":"Creates a DocxTemplate resource.","parameters":[],"requestBody":{"description":"The new DocxTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/docx-templates\/{id}":{"get":{"operationId":"getDocxTemplateItem","tags":["DocxTemplate"],"responses":{"200":{"description":"DocxTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocxTemplate resource.","description":"Retrieves a DocxTemplate resource.","parameters":[{"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":"putDocxTemplateItem","tags":["DocxTemplate"],"responses":{"200":{"description":"DocxTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplateDetailsOutput"}}},"links":{"GetDocxTemplateItem":{"operationId":"getDocxTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/docx-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocxTemplate resource.","description":"Replaces the DocxTemplate 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 DocxTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocxTemplate.DocxTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocxTemplateItem","tags":["DocxTemplate"],"responses":{"204":{"description":"DocxTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DocxTemplate resource.","description":"Removes the DocxTemplate resource.","parameters":[{"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\/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},"parameters":[]},"\/api\/insurance-companies\/{id}":{"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\/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":"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}\/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}\/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\/invoices\/{id}\/x-invoice-accounting-categories":{"get":{"operationId":"get_x_invoice_accounting_categoriesInvoiceCollection","tags":["Invoice"],"responses":{"200":{"description":"Invoice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.XInvoiceAccountingCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.XInvoiceAccountingCategoryListOutput"}}}}}},"summary":"Retrieves all XInvoiceAccountingCategory 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\/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}\/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}\/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}\/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-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}\/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\/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}\/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":"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_ren_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\/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},"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},"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\/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},"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":[]},"\/api\/x-document-type-insurance-types":{"parameters":[]},"\/api\/x-document-type-insurance-types\/{id}":{"parameters":[]},"\/api\/x-document-type-insurances":{"parameters":[]},"\/api\/x-document-type-insurances\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-ancillary-equipments":{"parameters":[]},"\/api\/x-document-type-inventory-ancillary-equipments\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-electricities":{"parameters":[]},"\/api\/x-document-type-inventory-electricities\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-energy":{"parameters":[]},"\/api\/x-document-type-inventory-energy\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-furnitures-categories":{"parameters":[]},"\/api\/x-document-type-inventory-furnitures-categories\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-gases":{"parameters":[]},"\/api\/x-document-type-inventory-gases\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-heating":{"parameters":[]},"\/api\/x-document-type-inventory-heating\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-keys-badges":{"parameters":[]},"\/api\/x-document-type-inventory-keys-badges\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-rooms":{"parameters":[]},"\/api\/x-document-type-inventory-rooms\/{id}":{"parameters":[]},"\/api\/x-document-type-inventory-water":{"parameters":[]},"\/api\/x-document-type-inventory-water\/{id}":{"parameters":[]},"\/api\/x-document-type-invoices":{"parameters":[]},"\/api\/x-document-type-invoices\/{id}":{"parameters":[]},"\/api\/x-document-type-leases":{"parameters":[]},"\/api\/x-document-type-leases\/{id}":{"parameters":[]},"\/api\/x-document-type-properties":{"parameters":[]},"\/api\/x-document-type-properties\/{id}":{"parameters":[]},"\/api\/x-insurance-type-leases":{"parameters":[]},"\/api\/x-insurance-type-leases\/{id}":{"parameters":[]},"\/api\/x-insurance-type-properties":{"parameters":[]},"\/api\/x-insurance-type-properties\/{id}":{"parameters":[]},"\/api\/x-invoice-accounting-categories":{"post":{"operationId":"postXInvoiceAccountingCategoryCollection","tags":["XInvoiceAccountingCategory"],"responses":{"201":{"description":"XInvoiceAccountingCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XInvoiceAccountingCategory.XInvoiceAccountingCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XInvoiceAccountingCategory.XInvoiceAccountingCategoryDetailsOutput"}}},"links":{"GetXInvoiceAccountingCategoryItem":{"operationId":"getXInvoiceAccountingCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-invoice-accounting-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XInvoiceAccountingCategory resource.","description":"Creates a XInvoiceAccountingCategory resource.","parameters":[],"requestBody":{"description":"The new XInvoiceAccountingCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XInvoiceAccountingCategory.XInvoiceAccountingCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XInvoiceAccountingCategory.XInvoiceAccountingCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-invoice-accounting-categories\/{id}":{"delete":{"operationId":"deleteXInvoiceAccountingCategoryItem","tags":["XInvoiceAccountingCategory"],"responses":{"204":{"description":"XInvoiceAccountingCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XInvoiceAccountingCategory resource.","description":"Removes the XInvoiceAccountingCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-invoice-banking-movements":{"parameters":[]},"\/api\/x-invoice-banking-movements\/{id}":{"parameters":[]},"\/api\/x-subscription-plan-subscription-features":{"parameters":[]},"\/api\/x-subscription-plan-subscription-features\/{id}":{"parameters":[]},"\/api\/x-tenant-departure-tenants":{"parameters":[]},"\/api\/x-tenant-departure-tenants\/{id}":{"parameters":[]},"\/api\/x-tenant-guarantors":{"parameters":[]},"\/api\/x-tenant-guarantors\/{id}":{"parameters":[]}},"components":{"schemas":{"AccountingCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the AccountingCategory.","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"},"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"},"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"},"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"},"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"},"askTeom":{"type":"boolean"},"askYear":{"type":"boolean"}}},"AccountingCategoryFamily":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the AccountingCategoryFamily.","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"},"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,"description":"Identifier of the AccountingCode.","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"}}},"Bank":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Bank.","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":{"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":{"type":"integer"},"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":{"type":"integer"}}},"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,"description":"Identifier of the BankingConnection.","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":{"type":"integer"},"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":{"type":"integer"}}},"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":{"type":"integer"},"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":{"type":"integer"}}},"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"},"label":{"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"amountPaid":{"type":"integer"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"BankingSynchronizationPartner":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the BankingSynchronizationPartner.","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"}}},"Building":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Building.","type":"integer"},"label":{"type":"string","nullable":true},"address":{"type":"array","items":{"type":"string"},"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"}}},"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"}}}},"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":{"type":"integer"}}},"Building.BuildingPutInput":{"type":"object","description":""},"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,"description":"Identifier of the Document.","type":"integer"},"xDocumentTypeProperty":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeLease":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeTenant":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInsurance":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInvoice":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryElectricity":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryGas":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryEnergy":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryHeating":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryWater":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryAncillaryEquipment":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryKeysBadges":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryRoom":{"type":"string","format":"iri-reference","nullable":true},"xDocumentTypeInventoryFurnituresCategory":{"type":"string","format":"iri-reference","nullable":true},"path":{"type":"string"},"originalName":{"type":"string"},"name":{"type":"string"},"size":{"type":"integer"},"extension":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originalName":{"type":"string"},"name":{"type":"string"},"size":{"type":"integer"},"extension":{"type":"string"}}},"Document.DocumentDownloadOutput":{"type":"object","description":""},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originalName":{"type":"string"},"name":{"type":"string"},"size":{"type":"integer"},"extension":{"type":"string"}}},"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"}}},"DocumentType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DocumentType.","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"},"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,"description":"Identifier of the DocxTemplate.","type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"templateCarboneId":{"type":"string","nullable":true},"parameters":{"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"}}},"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,"description":"Identifier of the Guarantor.","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,"description":"Identifier of the Insurance.","type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number"},"paymentPeriodicity":{"description":"(Enum: InsurancePaymentPeriodicityEnum)","type":"string"},"insuranceCompany":{"type":"string","format":"iri-reference","nullable":true},"insuranceCompanyCustom":{"type":"string","nullable":true},"contractNumber":{"type":"string"},"note":{"type":"string","nullable":true},"xInsuranceTypeProperty":{"type":"string","format":"iri-reference","nullable":true},"xInsuranceTypeLease":{"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"}}},"Insurance.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"paymentPeriodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"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"},"paymentPeriodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"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","paymentPeriodicity","insuranceCompanyId","insuranceCompanyCustom","contractNumber","note"],"properties":{"insuranceTypeId":{"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"},"paymentPeriodicity":{"enum":["monthly","bimonthly","quarterly","biannually","yearly"],"type":"string"},"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","paymentPeriodicity","insuranceCompanyId","insuranceCompanyCustom","contractNumber","note"],"properties":{"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time"},"price":{"type":"number"},"paymentPeriodicity":{"enum":["monthly","bimonthly","quarterly","biannually","yearly"],"type":"string"},"insuranceCompanyId":{"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,"description":"Identifier of the InsuranceCompany.","type":"integer"},"label":{"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"}}},"InsuranceCompany.InsuranceCompanyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"logoPath":{"type":"string"}}},"InsuranceCompany.InsuranceCompanyPostInput":{"type":"object","description":""},"InsuranceCompany.InsuranceCompanyPutInput":{"type":"object","description":""},"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"},"paymentPeriodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"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"},"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"},"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,"description":"Identifier of the Inventory.","type":"integer"},"lease":{"type":"string","format":"iri-reference"},"type":{"description":"(Enum: InventoryTypeEnum)","type":"string"},"inventoryDate":{"type":"string","format":"date-time"},"relatedInventory":{"type":"string","format":"iri-reference","nullable":true},"status":{"description":"(Enum: InventoryStatusEnum)","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"},"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"}}}},"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","type","inventoryDate"],"properties":{"leaseId":{"type":"integer"},"type":{"enum":["entrance","exit"],"type":"string"},"inventoryDate":{"type":"string","format":"date-time"}}},"Inventory.InventoryPutInput":{"type":"object","description":"","required":["inventoryDate","status"],"properties":{"inventoryDate":{"type":"string","format":"date-time"},"status":{"enum":["draft","complete","signed"],"type":"string"}}},"InventoryAncillaryEquipment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the InventoryAncillaryEquipment.","type":"integer"},"note":{"type":"string","nullable":true},"relatedInventoryAncillaryEquipment":{"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"}}},"InventoryAncillaryEquipment.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryAncillaryEquipment.InventoryAncillaryEquipmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryAncillaryEquipmentItem.","type":"integer"},"inventoryAncillaryEquipment":{"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,"description":"Identifier of the InventoryElectricity.","type":"integer"},"note":{"type":"string","nullable":true},"relatedInventoryElectricity":{"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"}}},"InventoryElectricity.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryElectricity.InventoryElectricityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryElectricityItem.","type":"integer"},"inventoryElectricity":{"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,"description":"Identifier of the InventoryEnergy.","type":"integer"},"note":{"type":"string","nullable":true},"relatedInventoryEnergy":{"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"}}},"InventoryEnergy.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryEnergy.InventoryEnergyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryEnergyItem.","type":"integer"},"inventoryEnergy":{"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,"description":"Identifier of the InventoryEnergyItemDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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"],"properties":{"type":{"enum":["electricity_individual","electricity_collective","gas_individual","gas_collective"],"type":"string","nullable":true},"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,"description":"Identifier of the InventoryFurnitures.","type":"integer"},"lease":{"type":"string","format":"iri-reference"},"type":{"description":"(Enum: InventoryTypeEnum)","type":"string"},"inventoryDate":{"type":"string","format":"date-time"},"relatedInventoryFurnitures":{"type":"string","format":"iri-reference","nullable":true},"status":{"description":"(Enum: InventoryStatusEnum)","type":"string"},"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"}}}},"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":{"type":"integer"},"type":{"enum":["entrance","exit"],"type":"string"},"inventoryDate":{"type":"string","format":"date-time"}}},"InventoryFurnitures.InventoryFurnituresPutInput":{"type":"object","description":"","required":["inventoryDate","status"],"properties":{"inventoryDate":{"type":"string","format":"date-time"},"status":{"enum":["draft","complete","signed"],"type":"string"}}},"InventoryFurnituresCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the InventoryFurnituresCategory.","type":"integer"},"inventoryFurnitures":{"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"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryFurnituresCategory.InventoryFurnituresCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryFurnituresCategoryDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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"},"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"},"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,"description":"Identifier of the InventoryFurnituresItem.","type":"integer"},"inventoryFurnituresCategory":{"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":{"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":{"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,"description":"Identifier of the InventoryFurnituresItemDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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,"description":"Identifier of the InventoryGas.","type":"integer"},"note":{"type":"string","nullable":true},"relatedInventoryGas":{"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"}}},"InventoryGas.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryGas.InventoryGasDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryGasItem.","type":"integer"},"inventoryGas":{"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,"description":"Identifier of the InventoryHeating.","type":"integer"},"note":{"type":"string","nullable":true},"relatedInventoryHeating":{"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"}}},"InventoryHeating.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryHeating.InventoryHeatingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryHeatingItem.","type":"integer"},"inventoryHeating":{"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":{"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":{"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,"description":"Identifier of the InventoryHeatingItemDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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,"description":"Identifier of the InventoryKeysBadges.","type":"integer"},"note":{"type":"string","nullable":true},"relatedInventoryKeysBadges":{"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"}}},"InventoryKeysBadges.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryKeysBadges.InventoryKeysBadgesDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryKeysBadgesItem.","type":"integer"},"inventoryKeysBadges":{"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"},"state":{"type":"string","nullable":true},"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":{"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":{"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,"description":"Identifier of the InventoryKeysBadgesItemDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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,"description":"Identifier of the InventoryRoom.","type":"integer"},"inventory":{"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"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryRoom.InventoryRoomDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryRoomDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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"},"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,"description":"Identifier of the InventoryRoomItem.","type":"integer"},"inventoryRoom":{"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,"description":"Identifier of the InventoryRoomItemDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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":{"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"},"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,"description":"Identifier of the InventoryWater.","type":"integer"},"note":{"type":"string","nullable":true},"relatedInventoryWater":{"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"}}},"InventoryWater.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"InventoryWater.InventoryWaterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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,"description":"Identifier of the InventoryWaterItem.","type":"integer"},"inventoryWater":{"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,"description":"Identifier of the InventoryWaterItemDefault.","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":{"type":"integer","nullable":true},"nextElementId":{"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,"description":"Identifier of the Invoice.","type":"integer"},"type":{"description":"(Enum: InvoiceTypeEnum)","type":"string"},"property":{"type":"string","format":"iri-reference"},"label":{"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"amountPaid":{"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":{"description":"(Enum: ReconciliationStatusEnum)","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"}}},"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":{"type":"integer"},"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":{"type":"integer"}}},"Invoice.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentListOutput"}}}},"Invoice.InvoiceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"},"propertyId":{"type":"integer"},"label":{"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"amountPaid":{"type":"integer"},"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"},"label":{"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"amountPaid":{"type":"integer"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"Invoice.InvoicePostInput":{"type":"object","description":"","required":["type","propertyId","label","issueDate"],"properties":{"type":{"enum":["income","outcome"],"type":"string"},"propertyId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"issueDate":{"type":"string","format":"date-time"}}},"Invoice.InvoicePutInput":{"type":"object","description":"","required":["type","propertyId","label","issueDate","paymentDate"],"properties":{"type":{"enum":["income","outcome"],"type":"string"},"propertyId":{"type":"integer"},"label":{"maxLength":255,"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"amountPaid":{"type":"integer"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true}}},"Invoice.InvoiceReconciliationPutInput":{"type":"object","description":"","properties":{"bankingMovementIds":{"type":"array","items":{"type":"integer"}}}},"Invoice.XInvoiceAccountingCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"category":{"$ref":"#\/components\/schemas\/AccountingCategoryListOutput"},"amount":{"type":"integer"},"leaseId":{"type":"integer","nullable":true},"recoverableCharges":{"type":"integer","nullable":true},"teom":{"type":"integer","nullable":true},"year":{"type":"integer","nullable":true}}},"Lease":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Lease.","type":"integer"},"property":{"type":"string","format":"iri-reference"},"type":{"description":"(Enum: LeaseTypeEnum)","type":"string"},"status":{"description":"(Enum: LeaseStatusEnum)","type":"string"},"hasObsolescenceGrid":{"type":"boolean","nullable":true},"chargeNature":{"description":"(Enum: LeaseChargeNatureEnum)","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":{"description":"(Enum: WaterConsumptionTypePersonalEnum)","type":"string","nullable":true},"waterConsumptionCompany":{"description":"(Enum: WaterConsumptionTypeCompanyEnum)","type":"string","nullable":true},"surrogateInsurance":{"type":"boolean","nullable":true},"rentRevision":{"type":"boolean","nullable":true},"rentRevisionThisYear":{"type":"boolean","nullable":true},"referenceTrimester":{"description":"(Enum: QuarterEnum)","type":"string","nullable":true},"revisionDate":{"type":"string","format":"date-time","nullable":true},"automaticRevision":{"type":"boolean","nullable":true},"smopRevision":{"type":"boolean","nullable":true},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true},"leaseSignatureDate":{"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},"monthlyRentWithoutCharge":{"type":"number","nullable":true},"dateLastRent":{"type":"string","format":"date-time","nullable":true},"amountLastRent":{"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},"rentPaymentModality":{"description":"(Enum: RentPaymentModalityEnum)","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":{"description":"(Enum: RentReductionTypeEnum)","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":{"description":"(Enum: RentReductionTypeEnum)","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},"prestationDetails":{"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":{"description":"(Enum: LocalDestinationEnum)","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},"monthlyAmountToRecover":{"type":"number","nullable":true},"ownerLocativeInsuranceAnniversaryMonth":{"type":"integer","nullable":true},"ownerLocativeInsuranceAnniversaryDay":{"type":"integer","nullable":true},"wantsSmopGli":{"type":"boolean","nullable":true},"hasOtherGli":{"type":"boolean","nullable":true},"alreadyRentedHeatClause":{"type":"boolean","nullable":true},"inventories":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"inventoryFurnitures":{"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"}}},"Lease.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"insurances":{"type":"array","items":{"$ref":"#\/components\/schemas\/InsuranceListOutput"}}}},"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.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},"rentPaymentModality":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"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},"revisionDate":{"type":"string","format":"date-time","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},"monthlyAmountToRecover":{"type":"number","nullable":true},"ownerLocativeInsuranceAnniversaryMonth":{"type":"integer","nullable":true},"ownerLocativeInsuranceAnniversaryDay":{"type":"integer","nullable":true},"wantsSmopGli":{"type":"boolean","nullable":true},"hasOtherGli":{"type":"boolean","nullable":true}}},"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}}},"Lease.LeaseDetailsNotRentedDeadlinesOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"contractMonths":{"type":"integer","nullable":true},"leaseReductionReason":{"type":"string","nullable":true},"rentPaymentModality":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"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},"prestationDetails":{"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}}},"Lease.LeaseDetailsNotRentedLeaseAndRentOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"monthlyRentWithoutCharge":{"type":"number","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"dateLastRent":{"type":"string","format":"date-time","nullable":true},"amountLastRent":{"type":"number","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"alreadyBeenRented":{"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}}},"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},"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}}},"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},"rentAmount":{"type":"number","nullable":true},"draftInventoryId":{"type":"integer","nullable":true}}},"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},"rentAmount":{"type":"number","nullable":true},"draftInventoryId":{"type":"integer","nullable":true}}},"Lease.LeasePostInput":{"type":"object","description":"","required":["propertyId","type"],"properties":{"propertyId":{"type":"integer"},"type":{"enum":["already_rented","not_rented"],"type":"string","nullable":true}}},"Lease.LeasePutAlreadyRentedDeadlinesInput":{"type":"object","description":"","required":["dayRentPayment","contractMonths","leaseBeginDate","leaseSignatureDate","revisionBeginDate","revisionEndDate","rentPaymentModality"],"properties":{"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},"rentPaymentModality":{"enum":["begin","end"],"type":"string","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},"revisionDate":{"type":"string","format":"date-time","nullable":true},"automaticRevision":{"type":"boolean","nullable":true},"smopRevision":{"type":"boolean","nullable":true}},"required":["referenceTrimester","revisionDate"]},"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":"","required":["status"],"properties":{"status":{"enum":["draft","waiting","ready","planned","active","archived","cancelled"],"type":"string"}}},"Lease.LeasePutInsurancesInput":{"type":"object","description":"","properties":{"hasOwnerLocativeInsurance":{"type":"boolean","nullable":true},"monthlyAmountToRecover":{"type":"number","nullable":true},"ownerLocativeInsuranceAnniversaryMonth":{"type":"integer","nullable":true},"ownerLocativeInsuranceAnniversaryDay":{"type":"integer","nullable":true},"wantsSmopGli":{"type":"boolean","nullable":true},"hasOtherGli":{"type":"boolean","nullable":true}},"required":["ownerLocativeInsuranceAnniversaryMonth","ownerLocativeInsuranceAnniversaryDay"]},"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}},"required":["freeRentClauseDateStart","freeRentClauseDateEnd","otherClauseDetails"]},"Lease.LeasePutNotRentedDeadlinesInput":{"type":"object","description":"","required":["contractMonths","leaseReductionReason","rentPaymentModality","dayRentPayment","leaseBeginDate"],"properties":{"contractMonths":{"type":"integer","nullable":true},"leaseReductionReason":{"type":"string","nullable":true},"rentPaymentModality":{"enum":["begin","end"],"type":"string","nullable":true},"dayRentPayment":{"type":"integer","nullable":true},"leaseBeginDate":{"type":"string","format":"date-time","nullable":true}}},"Lease.LeasePutNotRentedFeesInput":{"type":"object","description":"","properties":{"hasMandatedProfessionalVisit":{"type":"boolean","nullable":true},"prestationDetails":{"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}},"required":["prestationDetails"]},"Lease.LeasePutNotRentedIndexationInput":{"type":"object","description":"","required":["waterConsumptionPersonal","waterConsumptionCompany","chargeNature","rentRevisionDate"],"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}}},"Lease.LeasePutNotRentedLeaseAndRentInput":{"type":"object","description":"","properties":{"monthlyRentWithoutCharge":{"type":"number","nullable":true},"guaranteeAmount":{"type":"number","nullable":true},"dateLastRent":{"type":"string","format":"date-time","nullable":true},"amountLastRent":{"type":"number","nullable":true},"hasFurnitures":{"type":"boolean","nullable":true},"alreadyBeenRented":{"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}},"required":["dateLastRent","privateRoomsNumber","privateLeaseSurface"]},"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},"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}},"required":["rentToCompanyWorkDescription","rentToCompanyFutureWorkOwnerDescription","rentToCompanyFutureWorkOwnerMaxDate","rentToCompanyFutureWorkTenantDescription","rentToCompanyFutureWorkTenantMaxDate","rentToCompanyFutureWorkTenantRentReductionType","rentToCompanyFutureWorkTenantFreeRentDateStart","rentToCompanyFutureWorkTenantFreeRentDateEnd","rentToCompanyFutureWorkTenantRentReductionDateStart","rentToCompanyFutureWorkTenantRentReductionDateEnd","rentToCompanyFutureWorkTenantInventoryDate","rentToCompanyFutureWorkTenantDepartureCompensationModality","rentToPersonWorkDescription"]},"Lease.LeaseRentCalculationInput":{"type":"object","description":"","properties":{"previousRental":{"type":"boolean"},"previousRentalAmount":{"type":"number","nullable":true},"previousRentalEndDate":{"type":"string","format":"date-time","nullable":true},"previousRentalYearAmount":{"type":"number","nullable":true},"majoredRentReference":{"type":"number","nullable":true}},"required":["previousRentalEndDate"]},"Lease.LeaseRentCalculationOutput":{"type":"object","description":"","properties":{"amount":{"type":"number"},"canIncrease":{"default":true,"example":true,"type":"boolean"},"canDecrease":{"default":true,"example":true,"type":"boolean"},"hasMessageHasRentControl":{"type":"boolean"},"hasMessageRentCantExceedPreviousTenantMonthlyRent":{"type":"boolean"},"hasMessageRentCantExceedPreviousTenantMonthlyRentMajoredFifteenPercentWork":{"type":"boolean"},"hasMessageRentCantExceedPreviousLease":{"type":"boolean"},"hasMessageRentCantExceedPreviousLeaseNorMajoredReferenceRent":{"type":"boolean"},"hasMessageNoIncreaseUnlessProof":{"type":"boolean"}}},"Lease.TenantDepartureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"status":{"type":"string"},"departureDate":{"type":"string","format":"date-time"},"ownerUsesSmopNoticeLetter":{"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},"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},"isLocativeInsurance":{"type":"boolean","nullable":true},"locativeInsuranceDate":{"type":"string","format":"date-time","nullable":true},"isDeparting":{"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}}},"LeaseAdditionalFeesOutput":{"type":"object","description":"","properties":{"details":{"type":"string"},"value":{"type":"number"}}},"Notification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Notification.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference"},"templateValues":{"type":"array","items":{"type":"string"}},"titleValues":{"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"}}},"Notification.NotificationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Notification.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"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"},"isSignature":{"description":"*","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"}}},"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},"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,"description":"Identifier of the NotificationLog.","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"],"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"],"type":"string"}}},"NotificationTransport.NotificationTransportPutInput":{"type":"object","description":""},"NotificationType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationType.","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"}}},"Property":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Property.","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":{"description":"(Enum: PropertyTypeEnum)","type":"string","nullable":true},"subtypeDwelling":{"description":"(Enum: PropertyDwellingTypeEnum)","type":"string","nullable":true},"subtypeSpace":{"description":"(Enum: PropertySpaceTypeEnum)","type":"string","nullable":true},"subtypeCustom":{"type":"string","nullable":true},"habitatType":{"description":"(Enum: HabitatTypeEnum)","type":"string","nullable":true},"propertyLegalStatus":{"description":"(Enum: PropertyLegalStatusEnum)","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":{"description":"(Enum: ConstructionPeriodEnum)","type":"string","nullable":true},"constructionPeriodSpace":{"description":"(Enum: ConstructionPeriodSpaceEnum)","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":{"description":"(Enum: ElectricityInstallationStatusEnum)","type":"string","nullable":true},"electricityInstallationDate":{"type":"string","format":"date-time","nullable":true},"electricityInstallationDateSelect":{"description":"(Enum: ElectricityInstallationDateSelectEnum)","type":"string","nullable":true},"gasInstallationStatus":{"description":"(Enum: GasInstallationStatusEnum)","type":"string","nullable":true},"gasInstallationDate":{"type":"string","format":"date-time","nullable":true},"gasInstallationDateSelect":{"description":"(Enum: GasInstallationDateSelectEnum)","type":"string","nullable":true},"heatingType":{"description":"(Enum: HeatingTypeEnum)","type":"string","nullable":true},"collectiveHeatingTerms":{"description":"(Enum: CollectiveHeatingTermsEnum)","type":"string","nullable":true},"customCollectiveHeatingTerms":{"type":"string","nullable":true},"hotWaterType":{"description":"(Enum: HotWaterTypeEnum)","type":"string","nullable":true},"collectiveHotWaterTerms":{"description":"(Enum: CollectiveHotWaterTermsEnum)","type":"string","nullable":true},"customCollectiveHotWaterTerms":{"type":"string","nullable":true},"energyPerformanceRanking":{"description":"(Enum: EnergyPerformanceRankingEnum)","type":"string","nullable":true},"finalConsumption":{"type":"number","nullable":true},"gasEmissionsRanking":{"description":"(Enum: GasEmissionsRankingEnum)","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":{"description":"(Enum: OwnershipTypeEnum)","type":"string","nullable":true},"sci":{"type":"string","format":"iri-reference","nullable":true},"rentalType":{"description":"(Enum: RentalTypeEnum)","type":"string","nullable":true},"ownershipPercentage":{"type":"number","nullable":true},"rentalBusinessDeclaration":{"type":"boolean","nullable":true},"siret":{"type":"string","nullable":true},"rentalLegalStatusBic":{"description":"(Enum: RentalLegalStatusBicEnum)","type":"string","nullable":true},"rentalLegalStatusProperty":{"description":"(Enum: RentalLegalStatusPropertyEnum)","type":"string","nullable":true},"parkingLotType":{"description":"(Enum: ParkingLotTypeEnum)","type":"string","nullable":true},"boxType":{"description":"(Enum: BoxTypeEnum)","type":"string","nullable":true},"accessGears":{"type":"array","items":{"type":"string"},"nullable":true},"electricity":{"type":"boolean","nullable":true},"heating":{"type":"boolean","nullable":true},"spaceStatus":{"description":"(Enum: SpaceStatusEnum)","type":"string","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"}}},"Property.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"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"},"label":{"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"amountPaid":{"type":"integer"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"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},"rentAmount":{"type":"number","nullable":true},"draftInventoryId":{"type":"integer","nullable":true}}},"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}}},"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}}},"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},"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"}}},"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":{"type":"integer","nullable":true},"userOwnerId":{"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":{"type":"integer","nullable":true},"rentalType":{"enum":["furnished","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}},"required":["ownershipType","sciId","rentalType","ownershipPercentage","siret","rentalLegalStatusBic","rentalLegalStatusProperty","spaceStatus"]},"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}}},"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","habitatType","propertyLegalStatus","condominiumManagerContactDetails","livingSurface","constructionPeriodDwelling","constructionPeriodSpace","floors","parkingLotType","boxType"],"properties":{"subtypeDwelling":{"enum":["apartment","house","other"],"type":"string","nullable":true},"subtypeSpace":{"enum":["garage","box","parking_lot","other"],"type":"string","nullable":true},"subtypeCustom":{"maxLength":255,"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":{"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":{"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","number"],"properties":{"type":{"enum":["remote_control","badge","magnetic_card","key","other"],"type":"string","nullable":true},"customType":{"type":"string","nullable":true},"number":{"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"],"properties":{"type":{"enum":["cellar","box","garage","parking_lot","other"],"type":"string","nullable":true},"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"],"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","nullable":true},"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"],"properties":{"type":{"enum":["equipped_kitchen","air_conditioning","water_tank","wood_stove","pellet_stove","chimney","other"],"type":"string","nullable":true},"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"],"properties":{"type":{"enum":["adsl","optical_fiber","other"],"type":"string","nullable":true},"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"],"properties":{"type":{"enum":["living_room","dining_room","bedroom","office","other"],"type":"string","nullable":true},"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"],"properties":{"type":{"enum":["attic","under_attics","balcony","terrasse","loggia","garden","private_pool","other"],"type":"string","nullable":true},"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"],"properties":{"type":{"enum":["adsl","optical_fiber","other"],"type":"string","nullable":true},"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"],"properties":{"type":{"enum":["adsl","optical_fiber","collective_antenna","individual_antenna","satellite","cable","other"],"type":"string","nullable":true},"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}}},"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,"description":"Identifier of the Sci.","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"},"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"}}},"Sci.SciListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"Sci.SciPostInput":{"type":"object","description":"","required":["label","siret","contactEmail","userOwnerId"],"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":{"type":"integer"}}},"Sci.SciPutInput":{"type":"object","description":""},"SelectOptionDetailsOutput":{"type":"object","description":"","properties":{"value":{"type":"string"},"label":{"type":"string"}}},"Subscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Subscription.","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":{"type":"number"},"priceTtc":{"type":"number"}}},"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":{"type":"number"},"priceTtc":{"type":"number"}}},"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":["subscriptionPriceId"],"properties":{"subscriptionPriceId":{"type":"integer"},"additionalItemNumber":{"type":"integer"}}},"Subscription.SubscriptionPutInput":{"type":"object","description":""},"SubscriptionFeature":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionFeature.","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,"description":"Identifier of the SubscriptionFeatureCategory.","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,"description":"Identifier of the SubscriptionPlan.","type":"integer"},"keyName":{"type":"string"},"label":{"type":"string"},"stripeProductId":{"type":"string","nullable":true},"xPlanFeatures":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"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"},"label":{"type":"string"},"featureCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionFeatureCategoryListOutput"}},"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPriceListOutput"}}}},"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"},"basePriceHt":{"type":"number"},"basePriceTtc":{"type":"number"},"additionalItemPriceHt":{"type":"number"},"additionalItemPriceTtc":{"type":"number"},"additionalItemMax":{"type":"integer","nullable":true},"periodicity":{"description":"(Enum: SubscriptionPaymentPeriodicityEnum)","type":"string"},"stripePriceId":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SubscriptionPrice.SubscriptionPriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SubscriptionPrice.SubscriptionPriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"basePriceHt":{"type":"number"},"basePriceTtc":{"type":"number"},"additionalItemPriceHt":{"type":"number"},"additionalItemPriceTtc":{"type":"number"},"additionalItemMax":{"type":"integer","nullable":true},"periodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"SubscriptionPrice.SubscriptionPricePostInput":{"type":"object","description":""},"SubscriptionPrice.SubscriptionPricePutInput":{"type":"object","description":""},"SubscriptionPriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"basePriceHt":{"type":"number"},"basePriceTtc":{"type":"number"},"additionalItemPriceHt":{"type":"number"},"additionalItemPriceTtc":{"type":"number"},"additionalItemMax":{"type":"integer","nullable":true},"periodicity":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"Tenant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Tenant.","type":"integer"},"lease":{"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":{"type":"string","nullable":true},"companyType":{"type":"string","nullable":true},"companyAddress":{"type":"array","items":{"type":"string"},"nullable":true},"siret":{"type":"string","nullable":true},"rcsCity":{"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},"isLocativeInsurance":{"type":"boolean","nullable":true},"locativeInsuranceDate":{"type":"string","format":"date-time","nullable":true},"xTenantGuarantors":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"xTenantDepartureTenants":{"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"}}},"Tenant.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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},"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},"isLocativeInsurance":{"type":"boolean","nullable":true},"locativeInsuranceDate":{"type":"string","format":"date-time","nullable":true},"isDeparting":{"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},"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},"isLocativeInsurance":{"type":"boolean","nullable":true},"locativeInsuranceDate":{"type":"string","format":"date-time","nullable":true},"isDeparting":{"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","locativeInsuranceDate","guarantorFirstName","guarantorLastName","guarantorPhone","guarantorEmail","secondGuarantorFirstName","secondGuarantorLastName","secondGuarantorPhone","secondGuarantorEmail"],"properties":{"leaseId":{"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},"isLocativeInsurance":{"type":"boolean","nullable":true},"locativeInsuranceDate":{"type":"string","format":"date-time","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":""},"TenantDeparture":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TenantDeparture.","type":"integer"},"lease":{"type":"string","format":"iri-reference"},"status":{"description":"(Enum: TenantDepartureStatusEnum)","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},"letterSendingMethod":{"description":"(Enum: LetterSendingMethodEnum)","type":"string","nullable":true},"rentSchedule":{"type":"array","items":{"type":"string"}},"xTenantDepartureTenants":{"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"},"tenants":{"type":"array","items":{"$ref":"#\/components\/schemas\/TenantListOutput"}},"status":{"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},"letterSendingMethod":{"anyOf":[{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}],"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}}},"TenantDeparture.TenantDepartureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"leaseId":{"type":"integer"},"status":{"type":"string"},"departureDate":{"type":"string","format":"date-time"},"ownerUsesSmopNoticeLetter":{"type":"boolean"}}},"TenantDeparture.TenantDeparturePostInput":{"type":"object","description":"","required":["leaseId","departureDate"],"properties":{"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"}}}},"TenantDeparture.TenantDeparturePutInput":{"type":"object","description":""},"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},"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},"isLocativeInsurance":{"type":"boolean","nullable":true},"locativeInsuranceDate":{"type":"string","format":"date-time","nullable":true},"isDeparting":{"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},"username":{"readOnly":true,"type":"string"},"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},"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 userOwner has a given role.","type":"boolean"},"salt":{"readOnly":true},"username":{"readOnly":true,"type":"string"},"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":{"type":"integer"},"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":{"type":"integer"}}},"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"},"label":{"type":"string"},"amount":{"type":"integer"},"vat":{"type":"integer","nullable":true},"amountPaid":{"type":"integer"},"issueDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"hasDocument":{"type":"boolean"},"currency":{"$ref":"#\/components\/schemas\/CurrencyListOutput"},"accountingCodes":{"type":"array","items":{"type":"string"}},"status":{"$ref":"#\/components\/schemas\/SelectOptionDetailsOutput"}}},"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"},"label":{"type":"string"}}},"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":{"type":"number"},"priceTtc":{"type":"number"}}},"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},"roles":{"type":"array","items":{"type":"string"}}}},"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"],"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"}}},"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,"maxLength":50,"pattern":"^((?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[@$!%*#?&_-])[A-Za-z\\d@$!%*#?&_-]{8,50})$","type":"string"}}},"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},"roles":{"type":"array","items":{"type":"string"}}}},"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,"description":"Identifier of the XDocumentTypeInsurance.","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"}}},"XDocumentTypeInsurance.XDocumentTypeInsuranceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInsurance.XDocumentTypeInsuranceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInsurance.XDocumentTypeInsurancePostInput":{"type":"object","description":""},"XDocumentTypeInsurance.XDocumentTypeInsurancePutInput":{"type":"object","description":""},"XDocumentTypeInsuranceType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInsuranceType.","type":"integer"},"documentType":{"type":"string","format":"iri-reference"},"insuranceType":{"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.XDocumentTypeInsuranceTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInsuranceType.XDocumentTypeInsuranceTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInsuranceType.XDocumentTypeInsuranceTypePostInput":{"type":"object","description":""},"XDocumentTypeInsuranceType.XDocumentTypeInsuranceTypePutInput":{"type":"object","description":""},"XDocumentTypeInventoryAncillaryEquipment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryAncillaryEquipment.","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"}}},"XDocumentTypeInventoryAncillaryEquipment.XDocumentTypeInventoryAncillaryEquipmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryAncillaryEquipment.XDocumentTypeInventoryAncillaryEquipmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryAncillaryEquipment.XDocumentTypeInventoryAncillaryEquipmentPostInput":{"type":"object","description":""},"XDocumentTypeInventoryAncillaryEquipment.XDocumentTypeInventoryAncillaryEquipmentPutInput":{"type":"object","description":""},"XDocumentTypeInventoryElectricity":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryElectricity.","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"}}},"XDocumentTypeInventoryElectricity.XDocumentTypeInventoryElectricityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryElectricity.XDocumentTypeInventoryElectricityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryElectricity.XDocumentTypeInventoryElectricityPostInput":{"type":"object","description":""},"XDocumentTypeInventoryElectricity.XDocumentTypeInventoryElectricityPutInput":{"type":"object","description":""},"XDocumentTypeInventoryEnergy":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryEnergy.","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"}}},"XDocumentTypeInventoryEnergy.XDocumentTypeInventoryEnergyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryEnergy.XDocumentTypeInventoryEnergyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryEnergy.XDocumentTypeInventoryEnergyPostInput":{"type":"object","description":""},"XDocumentTypeInventoryEnergy.XDocumentTypeInventoryEnergyPutInput":{"type":"object","description":""},"XDocumentTypeInventoryFurnituresCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryFurnituresCategory.","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"}}},"XDocumentTypeInventoryFurnituresCategory.XDocumentTypeInventoryFurnituresCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryFurnituresCategory.XDocumentTypeInventoryFurnituresCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryFurnituresCategory.XDocumentTypeInventoryFurnituresCategoryPostInput":{"type":"object","description":""},"XDocumentTypeInventoryFurnituresCategory.XDocumentTypeInventoryFurnituresCategoryPutInput":{"type":"object","description":""},"XDocumentTypeInventoryGas":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryGas.","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"}}},"XDocumentTypeInventoryGas.XDocumentTypeInventoryGasDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryGas.XDocumentTypeInventoryGasListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryGas.XDocumentTypeInventoryGasPostInput":{"type":"object","description":""},"XDocumentTypeInventoryGas.XDocumentTypeInventoryGasPutInput":{"type":"object","description":""},"XDocumentTypeInventoryHeating":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryHeating.","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"}}},"XDocumentTypeInventoryHeating.XDocumentTypeInventoryHeatingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryHeating.XDocumentTypeInventoryHeatingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryHeating.XDocumentTypeInventoryHeatingPostInput":{"type":"object","description":""},"XDocumentTypeInventoryHeating.XDocumentTypeInventoryHeatingPutInput":{"type":"object","description":""},"XDocumentTypeInventoryKeysBadges":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryKeysBadges.","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"}}},"XDocumentTypeInventoryKeysBadges.XDocumentTypeInventoryKeysBadgesDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryKeysBadges.XDocumentTypeInventoryKeysBadgesListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryKeysBadges.XDocumentTypeInventoryKeysBadgesPostInput":{"type":"object","description":""},"XDocumentTypeInventoryKeysBadges.XDocumentTypeInventoryKeysBadgesPutInput":{"type":"object","description":""},"XDocumentTypeInventoryRoom":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryRoom.","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"}}},"XDocumentTypeInventoryRoom.XDocumentTypeInventoryRoomDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryRoom.XDocumentTypeInventoryRoomListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryRoom.XDocumentTypeInventoryRoomPostInput":{"type":"object","description":""},"XDocumentTypeInventoryRoom.XDocumentTypeInventoryRoomPutInput":{"type":"object","description":""},"XDocumentTypeInventoryWater":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInventoryWater.","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"}}},"XDocumentTypeInventoryWater.XDocumentTypeInventoryWaterDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryWater.XDocumentTypeInventoryWaterListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInventoryWater.XDocumentTypeInventoryWaterPostInput":{"type":"object","description":""},"XDocumentTypeInventoryWater.XDocumentTypeInventoryWaterPutInput":{"type":"object","description":""},"XDocumentTypeInvoice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeInvoice.","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"}}},"XDocumentTypeInvoice.XDocumentTypeInvoiceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInvoice.XDocumentTypeInvoiceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeInvoice.XDocumentTypeInvoicePostInput":{"type":"object","description":""},"XDocumentTypeInvoice.XDocumentTypeInvoicePutInput":{"type":"object","description":""},"XDocumentTypeLease":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeLease.","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"}}},"XDocumentTypeLease.XDocumentTypeLeaseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeLease.XDocumentTypeLeaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeLease.XDocumentTypeLeasePostInput":{"type":"object","description":""},"XDocumentTypeLease.XDocumentTypeLeasePutInput":{"type":"object","description":""},"XDocumentTypeProperty":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeProperty.","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"}}},"XDocumentTypeProperty.XDocumentTypePropertyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeProperty.XDocumentTypePropertyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeProperty.XDocumentTypePropertyPostInput":{"type":"object","description":""},"XDocumentTypeProperty.XDocumentTypePropertyPutInput":{"type":"object","description":""},"XDocumentTypeTenant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDocumentTypeTenant.","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"}}},"XDocumentTypeTenant.XDocumentTypeTenantDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeTenant.XDocumentTypeTenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XDocumentTypeTenant.XDocumentTypeTenantPostInput":{"type":"object","description":""},"XDocumentTypeTenant.XDocumentTypeTenantPutInput":{"type":"object","description":""},"XInsuranceTypeLease":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XInsuranceTypeLease.","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"}}},"XInsuranceTypeLease.XInsuranceTypeLeaseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XInsuranceTypeLease.XInsuranceTypeLeaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XInsuranceTypeLease.XInsuranceTypeLeasePostInput":{"type":"object","description":""},"XInsuranceTypeLease.XInsuranceTypeLeasePutInput":{"type":"object","description":""},"XInsuranceTypeProperty":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XInsuranceTypeProperty.","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"}}},"XInsuranceTypeProperty.XInsuranceTypePropertyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XInsuranceTypeProperty.XInsuranceTypePropertyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XInsuranceTypeProperty.XInsuranceTypePropertyPostInput":{"type":"object","description":""},"XInsuranceTypeProperty.XInsuranceTypePropertyPutInput":{"type":"object","description":""},"XInvoiceAccountingCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XInvoiceAccountingCategory.","type":"integer"},"invoice":{"type":"string","format":"iri-reference"},"accountingCategory":{"type":"string","format":"iri-reference"},"amount":{"type":"integer"},"lease":{"type":"string","format":"iri-reference","nullable":true},"recoverableCharges":{"type":"integer","nullable":true},"teom":{"type":"integer","nullable":true},"year":{"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"}}},"XInvoiceAccountingCategory.XInvoiceAccountingCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoiceId":{"type":"integer"},"accountingCategoryId":{"type":"integer"},"amount":{"type":"integer"},"leaseId":{"type":"integer","nullable":true},"recoverableCharges":{"type":"integer","nullable":true},"teom":{"type":"integer","nullable":true},"year":{"type":"integer","nullable":true}}},"XInvoiceAccountingCategory.XInvoiceAccountingCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"category":{"$ref":"#\/components\/schemas\/AccountingCategoryListOutput"},"amount":{"type":"integer"},"leaseId":{"type":"integer","nullable":true},"recoverableCharges":{"type":"integer","nullable":true},"teom":{"type":"integer","nullable":true},"year":{"type":"integer","nullable":true}}},"XInvoiceAccountingCategory.XInvoiceAccountingCategoryPostInput":{"type":"object","description":"","required":["invoiceId","accountingCategoryId","amount","leaseId","recoverableCharges","teom","year"],"properties":{"invoiceId":{"type":"integer"},"accountingCategoryId":{"type":"integer"},"amount":{"type":"integer"},"leaseId":{"type":"integer","nullable":true},"recoverableCharges":{"type":"integer","nullable":true},"teom":{"type":"integer","nullable":true},"year":{"type":"integer","nullable":true}}},"XInvoiceAccountingCategory.XInvoiceAccountingCategoryPutInput":{"type":"object","description":""},"XInvoiceBankingMovement":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XInvoiceBankingMovement.","type":"integer"},"invoice":{"type":"string","format":"iri-reference"},"bankingMovement":{"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"}}},"XInvoiceBankingMovement.XInvoiceBankingMovementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XInvoiceBankingMovement.XInvoiceBankingMovementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XInvoiceBankingMovement.XInvoiceBankingMovementPostInput":{"type":"object","description":""},"XInvoiceBankingMovement.XInvoiceBankingMovementPutInput":{"type":"object","description":""},"XSubscriptionPlanSubscriptionFeature":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XSubscriptionPlanSubscriptionFeature.","type":"integer"},"subscriptionPlan":{"type":"string","format":"iri-reference"},"subscriptionFeature":{"type":"string","format":"iri-reference"},"type":{"description":"(Enum: SubscriptionFeatureTypeEnum)","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"}}},"XSubscriptionPlanSubscriptionFeature.XSubscriptionPlanSubscriptionFeatureDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XSubscriptionPlanSubscriptionFeature.XSubscriptionPlanSubscriptionFeatureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XSubscriptionPlanSubscriptionFeature.XSubscriptionPlanSubscriptionFeaturePostInput":{"type":"object","description":""},"XSubscriptionPlanSubscriptionFeature.XSubscriptionPlanSubscriptionFeaturePutInput":{"type":"object","description":""},"XTenantDepartureTenant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XTenantDepartureTenant.","type":"integer"},"tenantDeparture":{"type":"string","format":"iri-reference"},"tenant":{"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"}}},"XTenantDepartureTenant.XTenantDepartureTenantDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XTenantDepartureTenant.XTenantDepartureTenantListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XTenantDepartureTenant.XTenantDepartureTenantPostInput":{"type":"object","description":""},"XTenantDepartureTenant.XTenantDepartureTenantPutInput":{"type":"object","description":""},"XTenantGuarantor":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XTenantGuarantor.","type":"integer"},"tenant":{"type":"string","format":"iri-reference"},"guarantor":{"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"}}},"XTenantGuarantor.XTenantGuarantorDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XTenantGuarantor.XTenantGuarantorListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XTenantGuarantor.XTenantGuarantorPostInput":{"type":"object","description":""},"XTenantGuarantor.XTenantGuarantorPutInput":{"type":"object","description":""},"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"}}},"SelectOptionListOutput":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}}}},"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"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}