{"components":{"schemas":{"UserRequestDto":{"properties":{"idRole":{"type":"integer"}},"type":"object"},"PersonalInfoRequestDto":{"properties":{"numberIde":{"type":"integer"}},"type":"object","required":["numberIde"]},"PersonalInfoRequestQuery":{"properties":{"numberIde":{"type":"integer"}},"type":"object","required":["numberIde"]}}},"info":{"title":"A sample API","version":"1.0.0","description":"Generated with `routing-controllers-openapi`"},"openapi":"3.0.0","paths":{"/api/activationCauses/create":{"post":{"operationId":"ActivationCauseController.create","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivationCauseRequestDto"}}},"description":"ActivationCauseRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Create","tags":["Activation Cause"],"description":"List all available users"}},"/api/cities/getAll":{"get":{"operationId":"CityController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CityRequestDto"}}},"description":"CityRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["City"],"description":"List all available users"}},"/api/countries/getAll":{"get":{"operationId":"CountryController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountryRequestDto"}}},"description":"CountryRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Country"],"description":"List all available users"}},"/api/departments/getAll":{"get":{"operationId":"DepartmentController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DepartmentRequestDto"}}},"description":"DepartmentRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Department"],"description":"List all available users"}},"/api/streetTypes/getAll":{"get":{"operationId":"StreetTypeController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StreetTypeRequestDto"}}},"description":"StreetTypeRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Street Type"],"description":"List all available users"}},"/api/bankAccountTypes/getAll":{"get":{"operationId":"BankAccountTypeController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankAccountTypeRequestDto"}}},"description":"BankAccountTypeRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Bank Account Type"],"description":"List all available users"}},"/api/banks/getAll":{"get":{"operationId":"BankController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankRequestDto"}}},"description":"BankRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Bank"],"description":"List all available users"}},"/api/companies/getCompanyBankAccounts":{"get":{"operationId":"CompanyController.getCompanyBankAccounts","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompanyRequestDto"}}},"description":"CompanyRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get company bank accounts","tags":["Company"],"description":"List all available users"}},"/api/kinships/getAll":{"get":{"operationId":"KinshipController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KinshipRequestDto"}}},"description":"KinshipRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Kinship"],"description":"List all available users"}},"/api/creditInfos/bulkCreateCreditInfos":{"post":{"operationId":"BulkCreateCreditInfosController.MassiveCreate","parameters":[{"in":"header","name":"authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"items":{"type":"object"},"type":"array"}}},"description":"","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Massive create","tags":["Bulk Create Credit Infos"],"description":"List all available users"}},"/api/creditInfos/create":{"post":{"operationId":"CreditInfoController.create","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditInfoRequestDto"}}},"description":"CreditInfoRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Create","tags":["Credit Info"],"description":"List all available users"}},"/api/creditLines/create":{"post":{"operationId":"CreditLineCreateController.create","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditLineRequestDto"}}},"description":"CreditLineRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Create","tags":["Credit Line Create"],"description":"List all available users"}},"/api/productTypes/getAll":{"get":{"operationId":"ProductTypeController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductTypeRequestDto"}}},"description":"ProductTypeRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Product Type"],"description":"List all available users"}},"/api/academicLevel/getAll":{"get":{"operationId":"AcademicLevelController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicLevelRequestDto"}}},"description":"AcademicLevelRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Academic Level"],"description":"List all available users"}},"/api/documentTypes/getAll":{"get":{"operationId":"DocumentTypeController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentTypeRequestDto"}}},"description":"DocumentTypeRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Document Type"],"description":"List all available users"}},"/api/genders/getAll":{"get":{"operationId":"GenderController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenderRequestDto"}}},"description":"GenderRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Gender"],"description":"List all available users"}},"/api/maritalStatus/getAll":{"get":{"operationId":"MaritalStatusController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MaritalStatusRequestDto"}}},"description":"MaritalStatusRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Marital Status"],"description":"List all available users"}},"/api/activations/create":{"post":{"operationId":"ActivationController.MassiveCreate","parameters":[{"in":"header","name":"authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"items":{"type":"object"},"type":"array"}}},"description":"","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Massive create","tags":["Activation"],"description":"List all available users"}},"/api/user/login":{"post":{"operationId":"SecurityController.Login","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginRequestDto"}}},"description":"LoginRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Login","tags":["Security"],"description":"List all available users"}},"/api/economicActivity/getAll":{"get":{"operationId":"EconomicActivityController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EconomicActivityRequestDto"}}},"description":"EconomicActivityRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Economic Activity"],"description":"List all available users"}},"/api/economicSector/getAll":{"get":{"operationId":"EconomicSectorController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EconomicSectorRequestDto"}}},"description":"EconomicSectorRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Economic Sector"],"description":"List all available users"}},"/api/customers/create":{"post":{"operationId":"CustomerCreateController.create","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerRequestDto"}}},"description":"CustomerRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Create","tags":["Customer Create"],"description":"List all available users"}},"/api/customers/uploadClientDocuments":{"post":{"operationId":"CustomerCreateController.uploadClientDocuments","parameters":[{"in":"header","name":"authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{}},"description":"Successful response"}},"summary":"Upload client documents","tags":["Customer Create"]}},"/api/customerTypes/getAll":{"get":{"operationId":"CustomerTypeController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerTypeRequestDto"}}},"description":"CustomerTypeRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Customer Type"],"description":"List all available users"}},"/api/professions/getAll":{"get":{"operationId":"ProfessionController.GetAll","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProfessionRequestDto"}}},"description":"ProfessionRequestDto","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Get all","tags":["Profession"],"description":"List all available users"}},"/api/conventions/legalCreate":{"post":{"operationId":"ConventionController.createLegalConvention","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{}}},"description":"","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Good request"},"400":{"description":"Bad request"}},"summary":"Create legal convention","tags":["Convention"],"description":"List all available users"}},"/api/conventions/massiveCreate":{"post":{"operationId":"ConventionController.massiveCreate","parameters":[{"in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{}}},"description":"","required":false},"responses":{"200":{"content":{"application/json":{}},"description":"Successful response"}},"summary":"Massive create","tags":["Convention"]}}}}