{"openapi":"3.0.1","info":{"title":"Ibsna API","description":"Ibsna API documentation","termsOfService":"","contact":{"name":"","url":"","email":""},"license":{"name":"unlicensed","url":""},"version":"0.0.1"},"servers":[{"url":"http://iobgcceduapi.demodev.in","description":"Generated server url"}],"paths":{"/api/viewBeneficiary":{"post":{"tags":["view-resource"],"operationId":"getBeneficiary","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/viewAllVoucherVendor":{"post":{"tags":["view-resource"],"operationId":"getAllVoucherVendor","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/viewAllVoucherDeduction":{"post":{"tags":["view-resource"],"operationId":"getAllVoucherDeduction","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/viewAllVoucherBeneficiary":{"post":{"tags":["view-resource"],"operationId":"getAllVoucherBeneficiary","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/viewAllDeduction":{"post":{"tags":["view-resource"],"operationId":"getAllViewDeduction","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/verify/accountDetails":{"post":{"tags":["beneficiary-excel-resource"],"operationId":"verifyAccountDetails","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/validateUser":{"post":{"tags":["account-resource"],"operationId":"validateUsername","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdminUserDto"}}}}}}},"/api/validateOtp":{"post":{"tags":["account-resource"],"operationId":"validateOtp","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"otp","in":"query","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/validateForgetOtp":{"post":{"tags":["account-resource"],"operationId":"validateForgetOtp","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"otp","in":"query","required":true,"schema":{"type":"string"}},{"name":"OtpId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/uploadMultipleFiles":{"post":{"tags":["file-upload-controller"],"operationId":"uploadMultipleFiles","parameters":[{"name":"files","in":"query","required":true,"schema":{"type":"array","items":{"type":"string","format":"binary"}}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Response"}}}}}}}},"/api/uploadFile":{"post":{"tags":["file-upload-controller"],"operationId":"uploadFile","requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}},"/api/updateUser":{"post":{"tags":["admin-user-resource"],"operationId":"updateUser","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdminUserDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdminUserDto"}}}}}}},"/api/updateEmployeePayRoll":{"post":{"tags":["employee-resource"],"operationId":"updateEmployeePayRoll","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployeeDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Employee"}}}}}}},"/api/updateCommercialVendor":{"post":{"tags":["commercial-vendor-resource"],"operationId":"updateConercialVendor","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommercialVendorDto"}}}}}}},"/api/updateAdminUser":{"post":{"tags":["admin-user-resource"],"operationId":"updateAdminUser","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string"}},{"name":"mobileNumber","in":"query","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/swapError":{"post":{"tags":["payment-resource"],"operationId":"error","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedirectView"}}}}}}},"/api/swapCancel":{"post":{"tags":["payment-resource"],"operationId":"cancel","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedirectView"}}}}}}},"/api/saveZonal":{"post":{"tags":["zonal-resource"],"operationId":"saveRole","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ZonalDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ZonalDto"}}}}}}},"/api/saveSna":{"post":{"tags":["sna-resource"],"operationId":"saveRole_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnaDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnaDto"}}}}}}},"/api/saveSms":{"post":{"tags":["sms-resource"],"operationId":"saveRole_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SMSDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SMSDto"}}}}}}},"/api/saveSchoolTypeEligibility":{"post":{"tags":["school-type-eligibility-resource"],"operationId":"saveSchoolTypeEligibility","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SchoolTypeEligibilityDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveScheme":{"post":{"tags":["scheme-resource"],"operationId":"saveRole_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SchemeDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SchemeDto"}}}}}}},"/api/savePublicContribution":{"post":{"tags":["public-contribution-resource"],"operationId":"saveRole_4","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PublicContribution"}}}}}}},"/api/saveProjectDto":{"post":{"tags":["project-resource"],"operationId":"saveProjectDto","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveProfile":{"post":{"tags":["profile-resource"],"operationId":"saveRole_5","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/savePersonalVendor":{"post":{"tags":["personal-vendor-resource"],"operationId":"saveRole_6","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonalVendorDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonalVendorDto"}}}}}}},"/api/saveOpeningFund":{"post":{"tags":["opening-funds-resource"],"operationId":"saveRole_7","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnaFundsDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OpeningFundsDto"}}}}}}},"/api/saveMenu":{"post":{"tags":["menu-item-resource"],"operationId":"createMenu","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MenuItem"}}}},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MenuItem"}}}}}}},"/api/saveMasterCategory":{"post":{"tags":["master-category-controller"],"operationId":"saveMasterCategory","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MasterCategoryDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/saveMaritalStatus":{"post":{"tags":["marital-status-resource"],"operationId":"saveRole_8","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MaritalStatusDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MaritalStatusDto"}}}}}}},"/api/saveLog":{"post":{"tags":["log-resource"],"operationId":"saveRole_9","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LogDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LogDto"}}}}}}},"/api/saveLevelType":{"post":{"tags":["level-type-resource"],"operationId":"saveRole_10","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LevelTypeDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LevelTypeDto"}}}}}}},"/api/saveLevelMaster":{"post":{"tags":["level-master-resource"],"operationId":"saveRole_11","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LevelMasterDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LevelMasterDto"}}}}}}},"/api/saveLevelMasterHabitation":{"post":{"tags":["level-master-habitation-resource"],"operationId":"saveRole_12","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LevelMasterHabitationDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LevelMasterHabitationDto"}}}}}}},"/api/saveImpementingAgency":{"post":{"tags":["implementing-agency-resource"],"operationId":"saveRole_13","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveIACompLimit":{"post":{"tags":["ia-component-limit-trans-resource"],"operationId":"saveIaLimit","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IAComponentLimitTransDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveHonorariumMaster":{"post":{"tags":["honorarium-master-resource"],"operationId":"saveHonorarium","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HonorariumMasterDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HonorariumMasterDto"}}}}}}},"/api/saveGender":{"post":{"tags":["gender-resource"],"operationId":"saveRole_14","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenderDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GenderDto"}}}}}}},"/api/saveFinYear":{"post":{"tags":["fin-year-resource"],"operationId":"saveRole_15","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinYearDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FinYearDto"}}}}}}},"/api/saveEmployee":{"post":{"tags":["employee-resource"],"operationId":"saveEmployee","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployeeDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Employee"}}}}}}},"/api/saveEmployeeStatus":{"post":{"tags":["employee-status-resource"],"operationId":"saveEmployeeStatus","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeStatusDto"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveEmployeeMaster":{"post":{"tags":["employee-resource"],"operationId":"saveEmployeeMaster","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployeeMasterDTO"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveEmployeeLeaveStatus":{"post":{"tags":["employee-attendence-resource"],"operationId":"saveEmployeeLeaveStatus","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployeeLeaveFormDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveEmployeeAttendance":{"post":{"tags":["employee-attendence-resource"],"operationId":"saveEmployeeAttendance","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployeeAttendanceDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseEmployeeAttendanceDto"}}}}}}},"/api/saveElectedRep":{"post":{"tags":["elected-rep-resource"],"operationId":"saveRole_16","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ElectedRepDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ElectedRepDto"}}}}}}},"/api/saveEducationalQualification":{"post":{"tags":["educational-qualification-resource"],"operationId":"saveRole_17","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EducationalQualificationDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EducationalQualificationDto"}}}}}}},"/api/saveDistrictBudgetAllocation":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"saveDistrictBudgetAllocation","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveDistrictBudgetAllocationTrans":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"saveDistrictBudgetAllocationTrans","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveDistrictAllocationIaCompTrans":{"post":{"tags":["ia-component-limit-trans-resource"],"operationId":"saveDistrictAllocationIaCompTrans","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveDepartment":{"post":{"tags":["department-resource"],"operationId":"saveRole_18","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DepartmentDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepartmentDto"}}}}}}},"/api/saveDeductionMaster":{"post":{"tags":["deduction-master-controller"],"operationId":"saveDeductionMaster","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeductionMasterDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/saveDeductionAccount":{"post":{"tags":["deduction-account-controller"],"operationId":"saveDeductionAccount","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeductionAccountsDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/saveComponentType":{"post":{"tags":["component-type-resource"],"operationId":"saveRole_19","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComponentTypeDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ComponentTypeDto"}}}}}}},"/api/saveComponentMaster":{"post":{"tags":["component-master-resource"],"operationId":"saveRole_20","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComponentMasterDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ComponentMasterDto"}}}}}}},"/api/saveCommunity":{"post":{"tags":["community-resource"],"operationId":"saveRole_21","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommunityDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommunityDto"}}}}}}},"/api/saveCommercial":{"post":{"tags":["commercial-resource"],"operationId":"saveRole_22","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommercialDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommercialDto"}}}}}}},"/api/saveCommercialVendor":{"post":{"tags":["commercial-vendor-resource"],"operationId":"saveRole_23","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommercialVendorDto"}}}}}}},"/api/saveCategoryMaster":{"post":{"tags":["category-master-resource"],"operationId":"getMethodName","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryMasterDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveCategoryData":{"post":{"tags":["category-data-controller"],"operationId":"saveCategoryData","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryDataDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/saveBudgetTransaction":{"post":{"tags":["budget-transaction-resource"],"operationId":"saveBudgetTransaction","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/saveBeneficiary":{"post":{"tags":["beneficiary-resource"],"operationId":"saveRole_24","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BeneficiaryDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/save/ialimit/listsave":{"post":{"tags":["ia-limit-resource"],"operationId":"saveIALimitTransList","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/save/budget/list":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"saveBudgetAllocationTransList","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/save/Beneficiary/list":{"post":{"tags":["beneficiary-excel-resource"],"operationId":"saveBeneficiaries","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BeneficiaryDto"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/role":{"post":{"tags":["role-resource"],"operationId":"saveRole_25","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RoleDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RoleDto"}}}}}}},"/api/revertPaymentTransactionVoucher":{"post":{"tags":["payment-resource"],"operationId":"revertPaymentTransactionVoucher","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReGenerationVoucherDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/resetPassword":{"post":{"tags":["account-resource"],"operationId":"ResetPassword","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResetPassword"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/report/onBoardReport":{"post":{"tags":["on-board-report-resource"],"operationId":"getOnBoardReport","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OnBoardReportDto"}}}}}}},"/api/report/getVoucherSignThirdLevelPending":{"post":{"tags":["report-resource"],"operationId":"getVoucherSignThirdLevelPending","parameters":[{"name":"fromDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TransactionDto"}}}}}}}},"/api/report/getVoucherSignSecondLevelPending":{"post":{"tags":["report-resource"],"operationId":"getVoucherSignSecondlevelPending","parameters":[{"name":"fromDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TransactionDto"}}}}}}}},"/api/report/getVoucherSignFirstlevelPending":{"post":{"tags":["report-resource"],"operationId":"getVoucherSignFirstlevelPending","parameters":[{"name":"fromDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TransactionDto"}}}}}}}},"/api/report/getVillageList":{"post":{"tags":["on-board-report-resource"],"operationId":"getVillageList","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReportRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OnBoardVillageListDto"}}}}}}}},"/api/report/getSuccessfullTransactions":{"post":{"tags":["report-resource"],"operationId":"getSuccessfullTransactions","parameters":[{"name":"fromDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TransactionDto"}}}}}}}},"/api/report/getRejectTransactions":{"post":{"tags":["report-resource"],"operationId":"getRejectTransactions","parameters":[{"name":"fromDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TransactionDto"}}}}}}}},"/api/report/getOnBoardVillageList":{"post":{"tags":["on-board-report-resource"],"operationId":"getOnBoardVillageList","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OnBoardVillageListDto"}}}}}}}},"/api/report/getFailureTransactions":{"post":{"tags":["report-resource"],"operationId":"getFailureTransactions","parameters":[{"name":"fromDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TransactionDto"}}}}}}}},"/api/report/getDistrictOnBoardList":{"post":{"tags":["report-resource"],"operationId":"getDistrictOnBoardList","parameters":[{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OnBoardDto"}}}}}}}},"/api/report/getBlockOnBoardList":{"post":{"tags":["report-resource"],"operationId":"getBlockOnBoardList","parameters":[{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OnBoardDto"}}}}}}}},"/api/report/getAllLoginUser":{"post":{"tags":["report-resource"],"operationId":"getAllLoginUserByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserLogin"}}}}}}}},"/api/rejectPaymentTransactionVoucher":{"post":{"tags":["payment-resource"],"operationId":"rejectPaymentTransactionVoucher","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReGenerationVoucherDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/rejectIAlimitTrans":{"post":{"tags":["ia-limit-resource"],"operationId":"rejectIALimitTemp","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"historyId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/rejectBudgetTransaction":{"post":{"tags":["budget-transaction-resource"],"operationId":"rejectTransaction","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/refreshToken":{"post":{"tags":["account-resource"],"operationId":"getRefreshToken","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Login"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAuthIdpTokenResponseDTO"}}}}}}},"/api/pennyDropAccountValidation":{"post":{"tags":["penny-drop-resource"],"operationId":"accountValidation","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorPennyDropDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/paymentTimeline":{"post":{"tags":["report-controller"],"operationId":"getPaymentTimeline","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaymentTimeline"}}}}}}},"/api/otp":{"post":{"tags":["account-resource"],"operationId":"otp","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/api/getZonalValidByFilter":{"post":{"tags":["zonal-resource"],"operationId":"getZonalValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Zonal"}}}}}}}},"/api/getZonalByFilter":{"post":{"tags":["zonal-resource"],"operationId":"getAllRoles","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Zonal"}}}}}}}},"/api/getWorkPaymentPartCount":{"post":{"tags":["vendor-transaction-resource"],"operationId":"getWorkPaymentPartCount","parameters":[{"name":"workId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorTransactionProjectDto"}}}}}}}},"/api/getVoucherStatus":{"post":{"tags":["report-controller"],"operationId":"getVoucherStatus","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DashBoardStatusDto"}}}}}}},"/api/getVoucherBillDescValidByFilter":{"post":{"tags":["voucher-bill-desc-resource"],"operationId":"getVoucherBillDescValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VoucherBillDesc"}}}}}}}},"/api/getVoucherBillDescElectedRepValidByFilter":{"post":{"tags":["voucher-bill-desc-elected-rep-resource"],"operationId":"getVoucherBillDescElectedRepValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VoucherBillDescElectedRep"}}}}}}}},"/api/getVoucherBillDescElectedRepByFilter":{"post":{"tags":["voucher-bill-desc-elected-rep-resource"],"operationId":"getAllVoucherBillDescElectedRep","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VoucherBillDescElectedRep"}}}}}}}},"/api/getVoucherBillDescByFilter":{"post":{"tags":["voucher-bill-desc-resource"],"operationId":"getAllVoucherBillDesc","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VoucherBillDesc"}}}}}}}},"/api/getVillageProjectList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getVillageProjectList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectReportDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountListDto"}}}}}}}},"/api/getVillageListByScheme":{"post":{"tags":["village-mapping-resource"],"operationId":"getVillageListBySchema","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VillageMappingRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMaster"}}}}}}}},"/api/getVillageLimitList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getVillageVillageList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectReportDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountDto"}}}}}}}},"/api/getViewMinorComponentMasterByFilter":{"post":{"tags":["component-master-resource"],"operationId":"getViewMinorComponentMasterByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewComponentMaster"}}}}}}}},"/api/getViewMajorComponentMasterByFilter":{"post":{"tags":["component-master-resource"],"operationId":"getViewMajorComponentMasterByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewComponentMaster"}}}}}}}},"/api/getViewLevelMasterByFilter":{"post":{"tags":["level-master-resource"],"operationId":"getAllViewLevelMaster","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewLevelMaster"}}}}}}}},"/api/getViewComponentMasterByFilter":{"post":{"tags":["component-master-resource"],"operationId":"getAllViewComponentMaster","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewComponentMaster"}}}}}}}},"/api/getVendorTransactionValidByFilter":{"post":{"tags":["vendor-transaction-resource"],"operationId":"getVendorTransactionValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"fromDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"toDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorTransaction"}}}}}}}},"/api/getVendorTransactionByFilter":{"post":{"tags":["vendor-transaction-resource"],"operationId":"getAllRoles_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"fromDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"toDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorTransaction"}}}}}}}},"/api/getTransactionByProject":{"post":{"tags":["vendor-transaction-resource"],"operationId":"getTransactionByProject","parameters":[{"name":"workId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorTransactionProjectDto"}}}}}}}},"/api/getTotalWorkCompletion":{"post":{"tags":["dashboard-report-resource"],"operationId":"getTotalWorkCompletion","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HiearachyRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/WorkCompletionDto"}}}}}}},"/api/getTotalSanctionAmountAndExpenditure":{"post":{"tags":["dashboard-report-resource"],"operationId":"getTotalSanctionAmountAndExpenditure","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HiearachyRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DashBoardAmountDto"}}}}}}},"/api/getTotalSanctionAmountAndExpenditureList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getTotalSanctionAmountAndExpenditureList","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HiearachyRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountListDto"}}}}}}}},"/api/getTotalSanctionAmountAndExpenditureLimit":{"post":{"tags":["dashboard-report-resource"],"operationId":"getTotalSanctionAmountAndExpenditureLimit","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HiearachyRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DashBoardAmountDto"}}}}}}},"/api/getTotalSanctionAmountAndExpenditureLimitList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getTotalSanctionAmountAndExpenditureLimitList","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HiearachyRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountListDto"}}}}}}}},"/api/getTenderMappingValidByFilter":{"post":{"tags":["tendor-mapping-resource"],"operationId":"getTenderMappingValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TenderMapping"}}}}}}}},"/api/getTenderMappingByFilter":{"post":{"tags":["tendor-mapping-resource"],"operationId":"getAllTenderMapping","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TenderMapping"}}}}}}}},"/api/getSubTenderMappingValidByFilter":{"post":{"tags":["sub-tendor-mapping-resource"],"operationId":"getSubTenderMappingValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubTenderMapping"}}}}}}}},"/api/getSubTenderMappingByFilter":{"post":{"tags":["sub-tendor-mapping-resource"],"operationId":"getAllSubTenderMapping","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubTenderMapping"}}}}}}}},"/api/getStatutoryPayment":{"post":{"tags":["vendor-transaction-resource"],"operationId":"getStatutoryPayments","parameters":[{"name":"districtId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"blockId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"fromDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StatutoryPaymentTotalDto"}}}}}}},"/api/getSnaValidByFilter":{"post":{"tags":["sna-resource"],"operationId":"getSnaValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Sna"}}}}}}}},"/api/getSnaByFilter":{"post":{"tags":["sna-resource"],"operationId":"getSnaFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Sna"}}}}}}}},"/api/getSchemeValidByFilter":{"post":{"tags":["scheme-resource"],"operationId":"getSchemeValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Scheme"}}}}}}}},"/api/getSchemeByFilter":{"post":{"tags":["scheme-resource"],"operationId":"getSchemeFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Scheme"}}}}}}}},"/api/getPublicContributionValidByFilter":{"post":{"tags":["public-contribution-resource"],"operationId":"getPublicContributionValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PublicContribution"}}}}}}}},"/api/getPublicContributionByFilter":{"post":{"tags":["public-contribution-resource"],"operationId":"getPublicContributionByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PublicContribution"}}}}}}}},"/api/getProjectValidByFilter":{"post":{"tags":["project-resource"],"operationId":"getProjectValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Project"}}}}}}}},"/api/getProjectByFilter":{"post":{"tags":["project-resource"],"operationId":"getAllProjectByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Project"}}}}}}}},"/api/getProfilesValidByFilter":{"post":{"tags":["profile-resource"],"operationId":"getProfilesValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Profile"}}}}}}}},"/api/getProfilesByFilter":{"post":{"tags":["profile-resource"],"operationId":"getAllRoles_2","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Profile"}}}}}}}},"/api/getPersonalVendorValidByFilter":{"post":{"tags":["personal-vendor-resource"],"operationId":"getPersonalVendorValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonalVendor"}}}}}}}},"/api/getPersonalVendorByFilter":{"post":{"tags":["personal-vendor-resource"],"operationId":"getPersonalVendorFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonalVendor"}}}}}}}},"/api/getPersonalDescValidByFilter":{"post":{"tags":["personal-desc-resource"],"operationId":"getPersonalDescValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonalDesc"}}}}}}}},"/api/getPersonalDescByFilter":{"post":{"tags":["personal-desc-resource"],"operationId":"getAllPersonalDesc","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonalDesc"}}}}}}}},"/api/getPaymentIntegrationValidByFilter":{"post":{"tags":["payment-integration-resource"],"operationId":"getPaymentIntegrationValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PaymentIntegration"}}}}}}}},"/api/getPaymentIntegrationByFilter":{"post":{"tags":["payment-integration-resource"],"operationId":"getPaymentIntegrationByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PaymentIntegration"}}}}}}}},"/api/getOpeningBalanceByFilter":{"post":{"tags":["opening-funds-resource"],"operationId":"getAllOpeningBalance","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OpeningFunds"}}}}}}}},"/api/getMonthWiseReport":{"post":{"tags":["report-controller"],"operationId":"getMonthWiseSpendReport","parameters":[{"name":"month","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorTransaction"}}}}}}}},"/api/getMonthWiseChart":{"post":{"tags":["report-controller"],"operationId":"getMonthWiseChart","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MonthWiseSpend"}}}}}}}},"/api/getLevelTypeByFilter":{"post":{"tags":["level-type-resource"],"operationId":"getLevelTypeByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelType"}}}}}}}},"/api/getLevelMasterHabitationByFilter":{"post":{"tags":["level-master-habitation-resource"],"operationId":"getAllRoles_3","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterHabitation"}}}}}}}},"/api/getLevelMasterHabitationByFilterWithLevelId":{"post":{"tags":["level-master-habitation-resource"],"operationId":"getAllRoles_4","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterHabitation"}}}}}}}},"/api/getLevelMasterByFilter":{"post":{"tags":["level-master-resource"],"operationId":"getAllRoles_5","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMaster"}}}}}}}},"/api/getLevelMasterByFilterWithLevelId":{"post":{"tags":["level-master-resource"],"operationId":"getAllRoles_6","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMaster"}}}}}}}},"/api/getIAgencyValidByFilter":{"post":{"tags":["implementing-agency-resource"],"operationId":"getIAgencyValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ImplementingAgency"}}}}}}}},"/api/getIAgencyByFilter":{"post":{"tags":["implementing-agency-resource"],"operationId":"getAgencyByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ImplementingAgency"}}}}}}}},"/api/getIAComponentLimitValidByFilter":{"post":{"tags":["ia-limit-resource"],"operationId":"getIAComponentLimitValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IALimit"}}}}}}}},"/api/getIAComponentLimitTransValidByFilter":{"post":{"tags":["ia-component-limit-trans-resource"],"operationId":"getIAComponentLimitTransValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IAComponentLimitTrans"}}}}}}}},"/api/getIAComponentLimitTransByFilter":{"post":{"tags":["ia-component-limit-trans-resource"],"operationId":"getAllIAComponentLimit","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IAComponentLimitTrans"}}}}}}}},"/api/getIAComponentLimitByFilter":{"post":{"tags":["ia-limit-resource"],"operationId":"getAllIAComponentLimit_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IALimit"}}}}}}}},"/api/getFundsValidByFilter":{"post":{"tags":["funds-resource"],"operationId":"getFundsValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Funds"}}}}}}}},"/api/getFundsTransactionValidByFilter":{"post":{"tags":["funds-transaction-resource"],"operationId":"getFundsTransactionValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundsTransaction"}}}}}}}},"/api/getFundsTransactionByFilter":{"post":{"tags":["funds-transaction-resource"],"operationId":"getFundsTransactionFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundsTransaction"}}}}}}}},"/api/getFundsByFilter":{"post":{"tags":["funds-resource"],"operationId":"getFundsFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Funds"}}}}}}}},"/api/getElectedRepValidByFilter":{"post":{"tags":["elected-rep-resource"],"operationId":"getIAComponentLimitValidByFilter_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ElectedRep"}}}}}}}},"/api/getElectedRepByFilter":{"post":{"tags":["elected-rep-resource"],"operationId":"getAllIAComponentLimit_2","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ElectedRep"}}}}}}}},"/api/getDistrictProjectList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getDistrictProjectList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectReportDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountListDto"}}}}}}}},"/api/getDistrictLimitList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getDistrictLimitList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectReportDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountDto"}}}}}}}},"/api/getDepartmentValidByFilter":{"post":{"tags":["department-resource"],"operationId":"getSchemeValidByFilter_1","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Department"}}}}}}}},"/api/getDepartmentByFilter":{"post":{"tags":["department-resource"],"operationId":"getSchemeFilter_1","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Department"}}}}}}}},"/api/getComponentTypeByFilter":{"post":{"tags":["component-type-resource"],"operationId":"getLevelTypeByFilter_1","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentType"}}}}}}}},"/api/getCommercialVendorValidByFilter":{"post":{"tags":["commercial-vendor-resource"],"operationId":"getCommercialVendorValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CommercialVendor"}}}}}}}},"/api/getCommercialVendorByFilter":{"post":{"tags":["commercial-vendor-resource"],"operationId":"getCommercialByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CommercialVendor"}}}}}}}},"/api/getCategoryMasterByFilter":{"post":{"tags":["category-master-resource"],"operationId":"getCategoryMasterByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CategoryMaster"}}}}}}}},"/api/getCaptcha":{"post":{"tags":["account-resource"],"operationId":"getCaptcha","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CapchaDto"}}}}}}},"/api/getBudgetTransactionValidByFilter":{"post":{"tags":["budget-transaction-resource"],"operationId":"getBudgetTransactionValidByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BudgetTransaction"}}}}}}}},"/api/getBeneficiaryValidByFilter":{"post":{"tags":["beneficiary-resource"],"operationId":"getBeneficiaryValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Beneficiary"}}}}}}}},"/api/getBankBranchByFilter":{"post":{"tags":["bank-master-resource"],"operationId":"getAllIAComponentLimit_3","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BankMaster"}}}}}}}},"/api/getBLockProjectList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getBLockProjectList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectReportDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountListDto"}}}}}}}},"/api/getBLockLimitList":{"post":{"tags":["dashboard-report-resource"],"operationId":"getBLockLimitList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectReportDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashBoardAmountDto"}}}}}}}},"/api/getApproveProfilesByFilter":{"post":{"tags":["profile-resource"],"operationId":"getApproveProfilesByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Profile"}}}}}}}},"/api/getAmountByLevelMasterAndScheme":{"post":{"tags":["ia-limit-resource"],"operationId":"getAmountByLevelMaster","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VillageMappingRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IALimit"}}}}}}},"/api/getAmountByLevelMasterAndSchemeLimit":{"post":{"tags":["ia-limit-resource"],"operationId":"getAmountByLevelMasterAndSchemeLimit","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VillageMappingRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"number"}}}}}}},"/api/getAllWorkDetailHistory":{"post":{"tags":["work-detail-history-resource"],"operationId":"getAllWorkDetailHistory","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WorkDetailHistory"}}}}}}}},"/api/getAllEmployee":{"post":{"tags":["employee-resource"],"operationId":"getAllEmployeeDetails","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Employee"}}}}}}}},"/api/getAdminUserValidByFilter":{"post":{"tags":["admin-user-resource"],"operationId":"getAdminUserValidByFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdminUser"}}}}}}}},"/api/getAdminUserByFilter":{"post":{"tags":["admin-user-resource"],"operationId":"getAllRoles_7","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdminUser"}}}}}}}},"/api/getAccountStatement":{"post":{"tags":["account-statement-integration-resource"],"operationId":"getAccountStatement","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountStatementRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageAccountStatement"}}}}}}},"/api/generateVoucherType":{"post":{"tags":["employee-resource"],"operationId":"generateVoucherType","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BeforeVoucherReq"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeCalculationResponseDto"}}}}}}}},"/api/export/ialimit/excel":{"post":{"tags":["ia-limit-resource"],"operationId":"uploadIALimitExcelData","requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/export/excel":{"post":{"tags":["beneficiary-excel-resource"],"operationId":"uploadExcelData","requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/export/bulk/excel":{"post":{"tags":["beneficiary-excel-resource"],"operationId":"uploadBulkExcelData","requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/export/budget/excel":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"uploadExcelData_1","requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/executeReport":{"post":{"tags":["report-dynamic-controller"],"operationId":"executeReport","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReportDynamicDTO"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/esignResponse":{"post":{"tags":["payment-resource"],"operationId":"esignResponse","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/RedirectView"}}}}}}},"/api/employeeValidateUser":{"post":{"tags":["employee-resource"],"operationId":"validateUsername_1","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/employeeValidateOtp":{"post":{"tags":["employee-resource"],"operationId":"validateOtp_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"otp","in":"query","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/employeeValidateForgetOtp":{"post":{"tags":["employee-resource"],"operationId":"validateForgetOtp_1","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"otp","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/employeeResetPassword":{"post":{"tags":["employee-resource"],"operationId":"ResetPassword_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResetPassword"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/employeeOtp":{"post":{"tags":["employee-resource"],"operationId":"otp_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseLong"}}}}}}},"/api/employeeForgotOtp":{"post":{"tags":["employee-resource"],"operationId":"forgotOtp","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/employeeChangePassword":{"post":{"tags":["employee-resource"],"operationId":"changePassword","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Login"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/employeeAuthenticate":{"post":{"tags":["employee-resource"],"operationId":"authenticate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseOAuthIdpTokenResponseDTO"}}}}}}},"/api/districtWiseFundAllocation":{"post":{"tags":["dashboard-report-resource"],"operationId":"districtWiseFundAllocation","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DistrictWiseRequestDTO"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DistrictWiseFundAllocationDTO"}}}}}}}},"/api/deleteUser":{"post":{"tags":["account-resource"],"operationId":"deleteUser","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Login"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/deleteSchoolTypeEligibility":{"post":{"tags":["school-type-eligibility-resource"],"operationId":"postMethodName","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/deleteProject":{"post":{"tags":["project-resource"],"operationId":"deleteProject","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteProfile":{"post":{"tags":["profile-resource"],"operationId":"deleteRole","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/deleteCategoryMasterById":{"post":{"tags":["category-master-resource"],"operationId":"deleteCategoryMasterById","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/createBulkWork":{"post":{"tags":["work-detail-history-resource"],"operationId":"createBulkWork","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkDetailHistoryDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/checkPendingVoucher":{"post":{"tags":["vendor-transaction-resource"],"operationId":"getPendingVoucher","parameters":[{"name":"workId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/changePassword":{"post":{"tags":["account-resource"],"operationId":"changePassword_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Login"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/cdac/generatePdfQ":{"post":{"tags":["payment-resource"],"operationId":"cdacExportVoucherForCommercialVendor","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherGenerationNew"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/pdf":{"schema":{"type":"string"}}}}}}},"/api/budgetAllocationTransRejectStatus":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"getBudgetAllocationTransRejectStatus","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"status","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/budgetAllocationTransApprovalStatus":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"getBudgetAllocationTransApprovalStatus","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"status","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/authenticate":{"post":{"tags":["account-resource"],"operationId":"authenticate_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAuthIdpTokenResponseDTO"}}}}}}},"/api/approveVenderMapping":{"post":{"tags":["tendor-mapping-resource"],"operationId":"getRole","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/approveStatus":{"post":{"tags":["ia-component-limit-trans-resource"],"operationId":"approveIaLimitTrans","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/approveIalimitTransList":{"post":{"tags":["ia-limit-resource"],"operationId":"approveIalimitTransList","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"historyId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/approveBudgetTransaction":{"post":{"tags":["budget-transaction-resource"],"operationId":"approveBudgetTransaction","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/approvalStatus":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"changeApprovalStatus","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"status","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/approvaIALimit":{"post":{"tags":["ia-limit-resource"],"operationId":"approveIALimit","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IALimitDto"}}}}}}},"/api/all/swapEmuthraResponse":{"post":{"tags":["payment-resource"],"operationId":"allEsignEmuthraResponse","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedirectView"}}}}}}},"/api/accountValidations":{"post":{"tags":["penny-drop-resource"],"operationId":"accountValidationsEasebuzz","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorPennyDropDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/accountValidationCheck":{"post":{"tags":["penny-drop-resource"],"operationId":"accountValidationCheck","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorPennyDropDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/accountStatement":{"get":{"tags":["test-rest-controller-integration"],"operationId":"accountStatement_1","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}},"post":{"tags":["account-statement-integration-resource"],"operationId":"accountStatement","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountStatementRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AccountStatementDto"}}}}}}}},"/api/accountStatementUpdated":{"post":{"tags":["account-statement-integration-resource"],"operationId":"accountStatementUpdated","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountStatementRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AccountStatementDto"}}}}}}}},"/api/accountStatementOneTime":{"post":{"tags":["account-statement-integration-resource"],"operationId":"accountStatementOneTime","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountStatementRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AccountStatementDto"}}}}}}}},"/api/account/Validation":{"post":{"tags":["beneficiary-excel-resource"],"operationId":"accountValidation_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountValidationDTO"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/SaveVoucherBillDesc":{"post":{"tags":["voucher-bill-desc-resource"],"operationId":"saveRole_26","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherBillDescDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VoucherBillDescDto"}}}}}}},"/api/SaveVoucherBillDescElectedRep":{"post":{"tags":["voucher-bill-desc-elected-rep-resource"],"operationId":"saveRole_27","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherBillDescElectedRepDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VoucherBillDescElectedRepDto"}}}}}}},"/api/SaveVendorTransaction":{"post":{"tags":["vendor-transaction-resource"],"operationId":"saveVendorTransaction","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorTransactionDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VendorTransactionDto"}}}}}}},"/api/SaveTenderMapping":{"post":{"tags":["tendor-mapping-resource"],"operationId":"SaveTenderMapping","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/SaveSubTenderMapping":{"post":{"tags":["sub-tendor-mapping-resource"],"operationId":"saveRole_28","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubTenderMappingDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubTenderMappingDto"}}}}}}},"/api/SavePersonalDesc":{"post":{"tags":["personal-desc-resource"],"operationId":"saveRole_29","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonalDescDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonalDescDto"}}}}}}},"/api/SaveIALimit":{"post":{"tags":["ia-limit-resource"],"operationId":"saveIALimit","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IALimitDto"}}}}}}},"/api/SaveHolidayList":{"post":{"tags":["holiday-list-resource"],"operationId":"saveHoliday","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HolidayListDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HolidayList"}}}}}}},"/api/SaveFundsTransaction":{"post":{"tags":["funds-transaction-resource"],"operationId":"saveRole_30","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundsTransactionDto"}}}}}}},"/api/SaveFund":{"post":{"tags":["funds-resource"],"operationId":"saveRole_31","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericRequestDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/SaveDescription":{"post":{"tags":["description-resource"],"operationId":"saveRole_32","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescriptionDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescriptionDto"}}}}}}},"/api/SaveCategoryReservation":{"post":{"tags":["category-reservation-resource"],"operationId":"saveRole_33","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryReservationDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CategoryReservationDto"}}}}}}},"/api/SaveAdminUser":{"post":{"tags":["admin-user-resource"],"operationId":"saveRole_34","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdminUserDto"}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdminUserDto"}}}}}}},"/api/ProjectSummaryReport":{"post":{"tags":["dashboard-report-resource"],"operationId":"ProjectSummaryReport","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProjectSummaryDTO"}}}}}}}},"/api/LimitSummaryReport":{"post":{"tags":["dashboard-report-resource"],"operationId":"LimitSummaryReport","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LimitSummaryDto"}}}}}}}},"/api/DistrictBudgetAllocationTransByFilter":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"getDistrictBudgetAllocationTransByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DistrictBudgetAllocationTransaction"}}}}}}}},"/api/DistrictBudgetAllocationByFilter":{"post":{"tags":["district-budget-allocation-resource"],"operationId":"getDistrictBudgetAllocationByFilter","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FilterCriteria"}}}},"required":true},"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DistrictBudgetAllocation"}}}}}}}},"/api/zonalList":{"get":{"tags":["zonal-resource"],"operationId":"allZonal","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Zonal"}}}}}}}},"/api/voucherBillDescElectedRepList":{"get":{"tags":["voucher-bill-desc-elected-rep-resource"],"operationId":"allVoucherBillDescElectedRep","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageVoucherBillDescElectedRep"}}}}}}},"/api/viewVoucherVendorById":{"get":{"tags":["view-resource"],"operationId":"getVoucherVendorById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/viewVoucherDeductionById":{"get":{"tags":["view-resource"],"operationId":"getVoucherDeductionById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/viewVoucherBeneficiaryById":{"get":{"tags":["view-resource"],"operationId":"getVoucherBeneficiaryById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/viewMinorComponentMasterList":{"get":{"tags":["component-master-resource"],"operationId":"allViewMinorComponentMaster","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewComponentMasterDto"}}}}}}}},"/api/viewMajorComponentMasterList":{"get":{"tags":["component-master-resource"],"operationId":"allViewMajorComponentMaster","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewComponentMasterDto"}}}}}}}},"/api/viewLevelMasterList":{"get":{"tags":["level-master-resource"],"operationId":"allViewLevelMaster","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewLevelMasterDto"}}}}}}}},"/api/viewImage/{fileName}":{"get":{"tags":["file-download-controller"],"operationId":"viewImage","parameters":[{"name":"fileName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/api/viewFile/{fileName}":{"get":{"tags":["file-download-controller"],"operationId":"viewFile","parameters":[{"name":"fileName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}},"/api/viewComponentMasterList":{"get":{"tags":["component-master-resource"],"operationId":"allViewComponentMaster","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ViewComponentMasterDto"}}}}}}}},"/api/vendorTransactionList":{"get":{"tags":["vendor-transaction-resource"],"operationId":"allVendorTransaction","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorTransactionDto"}}}}}}}},"/api/vendorPaymentSuccess":{"get":{"tags":["payment-resource"],"operationId":"getVoucherDetailsByLevel","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VoucherPaymentVendorDto"}}}}}}}},"/api/validateVoucher":{"get":{"tags":["payment-resource"],"operationId":"validateVoucher","parameters":[{"name":"workId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/validateCapcha":{"get":{"tags":["account-resource"],"operationId":"validateCapcha","parameters":[{"name":"capcha","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/updateProject":{"get":{"tags":["project-resource"],"operationId":"getPublicContributionUpdateprojectDto","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProjectDto"}}}}}}},"/api/test":{"get":{"tags":["one-time-hit-resource"],"operationId":"test","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}}}},"/api/test1":{"get":{"tags":["one-time-hit-resource"],"operationId":"test1","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}}}},"/api/snaList":{"get":{"tags":["sna-resource"],"operationId":"allSna","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SnaDto"}}}}}}}},"/api/sms":{"get":{"tags":["sms-integration-resource"],"operationId":"getsms","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SmsResponseBody"}}}}}}},"/api/smsList":{"get":{"tags":["sms-resource"],"operationId":"allSms","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SMSDto"}}}}}}}},"/api/send-otp":{"get":{"tags":["profile-resource"],"operationId":"sendOtp","parameters":[{"name":"aadhaarNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/schemeList":{"get":{"tags":["scheme-resource"],"operationId":"allScheme","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SchemeDto"}}}}}}}},"/api/schemeListAll":{"get":{"tags":["scheme-resource"],"operationId":"allSchemeList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Scheme"}}}}}}}},"/api/roleList":{"get":{"tags":["role-resource"],"operationId":"getRoles","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RoleDto"}}}}}}}},"/api/rejectPublic":{"get":{"tags":["public-contribution-resource"],"operationId":"rejectPublicContributionProjectDto","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/rejectIAlimitTransById":{"get":{"tags":["ia-limit-resource"],"operationId":"rejectIALimitTrans","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"iaCompLimitId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/referenceValidation":{"get":{"tags":["emuthra-sign-req-resource"],"operationId":"referenceValidation","parameters":[{"name":"refNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EmuthraSignReqDto"}}}}}}},"/api/publicContributionList":{"get":{"tags":["public-contribution-resource"],"operationId":"allpublicContributionList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PublicContribution"}}}}}}}},"/api/profileList":{"get":{"tags":["profile-resource"],"operationId":"allProfile","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Profile"}}}}}}}},"/api/profileDeactivate":{"get":{"tags":["profile-resource"],"operationId":"profileDeactivate","parameters":[{"name":"userId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/personalVendorList":{"get":{"tags":["personal-vendor-resource"],"operationId":"allPersonalVendor","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonalVendorDto"}}}}}}}},"/api/personalDescList":{"get":{"tags":["personal-desc-resource"],"operationId":"allPersonalDesc","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PagePersonalDesc"}}}}}}},"/api/paymentSubTable":{"get":{"tags":["report-controller"],"operationId":"getPaymentSubTable","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"status","in":"query","required":true,"schema":{"type":"string"}},{"name":"activeFlag","in":"query","required":true,"schema":{"type":"string"}},{"name":"flag","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VendorTransaction"}}}}}}}},"/api/openingFundList":{"get":{"tags":["opening-funds-resource"],"operationId":"allOpeningFunds","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OpeningFundsDto"}}}}}}}},"/api/oneTime":{"get":{"tags":["one-time-hit-resource"],"operationId":"keyCloackMigration","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}}}},"/api/oneTimeApp":{"get":{"tags":["one-time-hit-resource"],"operationId":"keyCloackMigrationApp","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}}}},"/api/maritalStatusList":{"get":{"tags":["marital-status-resource"],"operationId":"AllMaritalStatus","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MaritalStatusDto"}}}}}}}},"/api/logOut":{"get":{"tags":["account-resource"],"operationId":"logOut","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/logList":{"get":{"tags":["log-resource"],"operationId":"allLog","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LogDto"}}}}}}}},"/api/loadReport":{"get":{"tags":["report-dynamic-controller"],"operationId":"loadReportDynamic","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/listOfLevelMaster":{"get":{"tags":["level-master-resource"],"operationId":"getMethodName_1","parameters":[{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMaster"}}}}}}}},"/api/levelTypeLists":{"get":{"tags":["level-type-resource"],"operationId":"AllLevelTypeFilter","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelTypeDto"}}}}}}}},"/api/levelTypeList":{"get":{"tags":["level-type-resource"],"operationId":"AllLevelType","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelTypeDto"}}}}}}}},"/api/levelTypeListByLevel":{"get":{"tags":["level-type-resource"],"operationId":"levelTypeListByLevel","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelTypeDto"}}}}}}}},"/api/levelTypeListById":{"get":{"tags":["level-type-resource"],"operationId":"getAllListOfLevelType","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelType"}}}}}}}},"/api/levelTypeAll":{"get":{"tags":["level-type-resource"],"operationId":"levelTypeAll","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelTypeDto"}}}}}}}},"/api/levelMasterList":{"get":{"tags":["level-master-resource"],"operationId":"allLevelMaster","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterDto"}}}}}}}},"/api/levelMasterHabitationList":{"get":{"tags":["level-master-habitation-resource"],"operationId":"allLevelMaster_1","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterHabitationDto"}}}}}}}},"/api/levelMasterByLevelId":{"get":{"tags":["level-master-resource"],"operationId":"getLevelMasterByBasedLevelId","parameters":[{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseListLevelMasterDto"}}}}}}},"/api/levelMasterByLevelIdList":{"get":{"tags":["level-master-resource"],"operationId":"getLevelMasterByBasedLevelIdAndLevelMasterId","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseListLevelMasterDto"}}}}}}},"/api/implementingAgencyList":{"get":{"tags":["implementing-agency-resource"],"operationId":"allImplementingAgency","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ImplementingAgencyDto"}}}}}}}},"/api/ifscode/{ifscCode}":{"get":{"tags":["admin-user-resource"],"operationId":"getIfscDetails","parameters":[{"name":"ifscCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BankDetails"}}}}}}},"/api/iaLimitAllocation":{"get":{"tags":["ia-limit-resource"],"operationId":"iaLimitAllocation","parameters":[{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"finYearId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/iaComponentLimitTransList":{"get":{"tags":["ia-component-limit-trans-resource"],"operationId":"allIAComponentLimitTrans","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IAComponentLimitTransDto"}}}}}}}},"/api/iaComponentLimitList":{"get":{"tags":["ia-limit-resource"],"operationId":"allIAComponentLimit","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageIALimit"}}}}}}},"/api/grtZonalCheckers":{"get":{"tags":["admin-user-resource"],"operationId":"getZonalCheckersByLevelMasterId","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdminUserDto"}}}}}}}},"/api/getZonal":{"get":{"tags":["zonal-resource"],"operationId":"getRole_1","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ZonalDto"}}}}}}},"/api/getVoucherNo":{"get":{"tags":["payment-resource"],"operationId":"getVoucherNo","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/getVoucherMaker":{"get":{"tags":["report-controller"],"operationId":"getVoucherMaker","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"activeFlag","in":"query","required":true,"schema":{"type":"string"}},{"name":"flag","in":"query","required":true,"schema":{"type":"string"}},{"name":"adminUserId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"count","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DashboardDto"}}}}}}},"/api/getVoucherCountByLevel":{"get":{"tags":["report-controller"],"operationId":"getVoucherCountByLevel","parameters":[{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VoucherSignStatus"}}}}}}}},"/api/getVoucherById":{"get":{"tags":["view-resource"],"operationId":"getVoucherById","parameters":[{"name":"voucherId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getVoucherBillDesc":{"get":{"tags":["voucher-bill-desc-resource"],"operationId":"getRole_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VoucherBillDescDto"}}}}}}},"/api/getVoucherBillDescElectedRep":{"get":{"tags":["voucher-bill-desc-elected-rep-resource"],"operationId":"getRole_3","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VoucherBillDescElectedRepDto"}}}}}}},"/api/getTotalSanctionAmont":{"get":{"tags":["dashboard-report-resource"],"operationId":"getTotalSanctionAmount","parameters":[{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"number","format":"double"}}}}}}},"/api/getTenderMapping":{"get":{"tags":["tendor-mapping-resource"],"operationId":"getRole_4","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VendorMappingDto"}}}}}}},"/api/getTenderMappingBYWorkId":{"get":{"tags":["tendor-mapping-resource"],"operationId":"getTenderMappingBYWorkId","parameters":[{"name":"workId","in":"query","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VendorMappingDto"}}}}}}},"/api/getSubTenderMapping":{"get":{"tags":["sub-tendor-mapping-resource"],"operationId":"getRole_5","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubTenderMappingDto"}}}}}}},"/api/getStatutoryByVoucherId":{"get":{"tags":["view-resource"],"operationId":"getStatutoryByVoucherId","parameters":[{"name":"voucherId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getSpendByComponentTYpe":{"get":{"tags":["report-controller"],"operationId":"getSpendByComponentTYpe","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Params"}}}}}}}},"/api/getSnadetails":{"get":{"tags":["report-controller"],"operationId":"getSnaDetails","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundReportDto"}}}}}}},"/api/getSna":{"get":{"tags":["sna-resource"],"operationId":"getSna","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnaDto"}}}}}}},"/api/getSnaByFilterLimit":{"get":{"tags":["sna-resource"],"operationId":"getSnaByFilterLimit","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnaDto"}}}}}}},"/api/getSms":{"get":{"tags":["sms-resource"],"operationId":"getRole_6","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SMSDto"}}}}}}},"/api/getSchoolTypeEligibilityList":{"get":{"tags":["school-type-eligibility-resource"],"operationId":"getSchoolTypeEligibilityList","parameters":[{"name":"finYearId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SchoolTypeEligibilityDto"}}}}}}}},"/api/getSchoolTypeEligibilityByName":{"get":{"tags":["school-type-eligibility-resource"],"operationId":"getSchoolTypeEligibilityByName","parameters":[{"name":"finYearId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SchoolTypeEligibility"}}}}}}},"/api/getSchoolTypeEligibilityById":{"get":{"tags":["school-type-eligibility-resource"],"operationId":"getSchoolTypeById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SchoolTypeEligibility"}}}}}}},"/api/getScheme":{"get":{"tags":["scheme-resource"],"operationId":"getRole_7","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SchemeDto"}}}}}}},"/api/getRole":{"get":{"tags":["role-resource"],"operationId":"getRole_8","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RoleDto"}}}}}}},"/api/getReportList":{"get":{"tags":["report-list-resource"],"operationId":"getReportList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ReportList"}}}}}}}},"/api/getPublicContribution":{"get":{"tags":["public-contribution-resource"],"operationId":"getPublicContribution","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PublicContribution"}}}}}}},"/api/getProjectDto":{"get":{"tags":["project-resource"],"operationId":"getprojectDto","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProjectDto"}}}}}}},"/api/getProfile":{"get":{"tags":["profile-resource"],"operationId":"getRole_9","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProfileDto"}}}}}}},"/api/getPersonalVendor":{"get":{"tags":["personal-vendor-resource"],"operationId":"getRole_10","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonalVendorDto"}}}}}}},"/api/getPersonalDesc":{"get":{"tags":["personal-desc-resource"],"operationId":"getRole_11","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonalDescDto"}}}}}}},"/api/getPaymentIntegration":{"get":{"tags":["payment-integration-resource"],"operationId":"getRole_12","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaymentIntegrationDto"}}}}}}},"/api/getPaymentIntegrationByBeneficiaryTransactionId":{"get":{"tags":["payment-integration-resource"],"operationId":"getPaymentIntegrationByPaymentIntegrationId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PaymentIntegrationDto"}}}}}}}},"/api/getOpeningFund":{"get":{"tags":["opening-funds-resource"],"operationId":"getRole_13","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OpeningFundsDto"}}}}}}},"/api/getMonthFilter":{"get":{"tags":["employee-status-resource"],"operationId":"getEmployeeStatusByMonth","parameters":[{"name":"monthYear","in":"query","required":true,"schema":{"type":"string"}},{"name":"blockId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseListEmployeeStatusDto"}}}}}}},"/api/getMenu":{"get":{"tags":["menu-item-resource"],"operationId":"getMenuByRole","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/getMasterCategoryById":{"get":{"tags":["master-category-controller"],"operationId":"getMasterCategoryById","parameters":[{"name":"masterCategoryId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getMaritalStatus":{"get":{"tags":["marital-status-resource"],"operationId":"getRole_14","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MaritalStatusDto"}}}}}}},"/api/getMajorSpent":{"get":{"tags":["report-controller"],"operationId":"getMajorSpentByLevel","parameters":[{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MajorCompSpend"}}}}}}}},"/api/getMajorCompSpentByLevel":{"get":{"tags":["report-controller"],"operationId":"getMajorCompSpentByLevel","parameters":[{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"compTypeid","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MajorCompSpent"}}}}}}}},"/api/getLog":{"get":{"tags":["log-resource"],"operationId":"getRole_15","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LogDto"}}}}}}},"/api/getLimitFilterByFinYearId":{"get":{"tags":["ia-component-limit-trans-resource"],"operationId":"getLimitByFinYearId","parameters":[{"name":"finYearId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"number"}}}}}}},"/api/getLimitByFinYearId":{"get":{"tags":["district-budget-allocation-resource"],"operationId":"getLimitByFinYearId_1","parameters":[{"name":"finYearId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"number"}}}}}}},"/api/getLimitAllocationHistory":{"get":{"tags":["ia-limit-resource"],"operationId":"getLimitAllocationHistory","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LimitAllocationHistory"}}}}}}}},"/api/getLevelType":{"get":{"tags":["level-type-resource"],"operationId":"getRole_16","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LevelTypeDto"}}}}}}},"/api/getLevelMaster":{"get":{"tags":["level-master-resource"],"operationId":"getRole_17","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LevelMasterDto"}}}}}}},"/api/getLevelMasterHabitation":{"get":{"tags":["level-master-habitation-resource"],"operationId":"getRole_18","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LevelMasterHabitationDto"}}}}}}},"/api/getLevelMasterHabitationByParentId":{"get":{"tags":["level-master-habitation-resource"],"operationId":"getLevelMasterHabitationByParentId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterHabitationDto"}}}}}}}},"/api/getLevelMasterHabitationByLevelTypeId":{"get":{"tags":["level-master-habitation-resource"],"operationId":"getLevelMasterHabitationByLevelTypeId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterHabitationDto"}}}}}}}},"/api/getLevelMasterByLevelTypeId":{"get":{"tags":["level-master-resource"],"operationId":"getLevelMasterByLevelTypeId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterDto"}}}}}}}},"/api/getImplementingAgency":{"get":{"tags":["implementing-agency-resource"],"operationId":"getRole_19","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ImplementingAgencyDto"}}}}}}},"/api/getImplementingAgencyByLevelMasterId":{"get":{"tags":["implementing-agency-resource"],"operationId":"getImplementingAgencyByLevelMasterId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ImplementingAgencyDto"}}}}}}}},"/api/getIfscByBankBranch":{"get":{"tags":["bank-master-resource"],"operationId":"getBankIfscByBankBranch","parameters":[{"name":"bank","in":"query","required":true,"schema":{"type":"string"}},{"name":"branch","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/getIAComponentLimit":{"get":{"tags":["ia-limit-resource"],"operationId":"getIAComponentLimit","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IALimitDto"}}}}}}},"/api/getIAComponentLimitTrans":{"get":{"tags":["ia-component-limit-trans-resource"],"operationId":"getRole_20","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IAComponentLimitTransDto"}}}}}}},"/api/getIAComponentLimitByIaIdAndCompnentTypeId":{"get":{"tags":["ia-limit-resource"],"operationId":"getIAComponentLimitByIaIdAndCompnentTypeId","parameters":[{"name":"iaId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"componentTypeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IALimit"}}}}}}},"/api/getIAComponentLimitByIAId":{"get":{"tags":["ia-limit-resource"],"operationId":"getIAComponentLimitByIA","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"iaId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IALimitDto"}}}}}}},"/api/getHonorariumList":{"get":{"tags":["honorarium-master-resource"],"operationId":"getHonorariumList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HonorariumMaster"}}}}}}}},"/api/getHonorariumListById":{"get":{"tags":["honorarium-master-resource"],"operationId":"getHonorariumListById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HonorariumMaster"}}}}}}}},"/api/getHeaderData/{language}":{"get":{"tags":["menu-item-resource"],"operationId":"getHeaderData","parameters":[{"name":"language","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/getGender":{"get":{"tags":["gender-resource"],"operationId":"getRole_21","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GenderDto"}}}}}}},"/api/getFundsTransaction":{"get":{"tags":["funds-transaction-resource"],"operationId":"getRole_22","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundsTransactionDto"}}}}}}},"/api/getFund":{"get":{"tags":["funds-resource"],"operationId":"getRole_23","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundsDto"}}}}}}},"/api/getFundDetails":{"get":{"tags":["report-controller"],"operationId":"getFund","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundReportDto"}}}}}}}},"/api/getFundDetailsByLevelMaster":{"get":{"tags":["report-controller"],"operationId":"getFundDetailsByLevelMaster","parameters":[{"name":"levelMasterId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundReportDto"}}}}}}},"/api/getFundByLevel":{"get":{"tags":["report-controller"],"operationId":"getFundByLevel","parameters":[{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundReportDto"}}}}}}}},"/api/getFinYear":{"get":{"tags":["fin-year-resource"],"operationId":"getRole_24","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FinYearDto"}}}}}}},"/api/getEmployeeUserDto":{"get":{"tags":["employee-resource"],"operationId":"getEmployeeUserDtoRest","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Employee"}}}}}}},"/api/getEmployeeMaster":{"get":{"tags":["employee-resource"],"operationId":"getEmployeeMaster","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EmployeeMasterDTO"}}}}}}},"/api/getEmployeeMasterByBasicType":{"get":{"tags":["employee-resource"],"operationId":"getEmployeeMasterByBasicType","parameters":[{"name":"basicType","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EmployeeMasterDTO"}}}}}}},"/api/getEmployeeById":{"get":{"tags":["employee-resource"],"operationId":"getEmployeeById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EmployeeDto"}}}}}}},"/api/getEmployeeAttendanceStatus":{"get":{"tags":["employee-attendence-resource"],"operationId":"getEmployeeAttendanceStatus","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"fromDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"toDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeAttendanceStatusDto"}}}}}}}},"/api/getElectedRep":{"get":{"tags":["elected-rep-resource"],"operationId":"getRole_25","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ElectedRepDto"}}}}}}},"/api/getEducationalQualification":{"get":{"tags":["educational-qualification-resource"],"operationId":"getRole_26","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EducationalQualificationDto"}}}}}}},"/api/getDistrictBudgetAllocation":{"get":{"tags":["district-budget-allocation-resource"],"operationId":"getDistrictBudgetAllocation","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DistrictBudgetAllocationDto"}}}}}}},"/api/getDescription":{"get":{"tags":["description-resource"],"operationId":"getRole_27","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescriptionDto"}}}}}}},"/api/getDescriptionCategoryName":{"get":{"tags":["category-data-controller"],"operationId":"getDescription","parameters":[{"name":"description","in":"query","required":true,"schema":{"type":"string"}},{"name":"categoryName","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getDepartment":{"get":{"tags":["department-resource"],"operationId":"getRole_28","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepartmentDto"}}}}}}},"/api/getDeductionMasterById":{"get":{"tags":["deduction-master-controller"],"operationId":"getDeductionMasterById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getDeductionAccountList":{"get":{"tags":["deduction-account-controller"],"operationId":"getDeductionAccountList","parameters":[{"name":"pageNo","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"iaId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/getDeductionAccountDetailsBasedOnDeductionCode":{"get":{"tags":["deduction-account-controller"],"operationId":"getDeductionAccountDetailsBasedOnDeductionCode","parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string"}},{"name":"iaId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getDeductionAccountById":{"get":{"tags":["deduction-account-controller"],"operationId":"getDeductionAccountById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getDashBoardAvailableBalance":{"get":{"tags":["ia-limit-resource"],"operationId":"getDashBoardAvailableBalance","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"finYearId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DashBoardAvailableAmountDto"}}}}}}},"/api/getComponentType":{"get":{"tags":["component-type-resource"],"operationId":"getRole_29","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ComponentTypeDto"}}}}}}},"/api/getComponentTypeLevelId":{"get":{"tags":["component-type-resource"],"operationId":"loadDropDownValues","parameters":[{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentTypeDto"}}}}}}}},"/api/getComponentTypeByLevelId":{"get":{"tags":["component-type-resource"],"operationId":"getComponentTypeByLevelId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentTypeDto"}}}}}}}},"/api/getComponentTypeByLevelIdGf":{"get":{"tags":["component-type-resource"],"operationId":"getComponentTypeByLevelIdGf","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentTypeDto"}}}}}}}},"/api/getComponentMaster":{"get":{"tags":["component-master-resource"],"operationId":"getRole_30","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ComponentMasterDto"}}}}}}},"/api/getComponentMasterByParentId":{"get":{"tags":["component-master-resource"],"operationId":"getComponentMasterByParentId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentMasterDto"}}}}}}}},"/api/getComponentMasterByMasterId":{"get":{"tags":["component-master-resource"],"operationId":"getComponentMasterByMasterId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentMasterDto"}}}}}}}},"/api/getCompFundByLevel":{"get":{"tags":["report-controller"],"operationId":"getCompFundByLevel","parameters":[{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"compTypeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundReportDto"}}}}}}},"/api/getCommunity":{"get":{"tags":["community-resource"],"operationId":"getRole_31","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommunityDto"}}}}}}},"/api/getCommercial":{"get":{"tags":["commercial-resource"],"operationId":"getRole_32","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommercialDto"}}}}}}},"/api/getCommercialVendor":{"get":{"tags":["commercial-vendor-resource"],"operationId":"getRole_33","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommercialVendorDto"}}}}}}},"/api/getCommercialLastFiveTransaction":{"get":{"tags":["vendor-transaction-resource"],"operationId":"getCommercialLastFiveTransaction","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PaymentStatus"}}}}}}}},"/api/getCategoryReservation":{"get":{"tags":["category-reservation-resource"],"operationId":"getRole_34","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CategoryReservationDto"}}}}}}},"/api/getCategoryMasterById":{"get":{"tags":["category-master-resource"],"operationId":"getCategoryMasterById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CategoryMasterDto"}}}}}}},"/api/getCategoryDataDeleteById":{"get":{"tags":["category-data-controller"],"operationId":"getCategoryDataDeleteById","parameters":[{"name":"CategoryDataId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getCategoryDataByName":{"get":{"tags":["category-data-controller"],"operationId":"getCategoryDataByName","parameters":[{"name":"categoryName","in":"query","required":false,"schema":{"type":"string"}},{"name":"code","in":"query","required":false,"schema":{"type":"string"}},{"name":"description","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getCategoryDataByMasterCategoryId":{"get":{"tags":["category-data-controller"],"operationId":"getCategoryDataByMasterCategoryId","parameters":[{"name":"masterCategoryDataId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getCategoryDataById":{"get":{"tags":["category-data-controller"],"operationId":"getCategoryDataById","parameters":[{"name":"CategoryDataId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getByWorkDetailHistoryId":{"get":{"tags":["work-detail-history-resource"],"operationId":"getByWorkDetailHistoryId","parameters":[{"name":"workHistoryId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/WorkDetailHistoryDto"}}}}}}},"/api/getByIAComponentLimitTransactionId":{"get":{"tags":["ia-component-limit-trans-resource"],"operationId":"getByIAComponentLimitTransactionId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getByDistrict":{"get":{"tags":["report-controller"],"operationId":"getTransactionByDistrict","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"operation","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TransactionReport"}}}}}}},"/api/getByBudgetTransactionId":{"get":{"tags":["budget-transaction-resource"],"operationId":"getByBudgetTransactionId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getByBudgetAllocationTransactionId":{"get":{"tags":["district-budget-allocation-resource"],"operationId":"getByBudgetAllocationTransactionId","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/getBeneficiary":{"get":{"tags":["beneficiary-resource"],"operationId":"getRole_35","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BeneficiaryDto"}}}}}}},"/api/getBankList":{"get":{"tags":["bank-master-resource"],"operationId":"getBankList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/getBankBranch":{"get":{"tags":["bank-master-resource"],"operationId":"getBranchList","parameters":[{"name":"bank","in":"query","required":true,"schema":{"type":"string"}},{"name":"branch","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/api/getAllRoles":{"get":{"tags":["role-resource"],"operationId":"getAllRoles_8","parameters":[{"name":"criteria","in":"query","required":true,"schema":{"$ref":"#/components/schemas/FilterCriteria"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Role"}}}}}}}},"/api/getAllMasterCategory":{"get":{"tags":["master-category-controller"],"operationId":"getAllMasterCategory","parameters":[{"name":"pageNo","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/getAllIALimitTransList":{"get":{"tags":["ia-limit-resource"],"operationId":"getAllIALimitTransList","parameters":[{"name":"historyId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageIAComponentLimitTemp"}}}}}}},"/api/getAllHolidayList":{"get":{"tags":["holiday-list-resource"],"operationId":"getAllHolidayList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HolidayList"}}}}}}}},"/api/getAllHolidayListFilter":{"get":{"tags":["holiday-list-resource"],"operationId":"getAllHolidays","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"to","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HolidayList"}}}}}}}},"/api/getAllEmployeeAttendance":{"get":{"tags":["employee-attendence-resource"],"operationId":"getAllEmployeeAttendance","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"fromDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"toDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"Pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseListEmployeeAttendanceDto"}}}}}}},"/api/getAllDeductionMaster":{"get":{"tags":["deduction-master-controller"],"operationId":"getAllDeductionMaster","parameters":[{"name":"pageNo","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/getAllCategoryData":{"get":{"tags":["category-data-controller"],"operationId":"getAllCategoryData","parameters":[{"name":"pageNo","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseObject"}}}}}}},"/api/getAdminUser":{"get":{"tags":["admin-user-resource"],"operationId":"getRole_36","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdminUserDto"}}}}}}},"/api/getAdminUserDto":{"get":{"tags":["account-resource"],"operationId":"getAdminUserDtoRest","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdminUser"}}}}}}},"/api/getAadhaar":{"get":{"tags":["admin-user-resource"],"operationId":"getAadhaar","parameters":[{"name":"aadhaarNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/getAadhaarDetails":{"get":{"tags":["admin-user-resource"],"operationId":"getAadhaar_1","parameters":[{"name":"aadhaarNo","in":"query","required":true,"schema":{"type":"string"}},{"name":"otp","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/generateCaptcha":{"get":{"tags":["captcha-controller"],"operationId":"generateCaptcha","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CaptchaResponse"}}}}}}},"/api/genderList":{"get":{"tags":["gender-resource"],"operationId":"allGender","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/GenderDto"}}}}}}}},"/api/fundsTransactionList":{"get":{"tags":["funds-transaction-resource"],"operationId":"allFundsTransaction","parameters":[{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundsTransactionDto"}}}}}}}},"/api/fundsList":{"get":{"tags":["funds-resource"],"operationId":"allFunds","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundsDto"}}}}}}}},"/api/forgetPassword":{"get":{"tags":["account-resource"],"operationId":"forgetPassword","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"password","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/finYearList":{"get":{"tags":["fin-year-resource"],"operationId":"allFinYear","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FinYearDto"}}}}}}}},"/api/emuthraSignedDownload":{"get":{"tags":["vendor-transaction-resource"],"operationId":"emuthraResponse","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"filename","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/pdf":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/api/employeeLogOut":{"get":{"tags":["employee-resource"],"operationId":"logOut_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/employeeForgetPassword":{"get":{"tags":["employee-resource"],"operationId":"forgetPassword_1","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"password","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseString"}}}}}}},"/api/employeeErpInitialApprove":{"get":{"tags":["employee-resource"],"operationId":"employeeInitialApprove","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/employeeApprove":{"get":{"tags":["employee-resource"],"operationId":"employeeApprove","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/electedRepList":{"get":{"tags":["elected-rep-resource"],"operationId":"allElectedRep","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ElectedRepDto"}}}}}}}},"/api/educationalQualificationList":{"get":{"tags":["educational-qualification-resource"],"operationId":"allEducationalQualification","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EducationalQualificationDto"}}}}}}}},"/api/dynamicDataReport":{"get":{"tags":["admin-resource"],"operationId":"report","parameters":[{"name":"sheetName","in":"query","required":false,"schema":{"type":"string","default":"sheet"}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string","default":"export"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/downloadFile/{fileName}":{"get":{"tags":["file-download-controller"],"operationId":"downloadFile","parameters":[{"name":"fileName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}},"/api/download/ialimit/template":{"get":{"tags":["ia-limit-resource"],"operationId":"iaLimitTransTemplateExcelDownload","parameters":[{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"finYearId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"referenceNo","in":"query","required":true,"schema":{"type":"string"}},{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"parentId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"referenceDate","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/api/download/excel/template":{"get":{"tags":["beneficiary-excel-resource"],"operationId":"templateExcel","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/api/download/bulk/excel/template":{"get":{"tags":["beneficiary-excel-resource"],"operationId":"bulkExcelTemplate","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/api/download/budget/template":{"get":{"tags":["district-budget-allocation-resource"],"operationId":"budgetAllocationTemplateExcelDownload","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/api/districtBudgetAllocation":{"get":{"tags":["district-budget-allocation-resource"],"operationId":"districtBudgetAllocation","parameters":[{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"finYearId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"levelId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/districtBudgetAllocationList":{"get":{"tags":["district-budget-allocation-resource"],"operationId":"DistrictBudgetAllocationList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DistrictBudgetAllocationDto"}}}}}}}},"/api/descriptionList":{"get":{"tags":["description-resource"],"operationId":"allDescription","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DescriptionDto"}}}}}}}},"/api/departmentList":{"get":{"tags":["department-resource"],"operationId":"allDepartment","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DepartmentDto"}}}}}}}},"/api/deleteWorkDetailHistoryById":{"get":{"tags":["work-detail-history-resource"],"operationId":"deleteWorkDetailHistoryById","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/deleteFile/{fileName}":{"get":{"tags":["file-download-controller"],"operationId":"deleteFile","parameters":[{"name":"fileName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileDeleteResponse"}}}}}}},"/api/deleteEmployee":{"get":{"tags":["employee-resource"],"operationId":"deleteEmployee","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deletPublicContribution":{"get":{"tags":["public-contribution-resource"],"operationId":"deletPublicContribution","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PublicContribution"}}}}}}},"/api/deletElectedRep":{"get":{"tags":["elected-rep-resource"],"operationId":"deleteRole_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/cpsDeductionSuccesList":{"get":{"tags":["employee-status-resource"],"operationId":"getSuccessEmployeeStatusList","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseListEmployeeStatusDto"}}}}}}},"/api/componentTypeList":{"get":{"tags":["component-type-resource"],"operationId":"allComponentType","parameters":[{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentTypeDto"}}}}}}}},"/api/componentMasterList":{"get":{"tags":["component-master-resource"],"operationId":"allComponentMaster","parameters":[{"name":"schemeId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ComponentMasterDto"}}}}}}}},"/api/communityList":{"get":{"tags":["community-resource"],"operationId":"allCommunity","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CommunityDto"}}}}}}}},"/api/commercialVendorList":{"get":{"tags":["commercial-vendor-resource"],"operationId":"allCommercialVendor","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CommercialVendorDto"}}}}}}}},"/api/commercialList":{"get":{"tags":["commercial-resource"],"operationId":"allCommercial","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CommercialDto"}}}}}}}},"/api/checkWorkIdStatus":{"get":{"tags":["vendor-transaction-resource"],"operationId":"checkWorkIdStatus","parameters":[{"name":"workId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/cdacSigneddoc":{"get":{"tags":["payment-resource"],"operationId":"CdacDownloadVoucher","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"filename","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"application/pdf":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/api/cdacRequest":{"get":{"tags":["payment-resource"],"operationId":"cdacRequest","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"fileName","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RequestBodyDto"}}}}}}},"/api/categoryReservationList":{"get":{"tags":["category-reservation-resource"],"operationId":"allCategoryReservation","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CategoryReservationDto"}}}}}}}},"/api/calculatePercentage":{"get":{"tags":["project-resource"],"operationId":"calculatePercentage","parameters":[{"name":"amount","in":"query","required":true,"schema":{"type":"string"}},{"name":"state","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"number","format":"double"}}}}}}},"/api/authenticates":{"get":{"tags":["employee-resource"],"operationId":"authenticate_2","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"password","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/api/approvePublic":{"get":{"tags":["public-contribution-resource"],"operationId":"approveProjectDto","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/approveProjectDto":{"get":{"tags":["project-resource"],"operationId":"approveProjectDto_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/approveBulkWork":{"get":{"tags":["work-detail-history-resource"],"operationId":"approveBulkWork","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/all/swapEmuthraRequest":{"get":{"tags":["payment-resource"],"operationId":"allEsignEmuthraRequest","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"fileName","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RequestBodyDto"}}}}}}},"/api/all/cdacRequest":{"get":{"tags":["vendor-transaction-resource"],"operationId":"cdacRequest_1","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"fileName","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RequestBodyDto"}}}}}}},"/api/adminUserList":{"get":{"tags":["admin-user-resource"],"operationId":"allAdminUser","responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdminUserDto"}}}}}}}},"/api/account/{accountNo}":{"get":{"tags":["test-rest-controller-integration"],"operationId":"getIfscDetails_1","parameters":[{"name":"accountNo","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/ApproveProfileStatus":{"get":{"tags":["profile-resource"],"operationId":"ApproveProfileStatus","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/AdminResetPassword":{"get":{"tags":["account-resource"],"operationId":"ResetPassword_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/Aadhaar-details":{"get":{"tags":["profile-resource"],"operationId":"Aadhaardetails","parameters":[{"name":"aadhaarNo","in":"query","required":true,"schema":{"type":"string"}},{"name":"Otp","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProfileDto"}}}}}}},"/api/deleteZonal":{"delete":{"tags":["zonal-resource"],"operationId":"deleteRole_2","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteVoucherBillDesc":{"delete":{"tags":["voucher-bill-desc-resource"],"operationId":"deleteRole_3","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteVoucherBillDescElectedRep":{"delete":{"tags":["voucher-bill-desc-elected-rep-resource"],"operationId":"deleteRole_4","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteTenderMapping":{"delete":{"tags":["tendor-mapping-resource"],"operationId":"deleteRole_5","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/deleteSubTenderMapping":{"delete":{"tags":["sub-tendor-mapping-resource"],"operationId":"deleteRole_6","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteSna":{"delete":{"tags":["sna-resource"],"operationId":"deleteRole_7","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteSms":{"delete":{"tags":["sms-resource"],"operationId":"deleteRole_8","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteScheme":{"delete":{"tags":["scheme-resource"],"operationId":"deleteRole_9","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteRole":{"delete":{"tags":["role-resource"],"operationId":"deleteRole_10","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deletePersonalVendor":{"delete":{"tags":["personal-vendor-resource"],"operationId":"deleteRole_11","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deletePersonalDesc":{"delete":{"tags":["personal-desc-resource"],"operationId":"deleteRole_12","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteMasterCategoryById":{"delete":{"tags":["master-category-controller"],"operationId":"deleteMasterCategoryById","parameters":[{"name":"masterCategoryId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/deleteMaritalStatus":{"delete":{"tags":["marital-status-resource"],"operationId":"deleteRole_13","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteLog":{"delete":{"tags":["log-resource"],"operationId":"deleteRole_14","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteLevelType":{"delete":{"tags":["level-type-resource"],"operationId":"deleteRole_15","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteLevelMaster":{"delete":{"tags":["level-master-resource"],"operationId":"deleteRole_16","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteLevelMasterHabitation":{"delete":{"tags":["level-master-habitation-resource"],"operationId":"deleteRole_17","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteImplementingAgency":{"delete":{"tags":["implementing-agency-resource"],"operationId":"deleteRole_18","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteIAComponentLimit":{"delete":{"tags":["ia-limit-resource"],"operationId":"deleteRole_19","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteIAComponentLimitTrans":{"delete":{"tags":["ia-component-limit-trans-resource"],"operationId":"deleteRole_20","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteGender":{"delete":{"tags":["gender-resource"],"operationId":"deleteRole_21","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteFundsTransaction":{"delete":{"tags":["funds-transaction-resource"],"operationId":"deleteRole_22","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteFund":{"delete":{"tags":["funds-resource"],"operationId":"deleteRole_23","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteFinYear":{"delete":{"tags":["fin-year-resource"],"operationId":"deleteRole_24","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteEducationalQualification":{"delete":{"tags":["educational-qualification-resource"],"operationId":"deleteRole_25","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteDescription":{"delete":{"tags":["description-resource"],"operationId":"deleteRole_26","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteDepartment":{"delete":{"tags":["department-resource"],"operationId":"deleteRole_27","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteDeductionMasterById":{"delete":{"tags":["deduction-master-controller"],"operationId":"deleteDeductionMasterById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/deleteDeductionAccountById":{"delete":{"tags":["deduction-account-controller"],"operationId":"deleteDeductionAccountById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SuccessResponseObject"}}}}}}},"/api/deleteComponentType":{"delete":{"tags":["component-type-resource"],"operationId":"deleteRole_28","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteComponentMaster":{"delete":{"tags":["component-master-resource"],"operationId":"deleteRole_29","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteCommercial":{"delete":{"tags":["commercial-resource"],"operationId":"deleteRole_30","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteCommercialVendor":{"delete":{"tags":["commercial-vendor-resource"],"operationId":"deleteRole_31","parameters":[{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deleteCategoryReservation":{"delete":{"tags":["category-reservation-resource"],"operationId":"deleteRole_32","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deletOpeningFund":{"delete":{"tags":["opening-funds-resource"],"operationId":"deleteRole_33","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/deletCommunity":{"delete":{"tags":["community-resource"],"operationId":"deleteRole_34","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"415":{"description":"Unsupported Media Type","content":{"*/*":{"schema":{"type":"string"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"type":"string"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}}},"components":{"schemas":{"ViewRequestDto":{"type":"object","properties":{"status":{"type":"string"},"iaId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"type":{"type":"string"},"deductionCode":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"}}},"PageResponseObject":{"type":"object","properties":{"totalRecordCount":{"type":"integer","format":"int64"},"hasNext":{"type":"boolean"},"hasPrevious":{"type":"boolean"},"data":{"type":"object"}}},"SuccessResponseObject":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"type":"object"}}},"AdminUserDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userName":{"type":"string"},"password":{"type":"string"},"mobile":{"type":"string"},"email":{"type":"string"},"zonalName":{"type":"string"},"activeFlag":{"type":"string"},"levelId":{"type":"integer","format":"int64"},"userActiveFlag":{"type":"string"},"resetPassword":{"type":"string"},"loginAttempt":{"type":"integer","format":"int64"},"roleDto":{"$ref":"#/components/schemas/RoleDto"},"resetDate":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"schemeName":{"type":"string"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"implementingAgencyId":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"profileStatus":{"type":"string"},"keyCloakUuid":{"type":"string"},"levelOne":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"}}},"DepartmentDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"shortName":{"type":"string"},"code":{"type":"string"},"branch":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"RoleDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"code":{"type":"string"},"name":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"}}},"SchemeDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"shortName":{"type":"string"},"code":{"type":"string"},"address":{"type":"string"},"schemeDesc":{"type":"string"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"Response":{"type":"object","properties":{"fileName":{"type":"string"},"fileDownloadUri":{"type":"string"},"fileType":{"type":"string"},"size":{"type":"integer","format":"int64"}}},"EmployeeDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"employeeCode":{"type":"string"},"employeeName":{"type":"string"},"fatherOrHusbandName":{"type":"string"},"designation":{"type":"string"},"levelId":{"type":"integer","format":"int64"},"payScale":{"type":"string"},"dateOfBirth":{"type":"string","format":"date-time"},"dateOfJoining":{"type":"string","format":"date-time"},"dateOfRetirement":{"type":"string","format":"date-time"},"pranNumber":{"type":"string"},"employeeStatus":{"type":"string"},"panNumber":{"type":"string"},"basic":{"type":"number","format":"double"},"bankName":{"type":"string"},"ifscCode":{"type":"string"},"activeFlag":{"type":"string"},"aadharNumber":{"type":"string"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"district":{"$ref":"#/components/schemas/LevelMasterDto"},"block":{"$ref":"#/components/schemas/LevelMasterDto"},"village":{"$ref":"#/components/schemas/LevelMasterDto"},"email":{"type":"string"},"mobile":{"type":"string"},"userName":{"type":"string"},"password":{"type":"string"},"keyCloakUuid":{"type":"string"},"resetPassword":{"type":"string"},"loginAttempt":{"type":"integer","format":"int64"},"approveFlag":{"type":"string"},"suspended":{"type":"number","format":"double"},"accountNumber":{"type":"string"},"bankBranch":{"type":"string"},"bankAccName":{"type":"string"},"earnLeaveTaken":{"type":"integer","format":"int64"},"casualLeaveTaken":{"type":"integer","format":"int64"},"earnLeaveAvailable":{"type":"integer","format":"int64"},"casualLeaveAvailable":{"type":"integer","format":"int64"},"totalLeaveDays":{"type":"integer","format":"int64"},"totalWorkingDays":{"type":"integer","format":"int64"},"villageName":{"type":"string"},"latitude":{"type":"string"},"longititude":{"type":"string"},"status":{"type":"string"},"gender":{"type":"string"}}},"FinYearDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"LevelMasterDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"levelTypeDto":{"$ref":"#/components/schemas/LevelTypeDto"},"levelMasterTN":{"type":"string"},"code":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedBy":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"},"latitude":{"type":"string"},"longititude":{"type":"string"},"aeo":{"type":"integer","format":"int64"},"zone":{"type":"integer","format":"int64"},"udiseCode":{"type":"string"},"schoolType":{"type":"string"},"address":{"type":"string"},"hmName":{"type":"string"},"hmPhoneNumber":{"type":"string"},"activeFlag":{"type":"string"}}},"LevelTypeDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedBy":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"},"parentId":{"type":"integer","format":"int64"}}},"Department":{"required":["branch","code","name","shortName"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":100,"minLength":2,"type":"string"},"shortName":{"maxLength":20,"minLength":2,"type":"string"},"code":{"maxLength":20,"minLength":2,"type":"string"},"branch":{"maxLength":20,"minLength":2,"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"Employee":{"required":["aadharNumber","accountNumber","email","mobile","panNumber","pranNumber"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"employeeCode":{"type":"string"},"employeeName":{"type":"string"},"fatherOrHusbandName":{"type":"string"},"designation":{"type":"string"},"levelId":{"type":"integer","format":"int64"},"payScale":{"type":"string"},"dateOfBirth":{"type":"string","format":"date-time"},"dateOfJoining":{"type":"string","format":"date-time"},"dateOfRetirement":{"type":"string","format":"date-time"},"pranNumber":{"type":"string"},"employeeStatus":{"type":"string"},"panNumber":{"type":"string"},"basic":{"type":"number","format":"double"},"activeFlag":{"type":"string"},"accountNumber":{"type":"string"},"bankBranch":{"type":"string"},"bankAccName":{"type":"string"},"bankName":{"type":"string"},"ifscCode":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"aadharNumber":{"type":"string"},"finYear":{"$ref":"#/components/schemas/FinYear"},"scheme":{"$ref":"#/components/schemas/Scheme"},"department":{"$ref":"#/components/schemas/Department"},"district":{"$ref":"#/components/schemas/LevelMaster"},"block":{"$ref":"#/components/schemas/LevelMaster"},"village":{"$ref":"#/components/schemas/LevelMaster"},"email":{"type":"string"},"mobile":{"type":"string"},"userName":{"type":"string"},"password":{"type":"string"},"keyCloakUuid":{"type":"string"},"resetPassword":{"type":"string"},"loginAttempt":{"type":"integer","format":"int64"},"approveFlag":{"type":"string"},"earnLeaveAvailable":{"type":"integer","format":"int64"},"casualLeaveAvailable":{"type":"integer","format":"int64"},"earnLeaveTaken":{"type":"integer","format":"int64"},"casualLeaveTaken":{"type":"integer","format":"int64"},"totalWorkingDays":{"type":"integer","format":"int64"},"totalLeaveDays":{"type":"integer","format":"int64"},"villageName":{"type":"string"},"latitude":{"type":"string"},"longititude":{"type":"string"},"suspended":{"type":"number","format":"double"},"gender":{"type":"string"}}},"FinYear":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"LevelMaster":{"required":["code","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":100,"minLength":0,"type":"string"},"code":{"type":"string"},"levelMasterTN":{"type":"string"},"levelType":{"$ref":"#/components/schemas/LevelType"},"parentId":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"latitude":{"type":"string"},"longititude":{"type":"string"},"aeo":{"type":"integer","format":"int64"},"zone":{"type":"integer","format":"int64"},"udiseCode":{"type":"string"},"schoolType":{"type":"string"},"address":{"type":"string"},"hmName":{"type":"string"},"hmPhoneNumber":{"type":"string"},"activeFlag":{"type":"string"}}},"LevelType":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":50,"minLength":0,"type":"string"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"parentId":{"type":"integer","format":"int64"}}},"Scheme":{"required":["code","name","shortName"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":100,"minLength":0,"type":"string"},"shortName":{"maxLength":20,"minLength":0,"type":"string"},"code":{"maxLength":20,"minLength":0,"type":"string"},"address":{"type":"string"},"schemeDesc":{"type":"string"},"department":{"$ref":"#/components/schemas/Department"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"GenericRequestDto":{"type":"object","properties":{"requestPayload":{"type":"string"}}},"CommercialDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"CommercialVendorDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"companyName":{"type":"string"},"aadhaarNo":{"type":"string"},"registrationNo":{"type":"string"},"micr":{"type":"string"},"panNo":{"type":"string"},"gstNo":{"type":"string"},"mobile":{"type":"string"},"email":{"type":"string"},"commercialDto":{"$ref":"#/components/schemas/CommercialDto"},"tanNo":{"type":"string"},"tinNo":{"type":"string"},"state":{"type":"string"},"district":{"type":"string"},"city":{"type":"string"},"doorNo":{"type":"string"},"street":{"type":"string"},"area":{"type":"string"},"pinCode":{"type":"string"},"companyState":{"type":"string"},"companyDistrict":{"type":"string"},"companyCity":{"type":"string"},"companyDoorNo":{"type":"string"},"companyStreet":{"type":"string"},"companyArea":{"type":"string"},"companyPinCode":{"type":"string"},"bankAccName":{"type":"string"},"bankId":{"type":"string"},"bankName":{"type":"string"},"bankBranch":{"type":"string"},"accountNumber":{"type":"string"},"activeFlag":{"type":"string"},"ifscCode":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"check":{"type":"string"},"enableCommercial":{"type":"boolean"}}},"MultiValueMapStringString":{"type":"object","properties":{"all":{"type":"object","additionalProperties":{"type":"string"},"writeOnly":true},"empty":{"type":"boolean"}},"additionalProperties":{"type":"array","items":{"type":"string"}}},"ApplicationContext":{"type":"object","properties":{"parent":{"$ref":"#/components/schemas/ApplicationContext"},"id":{"type":"string"},"displayName":{"type":"string"},"applicationName":{"type":"string"},"startupDate":{"type":"integer","format":"int64"},"autowireCapableBeanFactory":{"$ref":"#/components/schemas/AutowireCapableBeanFactory"},"environment":{"$ref":"#/components/schemas/Environment"},"beanDefinitionCount":{"type":"integer","format":"int32"},"beanDefinitionNames":{"type":"array","items":{"type":"string"}},"parentBeanFactory":{"$ref":"#/components/schemas/BeanFactory"},"classLoader":{"type":"object","properties":{"name":{"type":"string"},"registeredAsParallelCapable":{"type":"boolean"},"parent":{"type":"object","properties":{"name":{"type":"string"},"registeredAsParallelCapable":{"type":"boolean"},"unnamedModule":{"type":"object","properties":{"name":{"type":"string"},"classLoader":{"type":"object","properties":{"name":{"type":"string"},"registeredAsParallelCapable":{"type":"boolean"},"definedPackages":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"annotations":{"type":"array","items":{"type":"object"}},"declaredAnnotations":{"type":"array","items":{"type":"object"}},"sealed":{"type":"boolean"},"specificationTitle":{"type":"string"},"specificationVersion":{"type":"string"},"specificationVendor":{"type":"string"},"implementationTitle":{"type":"string"},"implementationVersion":{"type":"string"},"implementationVendor":{"type":"string"}}}},"defaultAssertionStatus":{"type":"boolean","writeOnly":true}}},"descriptor":{"type":"object","properties":{"open":{"type":"boolean"},"automatic":{"type":"boolean"}}},"named":{"type":"boolean"},"annotations":{"type":"array","items":{"type":"object"}},"declaredAnnotations":{"type":"array","items":{"type":"object"}},"packages":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"layer":{"type":"object"}}},"definedPackages":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"annotations":{"type":"array","items":{"type":"object"}},"declaredAnnotations":{"type":"array","items":{"type":"object"}},"sealed":{"type":"boolean"},"specificationTitle":{"type":"string"},"specificationVersion":{"type":"string"},"specificationVendor":{"type":"string"},"implementationTitle":{"type":"string"},"implementationVersion":{"type":"string"},"implementationVendor":{"type":"string"}}}},"defaultAssertionStatus":{"type":"boolean","writeOnly":true}}},"unnamedModule":{"type":"object","properties":{"name":{"type":"string"},"classLoader":{"type":"object","properties":{"name":{"type":"string"},"registeredAsParallelCapable":{"type":"boolean"},"definedPackages":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"annotations":{"type":"array","items":{"type":"object"}},"declaredAnnotations":{"type":"array","items":{"type":"object"}},"sealed":{"type":"boolean"},"specificationTitle":{"type":"string"},"specificationVersion":{"type":"string"},"specificationVendor":{"type":"string"},"implementationTitle":{"type":"string"},"implementationVersion":{"type":"string"},"implementationVendor":{"type":"string"}}}},"defaultAssertionStatus":{"type":"boolean","writeOnly":true}}},"descriptor":{"type":"object","properties":{"open":{"type":"boolean"},"automatic":{"type":"boolean"}}},"named":{"type":"boolean"},"annotations":{"type":"array","items":{"type":"object"}},"declaredAnnotations":{"type":"array","items":{"type":"object"}},"packages":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"layer":{"type":"object"}}},"definedPackages":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"annotations":{"type":"array","items":{"type":"object"}},"declaredAnnotations":{"type":"array","items":{"type":"object"}},"sealed":{"type":"boolean"},"specificationTitle":{"type":"string"},"specificationVersion":{"type":"string"},"specificationVendor":{"type":"string"},"implementationTitle":{"type":"string"},"implementationVersion":{"type":"string"},"implementationVendor":{"type":"string"}}}},"defaultAssertionStatus":{"type":"boolean","writeOnly":true}}}}},"AutowireCapableBeanFactory":{"type":"object"},"BeanFactory":{"type":"object"},"Environment":{"type":"object","properties":{"activeProfiles":{"type":"array","items":{"type":"string"}},"defaultProfiles":{"type":"array","items":{"type":"string"}}}},"RedirectView":{"type":"object","properties":{"applicationContext":{"$ref":"#/components/schemas/ApplicationContext"},"servletContext":{"type":"object","properties":{"classLoader":{"type":"object","properties":{"name":{"type":"string"},"registeredAsParallelCapable":{"type":"boolean"},"definedPackages":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"annotations":{"type":"array","items":{"type":"object"}},"declaredAnnotations":{"type":"array","items":{"type":"object"}},"sealed":{"type":"boolean"},"specificationTitle":{"type":"string"},"specificationVersion":{"type":"string"},"specificationVendor":{"type":"string"},"implementationTitle":{"type":"string"},"implementationVersion":{"type":"string"},"implementationVendor":{"type":"string"}}}},"defaultAssertionStatus":{"type":"boolean","writeOnly":true}}},"majorVersion":{"type":"integer","format":"int32"},"minorVersion":{"type":"integer","format":"int32"},"initParameterNames":{"type":"object"},"sessionTrackingModes":{"uniqueItems":true,"type":"array","writeOnly":true,"items":{"type":"string","enum":["COOKIE","URL","SSL"]}},"contextPath":{"type":"string"},"servletNames":{"type":"object","deprecated":true},"attributeNames":{"type":"object"},"effectiveMajorVersion":{"type":"integer","format":"int32"},"effectiveMinorVersion":{"type":"integer","format":"int32"},"servlets":{"type":"object","deprecated":true},"serverInfo":{"type":"string"},"servletContextName":{"type":"string"},"servletRegistrations":{"type":"object","additionalProperties":{"type":"object","properties":{"runAsRole":{"type":"string"},"mappings":{"type":"array","items":{"type":"string"}},"initParameters":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"className":{"type":"string"}}}},"filterRegistrations":{"type":"object","additionalProperties":{"type":"object","properties":{"servletNameMappings":{"type":"array","items":{"type":"string"}},"urlPatternMappings":{"type":"array","items":{"type":"string"}},"initParameters":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"className":{"type":"string"}}}},"sessionCookieConfig":{"type":"object","properties":{"httpOnly":{"type":"boolean"},"name":{"type":"string"},"path":{"type":"string"},"comment":{"type":"string"},"secure":{"type":"boolean"},"maxAge":{"type":"integer","format":"int32"},"domain":{"type":"string"}}},"defaultSessionTrackingModes":{"uniqueItems":true,"type":"array","items":{"type":"string","enum":["COOKIE","URL","SSL"]}},"effectiveSessionTrackingModes":{"uniqueItems":true,"type":"array","items":{"type":"string","enum":["COOKIE","URL","SSL"]}},"jspConfigDescriptor":{"type":"object","properties":{"taglibs":{"type":"array","items":{"type":"object","properties":{"taglibLocation":{"type":"string"},"taglibURI":{"type":"string"}}}},"jspPropertyGroups":{"type":"array","items":{"type":"object","properties":{"defaultContentType":{"type":"string"},"elIgnored":{"type":"string"},"pageEncoding":{"type":"string"},"scriptingInvalid":{"type":"string"},"isXml":{"type":"string"},"includePreludes":{"type":"array","items":{"type":"string"}},"includeCodas":{"type":"array","items":{"type":"string"}},"deferredSyntaxAllowedAsLiteral":{"type":"string"},"trimDirectiveWhitespaces":{"type":"string"},"errorOnUndeclaredNamespace":{"type":"string"},"buffer":{"type":"string"},"urlPatterns":{"type":"array","items":{"type":"string"}}}}}}},"virtualServerName":{"type":"string"},"sessionTimeout":{"type":"integer","format":"int32"},"requestCharacterEncoding":{"type":"string"},"responseCharacterEncoding":{"type":"string"}},"writeOnly":true},"contentType":{"type":"string"},"requestContextAttribute":{"type":"string"},"staticAttributes":{"type":"object","additionalProperties":{"type":"object"}},"exposePathVariables":{"type":"boolean"},"exposeContextBeansAsAttributes":{"type":"boolean","writeOnly":true},"exposedContextBeanNames":{"type":"array","writeOnly":true,"items":{"type":"string"}},"beanName":{"type":"string"},"url":{"type":"string"},"contextRelative":{"type":"boolean","writeOnly":true},"http10Compatible":{"type":"boolean","writeOnly":true},"exposeModelAttributes":{"type":"boolean","writeOnly":true},"encodingScheme":{"type":"string","writeOnly":true},"statusCode":{"type":"string","writeOnly":true,"enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]},"expandUriTemplateVariables":{"type":"boolean","writeOnly":true},"propagateQueryParams":{"type":"boolean","writeOnly":true},"hosts":{"type":"array","items":{"type":"string"}},"redirectView":{"type":"boolean"},"propagateQueryProperties":{"type":"boolean"},"attributesMap":{"type":"object","additionalProperties":{"type":"object"}},"attributesCSV":{"type":"string","writeOnly":true},"attributes":{"type":"object","additionalProperties":{"type":"string"},"writeOnly":true}}},"ZonalDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"villageLevelMaster":{"$ref":"#/components/schemas/LevelMasterDto"},"blockLevelMaster":{"$ref":"#/components/schemas/LevelMasterDto"},"villageFilter":{"type":"array","items":{"type":"string"}},"activeFlag":{"type":"string"},"multipleName":{"type":"array","items":{"$ref":"#/components/schemas/ZonalDto"}}}},"SnaDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"bankName":{"type":"string"},"accountNumber":{"type":"string"},"maskedAccountNumber":{"type":"string"},"ifscCode":{"type":"string"},"amount":{"type":"number"},"amountAsString":{"type":"string"},"branch":{"type":"string"},"address":{"type":"string"},"snaDesc":{"type":"string"},"managerMobNo":{"type":"string"},"managerName":{"type":"string"},"branchEmail":{"type":"string"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedby":{"$ref":"#/components/schemas/AdminUserDto"},"adminUserDtoUpdatedBy":{"$ref":"#/components/schemas/AdminUserDto"},"status":{"type":"string"}}},"SMSDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"mobileNo":{"type":"string"},"message":{"type":"string"},"smsSentDate":{"type":"string","format":"date-time"},"smsSentFlag":{"type":"string"}}},"SchoolTypeEligibilityDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"primary":{"type":"number","format":"double"},"middle":{"type":"number","format":"double"},"high":{"type":"number","format":"double"},"higher":{"type":"number","format":"double"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"ImplementingAgency":{"required":["mobile","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":100,"minLength":0,"type":"string"},"mobile":{"maxLength":10,"minLength":0,"type":"string"},"email":{"maxLength":60,"minLength":0,"type":"string"},"department":{"$ref":"#/components/schemas/Department"},"leveltype":{"type":"integer","format":"int64"},"levelMaster":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"districtName":{"type":"string"}}},"PublicContribution":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"publicContributionAmount":{"type":"number","format":"double"},"deptId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"projectId":{"type":"integer","format":"int64"},"projectName":{"type":"string"},"workId":{"type":"string"},"districtName":{"type":"string"},"blockName":{"type":"string"},"projectContibutionAmount":{"type":"integer","format":"int64"},"contibutionPercentage":{"type":"number","format":"double"},"implementingAgency":{"$ref":"#/components/schemas/ImplementingAgency"},"villageLevelMaster":{"$ref":"#/components/schemas/LevelMaster"},"blockId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"transactionDate":{"type":"string","format":"date-time"},"amountDeposedDate":{"type":"string","format":"date-time"},"finYear":{"$ref":"#/components/schemas/FinYear"},"fundSource":{"type":"string"},"sanctionGoNo":{"type":"string"},"transactionRefNo":{"type":"string"},"fileNameOne":{"type":"string"},"fileNameTwo":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"}}},"PersonalVendorDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"companyName":{"type":"string"},"designation":{"type":"string"},"staffId":{"type":"string"},"aadhaarNo":{"type":"string"},"micr":{"type":"string"},"panNo":{"type":"string"},"gstNo":{"type":"string"},"mobile":{"type":"string"},"email":{"type":"string"},"serviceTaxNo":{"type":"string"},"tanNo":{"type":"string"},"tinNo":{"type":"string"},"state":{"type":"string"},"district":{"type":"string"},"city":{"type":"string"},"doorNo":{"type":"string"},"street":{"type":"string"},"area":{"type":"string"},"pinCode":{"type":"string"},"companyState":{"type":"string"},"companyDistrict":{"type":"string"},"companyCity":{"type":"string"},"companyDoorNo":{"type":"string"},"companyStreet":{"type":"string"},"companyArea":{"type":"string"},"companyPinCode":{"type":"string"},"bankAccName":{"type":"string"},"bankId":{"type":"string"},"bankName":{"type":"string"},"bankBranch":{"type":"string"},"accountNumber":{"type":"string"},"activeFlag":{"type":"string"},"ifscCode":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"}}},"OpeningFundsDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"openingBalanceAsString":{"type":"string"},"openingBalance":{"type":"number","format":"double"},"fundsDate":{"type":"string","format":"date-time"},"dateOfAobAsString":{"type":"string"},"dateOfAob":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedby":{"$ref":"#/components/schemas/AdminUserDto"},"adminUserDtoUpdatedBy":{"$ref":"#/components/schemas/AdminUserDto"}}},"SnaFundsDto":{"type":"object","properties":{"openingFundsDto":{"$ref":"#/components/schemas/OpeningFundsDto"},"snaDto":{"$ref":"#/components/schemas/SnaDto"}}},"MenuItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"menuTab":{"type":"string","enum":["DASHBOARD","PROFILE","USER","ZONAL","AGENCY","PERSONALVENDOR","COMMERCIALVENDOR","ACCOUNT","DEPARTMENT","SCHEME","FUNDS","PAYMENT","LEVELTYPE","LEVELMASTER","COMPONENTTYPE","COMPONENTMASTER","LIMITSET","REPORT","VENDORREGISTRATION","PROJECT","PUBLICCONTRIBUTION","CREATE_USER","CREATE_TENDER","STATEDASHBOARD","DISTRICTDASHBOARD","BLOCKDASHBOARD"]},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"role":{"$ref":"#/components/schemas/Role"}}},"Role":{"required":["code","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"code":{"type":"string"},"name":{"type":"string"},"menuList":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"}}},"MasterCategoryDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"parentId":{"type":"integer","format":"int32"},"categoryName":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"modifiedAt":{"type":"string","format":"date-time"},"modifiedBy":{"type":"integer","format":"int64"},"deletedFlag":{"type":"boolean"}}},"MaritalStatusDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"LogDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"adminUserDto":{"$ref":"#/components/schemas/AdminUserDto"},"ipAddress":{"type":"string"},"service":{"type":"string"},"deviceDetails":{"type":"string"},"remarks":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"}}},"LevelMasterHabitationDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"levelTypeDto":{"$ref":"#/components/schemas/LevelTypeDto"},"levelMasterTN":{"type":"string"},"code":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedBy":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"}}},"IAComponentLimitTransDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"levelTypeDto":{"$ref":"#/components/schemas/LevelTypeDto"},"levelMasterDto":{"$ref":"#/components/schemas/LevelMasterDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"implementingAgencyDto":{"$ref":"#/components/schemas/ImplementingAgencyDto"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"sanctionAmount":{"type":"number","format":"double"},"transactionDate":{"type":"string","format":"date-time"},"uploadFileCopy":{"type":"string"},"status":{"type":"string"},"stAmount":{"type":"number","format":"double"},"scAmount":{"type":"number","format":"double"},"otherAmount":{"type":"number","format":"double"}}},"ImplementingAgencyDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"mobile":{"type":"string"},"email":{"type":"string"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"type":"array","items":{"$ref":"#/components/schemas/SchemeDto"}},"leveltype":{"type":"integer","format":"int64"},"gstNo":{"type":"string"},"levelMaster":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedBy":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"}}},"HonorariumMasterDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"levelType":{"type":"string"},"erCategory":{"type":"string"},"allowance":{"type":"string"},"amount":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"}}},"GenderDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"EmployeeStatusDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"employeeId":{"type":"integer","format":"int64"},"employeeName":{"type":"string"},"employeeCode":{"type":"string"},"villageName":{"type":"string"},"villageId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"monthYear":{"type":"string"},"day1":{"type":"string"},"day2":{"type":"string"},"day3":{"type":"string"},"day4":{"type":"string"},"day5":{"type":"string"},"day6":{"type":"string"},"day7":{"type":"string"},"day8":{"type":"string"},"day9":{"type":"string"},"day10":{"type":"string"},"day11":{"type":"string"},"day12":{"type":"string"},"day13":{"type":"string"},"day14":{"type":"string"},"day15":{"type":"string"},"day16":{"type":"string"},"day17":{"type":"string"},"day18":{"type":"string"},"day19":{"type":"string"},"day20":{"type":"string"},"day21":{"type":"string"},"day22":{"type":"string"},"day23":{"type":"string"},"day24":{"type":"string"},"day25":{"type":"string"},"day26":{"type":"string"},"day27":{"type":"string"},"day28":{"type":"string"},"day29":{"type":"string"},"day30":{"type":"string"},"day31":{"type":"string"},"totalDays":{"type":"integer","format":"int64"},"workingDays":{"type":"integer","format":"int64"},"totalAbsent":{"type":"integer","format":"int64"},"elDaysTaken":{"type":"integer","format":"int64"},"clDaysTaken":{"type":"integer","format":"int64"},"salaryDays":{"type":"integer","format":"int64"},"basicType":{"type":"string"},"basicSalaryEligible":{"type":"number","format":"double"},"gp":{"type":"number","format":"double"},"da":{"type":"number","format":"double"},"specialAllowance":{"type":"number","format":"double"},"others":{"type":"number","format":"double"},"grossSalary":{"type":"number","format":"double"},"excessPayRecovery":{"type":"number","format":"double"},"cpsDeduction":{"type":"number","format":"double"},"netSalary":{"type":"number","format":"double"},"paymentStatus":{"type":"string"},"daPercentage":{"type":"number","format":"double"},"actualBasic":{"type":"number","format":"double"},"actualGp":{"type":"number","format":"double"},"totalEl":{"type":"integer","format":"int64"},"totalCl":{"type":"integer","format":"int64"},"actualSpecialAllowance":{"type":"number","format":"double"},"totalHolidays":{"type":"integer","format":"int64"},"ifscCode":{"type":"string"},"accountNumber":{"type":"string"},"suspended":{"type":"number","format":"double"},"dateOfRetirement":{"type":"string","format":"date-time"},"presentDays":{"type":"array","items":{"type":"string"}},"status":{"type":"string"}}},"DaMaster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"daRatePercentage":{"type":"number","format":"double"},"applicableFrom":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"EmployeeMasterDTO":{"type":"object","properties":{"employee":{"type":"array","items":{"$ref":"#/components/schemas/EmployeePaymentMaster"}},"da":{"type":"array","items":{"$ref":"#/components/schemas/DaMaster"}}}},"EmployeePaymentMaster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"basic":{"type":"string"},"gp":{"type":"number","format":"double"},"specialAllowance":{"type":"number","format":"double"},"employeeContributionPercentage":{"type":"number","format":"double"},"employerContributionPercentage":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"EmployeeAttendanceStatusDto":{"type":"object","properties":{"date":{"type":"string","format":"date-time"},"status":{"type":"string"},"earnLeaveTaken":{"type":"string"},"casualLeaveTaken":{"type":"string"},"holidayName":{"type":"string"}}},"EmployeeLeaveFormDto":{"type":"object","properties":{"employeeDto":{"$ref":"#/components/schemas/EmployeeDto"},"employeeAttendanceStatusDto":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeAttendanceStatusDto"}}}},"EmployeeAttendanceDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"employeeId":{"type":"integer","format":"int64"},"clockInTime":{"type":"string","format":"date-time"},"latitude":{"type":"string"},"longitude":{"type":"string"},"premisesName":{"type":"string"},"selfieUrl":{"type":"string"},"notes":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"leave":{"type":"string"},"earnLeaveTaken":{"type":"string"},"casualLeaveTaken":{"type":"string"},"holidayName":{"type":"string"},"status":{"type":"string"}}},"SuccessResponseEmployeeAttendanceDto":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"$ref":"#/components/schemas/EmployeeAttendanceDto"}}},"ElectedRepDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"levelId":{"type":"integer","format":"int64"},"name":{"type":"string"},"post":{"type":"string"},"wardNo":{"type":"number","format":"double"},"fixedTravellingAllowance":{"type":"number","format":"double"},"sittingChargesAllowance":{"type":"number","format":"double"},"honorariumAllowance":{"type":"number","format":"double"},"others":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedBy":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"bankAccName":{"type":"string"},"bankName":{"type":"string"},"bankBranch":{"type":"string"},"ifscCode":{"type":"string"},"accountNumber":{"type":"string"},"micr":{"type":"string"},"dailyAllowances":{"type":"number","format":"double"},"medialAllowance":{"type":"number","format":"double"},"blockId":{"type":"integer","format":"int64"},"villageId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"electiveRepresentative":{"type":"string"},"schemeId":{"type":"integer","format":"int64"},"departmentId":{"type":"integer","format":"int64"},"fatherName":{"type":"string"},"dateOfBirth":{"type":"string","format":"date-time"},"panNo":{"type":"string"},"aadhaarNo":{"type":"string"},"mobileNO":{"type":"integer","format":"int64"},"workingArea":{"type":"string"},"passbookName":{"type":"string"},"status":{"type":"string"},"accountValidationName":{"type":"string"},"honorariumMasterId":{"type":"integer","format":"int64"}}},"EducationalQualificationDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"CategoryDataDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"parentId":{"type":"integer","format":"int64"},"code":{"type":"string"},"description":{"type":"string"},"masterCategoryDto":{"$ref":"#/components/schemas/MasterCategoryDto"},"sortOrder":{"type":"integer","format":"int64"},"createdAt":{"type":"string","format":"date-time"},"modifiedAt":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserModifiedBy":{"type":"integer","format":"int64"},"deleteFlag":{"type":"boolean"}}},"DeductionMasterDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"code":{"type":"string"},"description":{"type":"string"},"schemeId":{"type":"integer","format":"int64"},"departmentId":{"type":"integer","format":"int64"},"categoryData":{"$ref":"#/components/schemas/CategoryDataDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updateBy":{"type":"integer","format":"int64"}}},"DeductionAccountsDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"deductionMaster":{"$ref":"#/components/schemas/DeductionMasterDto"},"bankAccountName":{"type":"string"},"accountNumber":{"type":"string"},"bankName":{"type":"string"},"iaName":{"type":"string"},"iaId":{"type":"integer","format":"int64"},"branch":{"type":"string"},"ifscCode":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updateBy":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"}}},"ComponentTypeDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"departmentId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"nameTn":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedBy":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"}}},"ComponentMasterDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"code":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"nameTn":{"type":"string"},"componentTypeDto":{"$ref":"#/components/schemas/ComponentTypeDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedBy":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"},"vendorDto":{"type":"integer","format":"int64"}}},"CommunityDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"CategoryMasterDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"categoryName":{"type":"string"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"BeneficiaryDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"categoryName":{"type":"string"},"email":{"type":"string"},"beneficiaryName":{"type":"string"},"fatherName":{"type":"string"},"mobileNo":{"type":"string"},"genderName":{"type":"string"},"aadhaarName":{"type":"string"},"accountNumber":{"type":"string"},"accountNumberOne":{"type":"string"},"differntlyAbled":{"type":"string"},"bank":{"type":"string"},"branch":{"type":"string"},"ifscode":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"bankAccName":{"type":"string"},"updatedOn":{"type":"string","format":"date-time"},"activeFlag":{"type":"string"},"approveFlag":{"type":"string"},"jobCardNo":{"type":"string"},"validateFlag":{"type":"string"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"permanentDistrict":{"type":"string"},"permanentState":{"type":"string"},"permanentBuildingNumber":{"type":"string"},"permanentStreet":{"type":"string"},"permanentLandmark":{"type":"string"},"permanentPincode":{"type":"string"},"permanentCity":{"type":"string"},"currentDistrict":{"type":"string"},"currentState":{"type":"string"},"currentBuildingNumber":{"type":"string"},"currentStreet":{"type":"string"},"currentLandmark":{"type":"string"},"currentPincode":{"type":"string"},"currentCity":{"type":"string"},"empNo":{"type":"string"},"verifyAccNoFlag":{"type":"boolean"},"iaID":{"type":"string"},"accountHolderName":{"type":"string"},"workLocation":{"type":"string"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"}}},"IaLimitRequestDto":{"type":"object","properties":{"levelMasterId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"finYearId":{"type":"integer","format":"int64"}}},"ReGenerationVoucherDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"reason":{"type":"string"},"type":{"type":"string"},"iaLimitRequestDto":{"$ref":"#/components/schemas/IaLimitRequestDto"}}},"SuccessResponseString":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"type":"string"}}},"ResetPassword":{"type":"object","properties":{"UserName":{"type":"string"},"currentPassword":{"type":"string"},"oldPassword":{"type":"string"},"userName":{"type":"string"}}},"OnBoardReportDto":{"type":"object","properties":{"villageCount":{"type":"integer","format":"int64"},"villageOnBoardCount":{"type":"integer","format":"int64"},"registerMakerCount":{"type":"integer","format":"int64"},"registerChecker1Count":{"type":"integer","format":"int64"},"registerChecker2Count":{"type":"integer","format":"int64"},"nonRegisterMakerCount":{"type":"integer","format":"int64"},"nonRegisterChecker1Count":{"type":"integer","format":"int64"},"nonRegisterChecker2Count":{"type":"integer","format":"int64"}}},"Pageable":{"type":"object","properties":{"page":{"minimum":0,"type":"integer","format":"int32"},"size":{"minimum":1,"type":"integer","format":"int32"},"sort":{"type":"array","items":{"type":"string"}}}},"TransactionDto":{"type":"object","properties":{"voucherNo":{"type":"string"},"vendorName":{"type":"string"},"transactionAmount":{"type":"number","format":"double"},"transDate":{"type":"string","format":"date-time"},"status":{"type":"string"}}},"ReportRequestDto":{"type":"object","properties":{"roleId":{"type":"integer","format":"int64"},"status":{"type":"string"}}},"OnBoardVillageListDto":{"type":"object","properties":{"villageName":{"type":"string"},"lgdCode":{"type":"string"},"blockName":{"type":"string"},"districtName":{"type":"string"}}},"OnBoardDto":{"type":"object","properties":{"levelMasterName":{"type":"string"},"levelMasterId":{"type":"integer","format":"int64"},"maker":{"type":"string"},"checker":{"type":"string"},"approver":{"type":"string"},"count":{"type":"integer","format":"int64"}}},"UserLogin":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userName":{"type":"string"},"action":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"userId":{"type":"integer","format":"int64"}}},"Login":{"type":"object","properties":{"username":{"type":"string"},"password":{"type":"string"},"refreshToken":{"type":"string"},"keyCloakUserId":{"type":"string"}}},"OAuthIdpTokenResponseDTO":{"type":"object","properties":{"sub":{"type":"string"},"email_verified":{"type":"boolean"},"name":{"type":"string"},"preferred_username":{"type":"string"},"given_name":{"type":"string"},"email":{"type":"string"},"scope":{"type":"string"},"resource":{"type":"string","format":"uuid"},"uid":{"type":"string"},"schemeId":{"type":"integer","format":"int64"},"token_type":{"type":"string"},"expires_in":{"type":"integer","format":"int64"},"ext_expires_in":{"type":"integer","format":"int64"},"expires_on":{"type":"integer","format":"int64"},"not-before-policy":{"type":"integer","format":"int64"},"access_token":{"type":"string"},"refresh_token":{"type":"string"},"id_token":{"type":"string"},"session_state":{"type":"string"},"refresh_expires_in":{"type":"string"}}},"VendorPennyDropDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"bankIfsc":{"type":"string"},"bankAccountNo":{"type":"string"},"activeFlag":{"type":"string"}}},"FilterCriteria":{"type":"object","properties":{"key":{"type":"string"},"operation":{"type":"string"},"value":{"type":"object"}}},"PaymentTimeline":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"processing":{"type":"integer","format":"int32"},"success":{"type":"integer","format":"int32"},"failed":{"type":"integer","format":"int32"}}},"Zonal":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"villageLevelMaster":{"$ref":"#/components/schemas/LevelMaster"},"blockLevelMaster":{"$ref":"#/components/schemas/LevelMaster"},"activeFlag":{"type":"string"}}},"VendorTransactionProjectDto":{"type":"object","properties":{"voucherNo":{"type":"string"},"projectName":{"type":"string"},"vendorName":{"type":"string"},"accountNumber":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"},"partCount":{"type":"string"},"transactionAmount":{"type":"number","format":"double"},"securityDeposit":{"type":"number","format":"double"},"securityDepositAmount":{"type":"number","format":"double"},"billValue":{"type":"number","format":"double"},"componentName":{"type":"string"}}},"DashBoardStatusDto":{"type":"object","properties":{"approveCount":{"type":"integer","format":"int32"},"revertCount":{"type":"integer","format":"int32"},"rejectCount":{"type":"integer","format":"int32"}}},"VoucherBillDesc":{"required":["activeFlag","vendortransactionId"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"description":{"type":"string"},"vendortransactionId":{"type":"integer","format":"int64"},"gstPercentage":{"minimum":0,"type":"number","format":"double"},"gstAmount":{"minimum":0,"type":"number","format":"double"},"sgstPercentage":{"minimum":0,"type":"number","format":"double"},"sgstAmount":{"minimum":0,"type":"number","format":"double"},"cgstPercentage":{"minimum":0,"type":"number","format":"double"},"cgstAmount":{"minimum":0,"type":"number","format":"double"},"igstPercentage":{"minimum":0,"type":"number","format":"double"},"igstAmount":{"minimum":0,"type":"number","format":"double"},"amount":{"minimum":0,"type":"number","format":"double"},"grossAmount":{"minimum":0,"type":"number","format":"double"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"paymentType":{"type":"string"},"partialCount":{"type":"string"},"lwfPercentage":{"type":"number","format":"double"},"lwfAmount":{"type":"number","format":"double"}}},"Description":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"ElectedRep":{"required":["accountNumber","bankAccName","bankBranch","bankName","ifscCode"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"levelId":{"type":"integer","format":"int64"},"name":{"type":"string"},"post":{"type":"string"},"wardNo":{"type":"number","format":"double"},"fixedTravellingAllowance":{"type":"number","format":"double"},"sittingChargesAllowance":{"type":"number","format":"double"},"honorariumAllowance":{"type":"number","format":"double"},"others":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"bankAccName":{"maxLength":60,"minLength":0,"type":"string"},"bankName":{"maxLength":60,"minLength":0,"type":"string"},"bankBranch":{"maxLength":60,"minLength":0,"type":"string"},"ifscCode":{"maxLength":11,"minLength":0,"type":"string"},"accountNumber":{"maxLength":17,"minLength":0,"type":"string"},"micr":{"maxLength":9,"minLength":0,"type":"string"},"dailyAllowances":{"type":"number","format":"double"},"medialAllowance":{"type":"number","format":"double"},"blockId":{"type":"integer","format":"int64"},"villageId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"electiveRepresentative":{"type":"string"},"schemeId":{"type":"integer","format":"int64"},"departmentId":{"type":"integer","format":"int64"},"fatherName":{"type":"string"},"dateOfBirth":{"type":"string","format":"date-time"},"panNo":{"maxLength":10,"minLength":0,"type":"string"},"aadhaarNo":{"maxLength":12,"minLength":0,"type":"string"},"mobileNO":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"workingArea":{"type":"string"},"passbookName":{"type":"string"},"status":{"type":"string"},"accountValidationName":{"type":"string"},"honorariumMasterId":{"type":"integer","format":"int64"}}},"VoucherBillDescElectedRep":{"required":["voucherNo"],"type":"object","properties":{"voucherBillDescEmployeeId":{"type":"integer","format":"int64"},"electedRep":{"$ref":"#/components/schemas/ElectedRep"},"name":{"type":"string"},"post":{"type":"string"},"wardNo":{"type":"number","format":"double"},"allowance":{"type":"number","format":"double"},"bankAccName":{"type":"string"},"bankName":{"type":"string"},"bankBranch":{"type":"string"},"ifscCode":{"type":"string"},"voucherNo":{"maxLength":100,"minLength":0,"type":"string"},"accountNumber":{"type":"string"},"vendorTransactionDto":{"type":"integer","format":"int64"},"description":{"$ref":"#/components/schemas/Description"},"quantity":{"type":"number","format":"double"},"amount":{"type":"number","format":"double"},"grossAmount":{"type":"number","format":"double"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"ProjectReportDto":{"type":"object","properties":{"level":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"villageId":{"type":"integer","format":"int64"},"finYearId":{"type":"integer","format":"int64"},"sanctionDateFromDate":{"type":"string","format":"date-time"},"sanctionToDate":{"type":"string","format":"date-time"},"createdOnFromDate":{"type":"string","format":"date-time"},"createdOnTodate":{"type":"string","format":"date-time"}}},"DashBoardAmountListDto":{"type":"object","properties":{"finYearName":{"type":"string"},"sanctionAmount":{"type":"number","format":"double"},"utilizedAmount":{"type":"number","format":"double"},"balanceAmount":{"type":"number","format":"double"},"referenceDate":{"type":"string","format":"date-time"},"levelMasterName":{"type":"string"},"level":{"type":"string"},"publicContributionSum":{"type":"number","format":"double"},"governmentContributionSum":{"type":"number","format":"double"},"count":{"type":"integer","format":"int64"},"completed":{"type":"integer","format":"int64"},"notCompleted":{"type":"integer","format":"int64"},"totalWork":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"totalCostSum":{"type":"number","format":"double"}}},"VillageMappingRequestDto":{"type":"object","properties":{"levelMasterId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"finYearId":{"type":"integer","format":"int64"}}},"DashBoardAmountDto":{"type":"object","properties":{"sanctionAmount":{"type":"number","format":"double"},"expentitureAmount":{"type":"number","format":"double"},"balanceAmount":{"type":"number","format":"double"},"finYearname":{"type":"string"},"levelMasterName":{"type":"string"},"levelMasterId":{"type":"integer","format":"int64"},"referenceDate":{"type":"string"},"publicContributionAmount":{"type":"number","format":"double"},"publicContributionUtilizedAmount":{"type":"number","format":"double"}}},"ViewComponentMaster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"componentzeroid":{"type":"integer","format":"int64"},"componentmasterid":{"type":"integer","format":"int64"},"leveltypename":{"type":"string"},"componentmastername":{"type":"string"},"componentmasternametn":{"type":"string"},"componentzerocode":{"type":"string"},"componentzeroname":{"type":"string"},"componentzeronameTn":{"type":"string"},"componentoneid":{"type":"integer","format":"int64"},"componentonecode":{"type":"string"},"componentonename":{"type":"string"},"componentonenameTn":{"type":"string"},"componenttwoid":{"type":"integer","format":"int64"},"componenttwocode":{"type":"string"},"componenttwoname":{"type":"string"},"componenttwonameTn":{"type":"string"}}},"ViewLevelMaster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentId":{"type":"integer","format":"int64"},"departmentName":{"type":"string"},"schemeId":{"type":"integer","format":"int64"},"schemeName":{"type":"string"},"levelName":{"type":"string"},"levelZeroId":{"type":"integer","format":"int64"},"levelZeroCode":{"type":"string"},"levelZeroName":{"type":"string"},"levelZeroNameTn":{"type":"string"},"levelOneId":{"type":"integer","format":"int64"},"levelOneCode":{"type":"string"},"levelOneName":{"type":"string"},"levelOneNameTn":{"type":"string"},"levelTwoId":{"type":"integer","format":"int64"},"levelTwoCode":{"type":"string"},"levelTwoName":{"type":"string"},"levelTwoNameTn":{"type":"string"},"levelThreeId":{"type":"integer","format":"int64"},"levelThreeCode":{"type":"string"},"levelThreeName":{"type":"string"},"levelThreeNameTn":{"type":"string"},"levelFourId":{"type":"integer","format":"int64"},"levelFourCode":{"type":"string"},"levelFourName":{"type":"string"},"levelFiveId":{"type":"integer","format":"int64"},"levelFiveCode":{"type":"string"},"levelFiveName":{"type":"string"}}},"ComponentMaster":{"required":["code","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":100,"minLength":0,"type":"string"},"nameTn":{"maxLength":200,"minLength":0,"type":"string"},"code":{"maxLength":100,"minLength":0,"type":"string"},"componentType":{"$ref":"#/components/schemas/ComponentType"},"parentId":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"ComponentType":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":100,"minLength":0,"type":"string"},"nameTn":{"maxLength":200,"minLength":0,"type":"string"},"departmentId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"levelType":{"$ref":"#/components/schemas/LevelType"},"parentId":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"IALimit":{"required":["department","finYear","implementingAgency","levelMaster","levelType","scheme"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"levelType":{"$ref":"#/components/schemas/LevelType"},"publicContributionAmount":{"minimum":0,"type":"number","format":"double"},"levelMaster":{"$ref":"#/components/schemas/LevelMaster"},"implementingAgency":{"$ref":"#/components/schemas/ImplementingAgency"},"finYear":{"$ref":"#/components/schemas/FinYear"},"utilizedAmount":{"type":"number","format":"double"},"sanctionAmount":{"minimum":0,"type":"number","format":"double"},"publicContributionUtilizedAmount":{"minimum":0,"type":"number","format":"double"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"uploadFileCopy":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"stAmount":{"type":"number","format":"double"},"scAmount":{"type":"number","format":"double"},"otherAmount":{"type":"number","format":"double"},"limitStatus":{"type":"number","format":"double"}}},"Project":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"projectName":{"type":"string"},"scheme":{"$ref":"#/components/schemas/Scheme"},"finYear":{"$ref":"#/components/schemas/FinYear"},"workId":{"type":"string"},"iaId":{"type":"integer","format":"int64"},"ditrictId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"levelId":{"type":"integer","format":"int64"},"fileUpload":{"type":"string"},"villageMaster":{"$ref":"#/components/schemas/LevelMaster"},"administrativeSanctionNo":{"type":"string"},"administraticeSanctionDate":{"type":"string","format":"date-time"},"technicalSanctionNo":{"type":"string"},"technicalSanctionDate":{"type":"string","format":"date-time"},"technicalSanctionAmount":{"type":"number","format":"double"},"publicContribution":{"type":"string"},"sanctionImageCopy":{"type":"string"},"totalCost":{"type":"number","format":"double"},"publicContributionAmount":{"type":"number","format":"double"},"governmentContributionAmount":{"type":"number","format":"double"},"contributionPercentage":{"type":"number","format":"double"},"pendingUtilizedTotalCost":{"type":"number","format":"double"},"utilizedTotalCost":{"type":"number","format":"double"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"workDetailHistoryId":{"type":"integer","format":"int64"}}},"VendorTransaction":{"required":["activeFlag","count","department","grossAmount","iaComponentLimit","implementingAgency","levelMasterId","levelMasterName","levelTypeId","netAmount","paymentApprovalNumber","personalFlag","scheme","snaAccountNo","status","transDate","transactionAmount","voucherNo"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"implementingAgency":{"$ref":"#/components/schemas/ImplementingAgency"},"commercialVendor":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"commercialVendorName":{"maxLength":60,"minLength":0,"type":"string"},"levelMasterName":{"type":"string"},"commercialCompanyName":{"maxLength":60,"minLength":0,"type":"string"},"commercialPanNo":{"maxLength":10,"minLength":0,"type":"string"},"commercialGst":{"maxLength":15,"minLength":0,"type":"string"},"commercialIfscode":{"maxLength":11,"minLength":0,"type":"string"},"commercialDoorNo":{"maxLength":20,"minLength":0,"type":"string"},"commercialStreet":{"maxLength":50,"minLength":0,"type":"string"},"commercialPinCode":{"maxLength":6,"minLength":0,"type":"string"},"commercialAccountNo":{"maxLength":17,"minLength":0,"type":"string"},"totlaInRupees":{"minimum":0,"type":"number","format":"double"},"snaAccountNo":{"maxLength":17,"minLength":0,"type":"string"},"componentType":{"$ref":"#/components/schemas/ComponentType"},"componentMaster":{"$ref":"#/components/schemas/ComponentMaster"},"levelTypeId":{"type":"integer","format":"int64"},"iaComponentLimit":{"$ref":"#/components/schemas/IALimit"},"transDate":{"type":"string","format":"date-time"},"fundGrant":{"maxLength":50,"minLength":0,"type":"string"},"bankName":{"maxLength":60,"minLength":0,"type":"string"},"fineAmount":{"type":"number","format":"double"},"withHeldAmount":{"type":"number","format":"double"},"securityDepositAmount":{"minimum":0,"type":"number","format":"double"},"paymentApprovalNumber":{"maxLength":15,"minLength":0,"type":"string"},"nameOfWork":{"maxLength":250,"minLength":0,"type":"string"},"workId":{"type":"string"},"quality":{"minimum":0,"type":"number","format":"double"},"transactionAmountEdit":{"type":"number","format":"double"},"transactionId":{"type":"string"},"signatureSecretary":{"type":"string"},"signMessage":{"type":"string"},"signatureVicePresident":{"type":"string"},"signaturePresident":{"type":"string"},"qrCode":{"type":"string"},"grossAmount":{"minimum":0,"type":"number","format":"double"},"netAmount":{"minimum":0,"type":"number","format":"double"},"transactionAmount":{"minimum":0,"type":"number","format":"double"},"snaIfscode":{"type":"string"},"batchNo":{"type":"string"},"status":{"maxLength":5,"minLength":0,"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"},"remark":{"type":"string"},"voucherNo":{"maxLength":100,"minLength":0,"type":"string"},"tdsPercentage":{"type":"integer","format":"int32"},"tdsAmount":{"minimum":0,"type":"number","format":"double"},"gstOnTds":{"minimum":0,"type":"integer","format":"int32"},"gstOnTdsAmount":{"minimum":0,"type":"number","format":"double"},"labourCessPercentage":{"minimum":0,"type":"number","format":"double"},"labourCess":{"minimum":0,"type":"number","format":"double"},"securityDeposit":{"minimum":0,"type":"number","format":"double"},"nhis":{"minimum":0,"type":"number","format":"double"},"cps":{"minimum":0,"type":"number","format":"double"},"otherDeductionIt":{"minimum":0,"type":"number","format":"double"},"nhisPercentage":{"minimum":0,"type":"number","format":"double"},"cpsPercentage":{"minimum":0,"type":"number","format":"double"},"otherDeductionItPercentage":{"minimum":0,"type":"number","format":"double"},"invoiceNo":{"maxLength":30,"minLength":0,"type":"string"},"invoiceDate":{"type":"string","format":"date-time"},"invoiceAmount":{"minimum":0,"type":"integer","format":"int64"},"invoiceImage":{"type":"string"},"personalFlag":{"type":"string"},"activeFlag":{"maxLength":10,"minLength":0,"type":"string"},"cumulativePercentage":{"type":"number","format":"double"},"cumulativeAmount":{"type":"number","format":"double"},"signStatus":{"type":"boolean"},"revertStatus":{"type":"boolean"},"totalCgst":{"type":"number","format":"double"},"totalSgst":{"type":"number","format":"double"},"totalIgst":{"type":"number","format":"double"},"transactionStatus":{"type":"string"},"utrNo":{"type":"string"},"paymentDate":{"type":"string","format":"date-time"},"rejectionReason":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"zonalChecker":{"type":"integer","format":"int64"},"project":{"$ref":"#/components/schemas/Project"},"finyear":{"$ref":"#/components/schemas/FinYear"},"paymentMethod":{"type":"string"},"materialSupplyAmount":{"type":"number","format":"double"},"miscellaneousAmount":{"type":"number","format":"double"},"paymentType":{"type":"string"},"tenderId":{"type":"integer","format":"int64"},"contributionPercentage":{"type":"number","format":"double"},"publicContributionAmount":{"type":"number","format":"double"},"totalContribution":{"type":"number","format":"double"},"governmentContributionAmount":{"type":"number","format":"double"},"projectName":{"type":"string"},"administrativeSanctionNo":{"type":"string"},"tenderNo":{"type":"string"},"tenderDate":{"type":"string","format":"date-time"},"workOrder":{"type":"string"},"workOrderDate":{"type":"string","format":"date-time"},"villageId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"}}},"HiearachyRequestDto":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"}}},"WorkCompletionDto":{"type":"object","properties":{"completed":{"type":"integer","format":"int64"},"notCompleted":{"type":"integer","format":"int64"}}},"TenderMapping":{"required":["scheme"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"workId":{"type":"string"},"projectId":{"type":"integer","format":"int64"},"finYearId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"workProcurementDate":{"type":"string","format":"date-time"},"villageMasterId":{"type":"integer","format":"int64"},"iaId":{"type":"integer","format":"int64"},"administrativeSanctionNo":{"type":"string"},"administrativeSanctionDate":{"type":"string","format":"date-time"},"contributionPercentage":{"type":"number","format":"double"},"publicContributionAmount":{"type":"number","format":"double"},"totalContribution":{"type":"number","format":"double"},"governmentContributionAmount":{"type":"number","format":"double"},"projectName":{"type":"string"},"tenderNo":{"type":"string"},"tenderDate":{"type":"string","format":"date-time"},"workOrder":{"type":"string"},"fileUpload":{"type":"string"},"scheme":{"$ref":"#/components/schemas/Scheme"},"fileUploadTendor":{"type":"string"},"projectType":{"type":"string"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"SubTenderMapping":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"tenderMappingId":{"type":"integer","format":"int64"},"commercialVendorId":{"type":"integer","format":"int64"},"commercialVendorName":{"type":"string"},"commercialCompanyName":{"type":"string"},"commercialGst":{"type":"string"},"commercialPanNo":{"type":"string"},"commercialAccountNumber":{"type":"string"},"commercialCompanyIfscCode":{"type":"string"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"StatutoryPaymentDto":{"type":"object","properties":{"workId":{"type":"string"},"vendorName":{"type":"string"},"panNo":{"type":"string"},"gstNo":{"type":"string"},"gstOnTDS":{"type":"number","format":"double"},"itAmount":{"type":"number","format":"double"},"securityDepositAmount":{"type":"number","format":"double"},"labourCess":{"type":"number","format":"double"},"districtName":{"type":"string"},"blockName":{"type":"string"},"workName":{"type":"string"}}},"StatutoryPaymentTotalDto":{"type":"object","properties":{"statutoryPaymentDtos":{"type":"array","items":{"$ref":"#/components/schemas/StatutoryPaymentDto"}},"itTotal":{"type":"number","format":"double"},"gstOnTDSTotal":{"type":"number","format":"double"},"securityDepositTotal":{"type":"number","format":"double"},"labourCessTotal":{"type":"number","format":"double"}}},"AdminUser":{"required":["keyCloakUuid","levelId","levelMasterId","role","userName"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userName":{"maxLength":60,"minLength":0,"type":"string"},"password":{"type":"string"},"mobile":{"type":"string"},"email":{"type":"string"},"resetPassword":{"type":"string"},"loginAttempt":{"type":"integer","format":"int64"},"zonalName":{"type":"string"},"role":{"$ref":"#/components/schemas/Role"},"resetDate":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"profileStatus":{"type":"string"},"implementingAgencyId":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"levelId":{"type":"integer","format":"int64"},"keyCloakUuid":{"type":"string"},"implementingAgencyName":{"type":"string"},"levelMasterName":{"type":"string"}}},"Sna":{"required":["accountNumber","ifscCode"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"accountNumber":{"maxLength":17,"minLength":0,"type":"string"},"ifscCode":{"maxLength":11,"minLength":0,"type":"string"},"branch":{"maxLength":60,"minLength":0,"type":"string"},"address":{"type":"string"},"bankName":{"type":"string"},"amount":{"minimum":0,"type":"number"},"snaDesc":{"maxLength":200,"minLength":0,"type":"string"},"managerMobNo":{"maxLength":10,"minLength":0,"type":"string"},"managerName":{"maxLength":50,"minLength":0,"type":"string"},"branchEmail":{"maxLength":60,"minLength":0,"type":"string"},"departmentBean":{"$ref":"#/components/schemas/Department"},"schemeBean":{"$ref":"#/components/schemas/Scheme"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserBeanCreatedBy":{"$ref":"#/components/schemas/AdminUser"},"adminUserBeanUpdatedBy":{"$ref":"#/components/schemas/AdminUser"}}},"Gender":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Profile":{"required":["aadhaarNo","activeFlag","adminUser","department","gender","mobileNo","name","scheme"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":50,"minLength":0,"type":"string"},"dateOfBirth":{"type":"string","format":"date-time"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"gender":{"$ref":"#/components/schemas/Gender"},"mobileNo":{"maxLength":10,"minLength":0,"type":"string"},"emailId":{"maxLength":60,"minLength":0,"type":"string"},"state":{"maxLength":20,"minLength":0,"type":"string"},"district":{"maxLength":30,"minLength":0,"type":"string"},"city":{"maxLength":60,"minLength":0,"type":"string"},"doorNo":{"maxLength":50,"minLength":0,"type":"string"},"street":{"maxLength":200,"minLength":0,"type":"string"},"area":{"maxLength":250,"minLength":0,"type":"string"},"pinCode":{"maxLength":6,"minLength":0,"type":"string"},"aadhaarNo":{"maxLength":12,"minLength":0,"type":"string"},"panNo":{"maxLength":10,"minLength":0,"type":"string"},"fileNameOne":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUser":{"$ref":"#/components/schemas/AdminUser"},"approveLevelRole":{"type":"string"},"activeFlag":{"type":"string"},"uidToken":{"type":"string"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"PersonalVendor":{"required":["aadhaarNo","accountNumber","bankAccName","bankBranch","bankName","city","companyCity","companyDoorNo","companyPinCode","companyStreet","department","designation","doorNo","ifscCode","mobile","name","pinCode","scheme","street"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":60,"minLength":0,"type":"string"},"staffId":{"maxLength":60,"minLength":0,"type":"string"},"designation":{"maxLength":60,"minLength":0,"type":"string"},"aadhaarNo":{"maxLength":12,"minLength":0,"type":"string"},"micr":{"maxLength":9,"minLength":0,"type":"string"},"panNo":{"maxLength":10,"minLength":0,"type":"string"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"mobile":{"maxLength":10,"minLength":0,"type":"string"},"email":{"maxLength":60,"minLength":0,"type":"string"},"state":{"maxLength":20,"minLength":0,"type":"string"},"district":{"maxLength":20,"minLength":0,"type":"string"},"city":{"maxLength":50,"minLength":0,"type":"string"},"doorNo":{"maxLength":50,"minLength":0,"type":"string"},"street":{"maxLength":50,"minLength":0,"type":"string"},"area":{"maxLength":50,"minLength":0,"type":"string"},"companyState":{"maxLength":20,"minLength":0,"type":"string"},"companyDistrict":{"maxLength":20,"minLength":0,"type":"string"},"companyCity":{"maxLength":50,"minLength":0,"type":"string"},"companyDoorNo":{"maxLength":50,"minLength":0,"type":"string"},"companyStreet":{"maxLength":50,"minLength":0,"type":"string"},"companyArea":{"maxLength":50,"minLength":0,"type":"string"},"companyPinCode":{"maxLength":6,"minLength":0,"type":"string"},"bankAccName":{"maxLength":60,"minLength":0,"type":"string"},"bankId":{"type":"string"},"bankName":{"maxLength":60,"minLength":0,"type":"string"},"bankBranch":{"maxLength":60,"minLength":0,"type":"string"},"pinCode":{"maxLength":6,"minLength":0,"type":"string"},"ifscCode":{"maxLength":11,"minLength":0,"type":"string"},"accountNumber":{"maxLength":17,"minLength":0,"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"levelMasterId":{"type":"integer","format":"int64"}}},"PersonalDesc":{"required":["activeFlag","vendortransactionId"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"descriptionDto":{"type":"string"},"vendortransactionId":{"type":"integer","format":"int64"},"quantity":{"type":"integer","format":"int64"},"amount":{"minimum":0,"type":"integer","format":"int64"},"grossAmount":{"minimum":0,"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"PaymentIntegration":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"deptId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"beneficiaryTransaction":{"type":"integer","format":"int64"},"messageIdReq":{"type":"string"},"messageIdRes":{"type":"string"},"fieldTwo":{"type":"string"},"fieldThree":{"type":"string"},"fieldFourAmount":{"type":"number"},"fieldElevenUnique":{"type":"string"},"fieldTwelveTimestamp":{"type":"string","format":"date-time"},"fieldSeventeenDate":{"type":"string","format":"date-time"},"fieldTwentyFour":{"type":"string"},"fieldThirtyTwo":{"type":"string"},"fieldThirtySevenVoucher":{"type":"string"},"fieldThirtyEight":{"type":"string"},"fieldThirtyNine":{"type":"string"},"fieldFortyThree":{"type":"string"},"fieldFortyEight":{"type":"string"},"fieldFortyNine":{"type":"string"},"fieldOneNotTwo":{"type":"string"},"fieldOneNotThree":{"type":"string"},"fieldOneTwentyThree":{"type":"string"},"fieldOneTwentyFive":{"type":"string"},"fieldOneTwentySix":{"type":"string"},"fieldOneTwentyEight":{"type":"string"},"status":{"type":"string"},"utrNo":{"type":"string"},"transactionId":{"type":"string"},"voucherNo":{"type":"string"},"transactionNo":{"type":"string"},"paymentId":{"type":"string"},"paymentAmount":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"OpeningFunds":{"required":["openingBalance"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"openingBalance":{"minimum":0,"type":"number","format":"double"},"dateOfAob":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"$ref":"#/components/schemas/AdminUser"},"adminUserUpdatedBy":{"$ref":"#/components/schemas/AdminUser"}}},"MonthWiseSpend":{"type":"object","properties":{"month":{"type":"string"},"amount":{"type":"string"}}},"LevelMasterHabitation":{"required":["code","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":100,"minLength":0,"type":"string"},"code":{"type":"string"},"levelMasterTN":{"type":"string"},"levelType":{"$ref":"#/components/schemas/LevelType"},"parentId":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"IAComponentLimitTrans":{"required":["department","finYear","implementingAgency","levelMaster","levelType","scheme"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"levelType":{"$ref":"#/components/schemas/LevelType"},"levelMaster":{"$ref":"#/components/schemas/LevelMaster"},"implementingAgency":{"$ref":"#/components/schemas/ImplementingAgency"},"finYear":{"$ref":"#/components/schemas/FinYear"},"sanctionAmount":{"minimum":0,"type":"number","format":"double"},"referenceNo":{"type":"string"},"uploadFileCopy":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"stAmount":{"type":"number","format":"double"},"scAmount":{"type":"number","format":"double"},"otherAmount":{"type":"number","format":"double"},"parentId":{"type":"integer","format":"int64"},"transactionDate":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"}}},"Funds":{"required":["budgetAmount"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"finYear":{"$ref":"#/components/schemas/FinYear"},"budgetAmount":{"minimum":0,"type":"number","format":"double"},"utilizedAmount":{"type":"number","format":"double"},"transactionNo":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"$ref":"#/components/schemas/AdminUser"},"adminUserUpdatedBy":{"$ref":"#/components/schemas/AdminUser"}}},"FundsTransaction":{"required":["sanctionAmount","transactionDate","transactionRefNo"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"finYear":{"$ref":"#/components/schemas/FinYear"},"sanctionAmount":{"minimum":0,"type":"number","format":"double"},"transactionDate":{"type":"string","format":"date-time"},"sanctionGoNo":{"type":"string"},"transactionRefNo":{"type":"string"},"filePath":{"type":"string"},"fundSource":{"type":"string"},"utilizedAmount":{"type":"number","format":"double"},"fileNameOne":{"type":"string"},"fileNameTwo":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"$ref":"#/components/schemas/AdminUser"},"adminUserUpdatedBy":{"$ref":"#/components/schemas/AdminUser"}}},"Commercial":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"CommercialVendor":{"required":["accountNumber","bankAccName","bankBranch","bankName","department","ifscCode","mobile","name","scheme"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"maxLength":60,"minLength":0,"type":"string"},"companyName":{"maxLength":60,"minLength":0,"type":"string"},"registrationNo":{"maxLength":15,"minLength":0,"type":"string"},"aadhaarNo":{"maxLength":12,"minLength":0,"type":"string"},"micr":{"maxLength":9,"minLength":0,"type":"string"},"panNo":{"maxLength":10,"minLength":0,"type":"string"},"gstNo":{"maxLength":15,"minLength":0,"type":"string"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"mobile":{"maxLength":10,"minLength":0,"type":"string"},"email":{"maxLength":100,"minLength":0,"type":"string"},"commercial":{"$ref":"#/components/schemas/Commercial"},"tanNo":{"maxLength":10,"minLength":0,"type":"string"},"tinNo":{"maxLength":15,"minLength":0,"type":"string"},"state":{"maxLength":20,"minLength":0,"type":"string"},"district":{"maxLength":20,"minLength":0,"type":"string"},"city":{"maxLength":50,"minLength":0,"type":"string"},"doorNo":{"maxLength":20,"minLength":0,"type":"string"},"street":{"maxLength":50,"minLength":0,"type":"string"},"area":{"maxLength":50,"minLength":0,"type":"string"},"companyState":{"maxLength":20,"minLength":0,"type":"string"},"companyDistrict":{"maxLength":20,"minLength":0,"type":"string"},"companyCity":{"maxLength":50,"minLength":0,"type":"string"},"companyDoorNo":{"maxLength":50,"minLength":0,"type":"string"},"companyStreet":{"maxLength":50,"minLength":0,"type":"string"},"companyArea":{"maxLength":50,"minLength":0,"type":"string"},"companyPinCode":{"maxLength":6,"minLength":0,"type":"string"},"bankAccName":{"maxLength":60,"minLength":0,"type":"string"},"bankId":{"maxLength":10,"minLength":0,"type":"string"},"bankName":{"maxLength":60,"minLength":0,"type":"string"},"bankBranch":{"maxLength":60,"minLength":0,"type":"string"},"pinCode":{"maxLength":6,"minLength":0,"type":"string"},"ifscCode":{"maxLength":11,"minLength":0,"type":"string"},"accountNumber":{"maxLength":18,"minLength":0,"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"levelMasterId":{"type":"integer","format":"int64"},"enableCommercial":{"type":"boolean"}}},"CategoryMaster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"categoryName":{"type":"string"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"CapchaDto":{"type":"object","properties":{"image":{"type":"array","items":{"type":"string","format":"byte"}},"capcha":{"type":"string"}}},"BudgetTransaction":{"required":["budgetAmount"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"finYear":{"$ref":"#/components/schemas/FinYear"},"budgetAmount":{"minimum":0,"type":"number","format":"double"},"transactionNo":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"$ref":"#/components/schemas/AdminUser"},"adminUserUpdatedBy":{"$ref":"#/components/schemas/AdminUser"},"activeFlag":{"type":"string"},"uploadFileCopy":{"type":"string"}}},"Beneficiary":{"required":["accountNumber","activeFlag","bank","beneficiaryName","branch","ifscode"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"differntlyAbled":{"type":"string"},"permanentDistrict":{"type":"string"},"permanentState":{"type":"string"},"permanentBuildingNumber":{"type":"string"},"permanentStreet":{"type":"string"},"permanentLandmark":{"type":"string"},"permanentPincode":{"type":"string"},"permanentCity":{"type":"string"},"currentDistrict":{"type":"string"},"currentState":{"type":"string"},"currentBuildingNumber":{"type":"string"},"currentStreet":{"type":"string"},"currentLandmark":{"type":"string"},"currentPincode":{"type":"string"},"currentCity":{"type":"string"},"fatherName":{"type":"string"},"email":{"type":"string"},"beneficiaryName":{"maxLength":60,"minLength":0,"type":"string"},"mobileNo":{"maxLength":10,"minLength":0,"type":"string"},"genderName":{"type":"string"},"aadhaarName":{"maxLength":12,"minLength":0,"type":"string"},"accountNumber":{"maxLength":17,"minLength":0,"type":"string"},"bankAccName":{"maxLength":60,"minLength":0,"type":"string"},"bank":{"maxLength":60,"minLength":0,"type":"string"},"branch":{"maxLength":60,"minLength":0,"type":"string"},"ifscode":{"maxLength":11,"minLength":0,"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"approveFlag":{"type":"string"},"validateFlag":{"type":"string"},"empNo":{"type":"string"},"verifyAccNoFlag":{"type":"boolean"},"iaID":{"type":"string"},"categoryName":{"type":"string"},"accountHolderName":{"type":"string"},"scheme":{"$ref":"#/components/schemas/Scheme"},"workLocation":{"type":"string"}}},"BankMaster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"bankName":{"type":"string"},"bankIfsc":{"type":"string"},"bankBranch":{"type":"string"},"bankAddress":{"type":"string"},"bankcity1":{"type":"string"},"city2":{"type":"string"},"bankState":{"type":"string"},"bankStdCode":{"type":"string"},"bankPhone":{"type":"string"}}},"WorkDetailHistory":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"bulkWorkId":{"type":"string"},"workName":{"type":"string"},"finYearId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"iaId":{"type":"integer","format":"int64"},"levelId":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"uploadCopy":{"type":"string"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"AccountStatementRequestDto":{"type":"object","properties":{"accountNo":{"type":"string"},"fromDate":{"type":"string"},"toDate":{"type":"string"}}},"AccountStatement":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"transDate":{"type":"string","format":"date-time"},"narration":{"type":"string"},"transactionType":{"type":"string"},"credit":{"type":"string"},"debit":{"type":"string"},"currentBalance":{"type":"number"},"accountNumber":{"type":"string"},"tnxCat":{"type":"string"},"tnxId":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"PageAccountStatement":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/AccountStatement"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"PageableObject":{"type":"object","properties":{"pageNumber":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"offset":{"type":"integer","format":"int64"},"sort":{"$ref":"#/components/schemas/SortObject"},"paged":{"type":"boolean"},"unpaged":{"type":"boolean"}}},"SortObject":{"type":"object","properties":{"sorted":{"type":"boolean"},"empty":{"type":"boolean"},"unsorted":{"type":"boolean"}}},"BeforeVoucherReq":{"type":"object","properties":{"blockId":{"type":"integer","format":"int64"},"status":{"type":"string"},"monthYear":{"type":"string"}}},"EmployeeCalculationResponseDto":{"type":"object","properties":{"basic":{"type":"number","format":"double"},"gradePay":{"type":"number","format":"double"},"daCalculation":{"type":"number","format":"double"},"specialAllowance":{"type":"number","format":"double"},"cpsDeduction":{"type":"number","format":"double"},"excessPayRecovery":{"type":"number","format":"double"},"grossSalary":{"type":"number","format":"double"},"totalDeduction":{"type":"number","format":"double"},"netSalary":{"type":"number","format":"double"},"cpsTotalToNsDl":{"type":"number","format":"double"},"accountNumber":{"type":"string"},"ifscode":{"type":"string"},"basicType":{"type":"string"},"totalDays":{"type":"integer","format":"int64"},"workingDays":{"type":"integer","format":"int64"},"absent":{"type":"integer","format":"int64"},"elCLEligibility":{"type":"integer","format":"int64"},"eligible":{"type":"integer","format":"int64"},"employeeName":{"type":"string"},"villageName":{"type":"string"},"employeeCode":{"type":"string"},"villageId":{"type":"integer","format":"int64"},"employeeId":{"type":"integer","format":"int64"},"suspended":{"type":"number","format":"double"}}},"ReportDynamicDTO":{"type":"object","properties":{"month":{"type":"integer","format":"int32"},"year":{"type":"integer","format":"int32"},"schemeId":{"type":"integer","format":"int64"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"status":{"type":"string"},"key":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"iaId":{"type":"integer","format":"int64"},"fromDate":{"type":"string"},"toDate":{"type":"string"},"role":{"type":"string"}}},"SuccessResponseLong":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"type":"integer","format":"int64"}}},"SuccessResponseOAuthIdpTokenResponseDTO":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"$ref":"#/components/schemas/OAuthIdpTokenResponseDTO"}}},"DistrictWiseRequestDTO":{"type":"object","properties":{"financialYearId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"}}},"DistrictWiseFundAllocationDTO":{"type":"object","properties":{"levelMasterId":{"type":"integer","format":"int64"},"financialYearId":{"type":"integer","format":"int64"},"levelMasterName":{"type":"string"},"financialYear":{"type":"string"},"totalSanction":{"type":"number","format":"double"},"totalUtilized":{"type":"number","format":"double"},"totalBalance":{"type":"number","format":"double"}}},"ProjectDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"projectName":{"type":"string"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"workId":{"type":"string"},"villageMasterDto":{"$ref":"#/components/schemas/LevelMasterDto"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"administrativeSanctionNo":{"type":"string"},"administraticeSanctionDate":{"type":"string","format":"date-time"},"publicContribution":{"type":"string"},"sanctionImageCopy":{"type":"string"},"iaId":{"type":"integer","format":"int64"},"totalCost":{"type":"number","format":"double"},"publicContributionAmount":{"type":"number","format":"double"},"governmentContributionAmount":{"type":"number","format":"double"},"technicalSanctionNo":{"type":"string"},"technicalSanctionDate":{"type":"string","format":"date-time"},"technicalSanctionAmount":{"type":"number","format":"double"},"contributionPercentage":{"type":"number","format":"double"},"ditrictId":{"type":"integer","format":"int64"},"fileUpload":{"type":"string"},"pendingUtilizedTotalCost":{"type":"number","format":"double"},"utilizedTotalCost":{"type":"number","format":"double"},"blockId":{"type":"integer","format":"int64"},"levelId":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"workDetailHistoryId":{"type":"integer","format":"int64"}}},"WorkDetailHistoryDto":{"type":"object","properties":{"bulkWorkId":{"type":"string"},"workName":{"type":"string"},"finYearId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"iaId":{"type":"integer","format":"int64"},"uploadCopy":{"type":"string"},"activeFlag":{"type":"string"},"projectDto":{"type":"array","items":{"$ref":"#/components/schemas/ProjectDto"}}}},"DeductionTransactionDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"paymentTransactionDto":{"$ref":"#/components/schemas/PaymentTransactionDto"},"deductionCode":{"type":"string"},"deductionType":{"type":"string"},"deductionPercentage":{"type":"number","format":"double"},"deductionAmount":{"type":"number","format":"double"},"deductionStatus":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updateBy":{"type":"integer","format":"int64"}}},"ElectedRepDescDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"designation":{"type":"string"},"districtId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"villageId":{"type":"integer","format":"int64"},"monthlyHonorarium":{"type":"integer","format":"int64"},"seatingFees":{"type":"integer","format":"int64"},"dailyAllowances":{"type":"integer","format":"int64"},"travelAllowances":{"type":"integer","format":"int64"},"medicalAllowances":{"type":"integer","format":"int64"},"satkarAllowances":{"type":"integer","format":"int64"},"telephoneAllowances":{"type":"integer","format":"int64"},"others":{"type":"integer","format":"int64"},"totalAmount":{"type":"integer","format":"int64"},"accountNumber":{"type":"string"},"ifscCode":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"paymentTransactionId":{"type":"integer","format":"int64"}}},"EmployeeDescDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"empNo":{"type":"string"},"name":{"type":"string"},"villageId":{"type":"integer","format":"int64"},"totalDays":{"type":"integer","format":"int64"},"workingDays":{"type":"integer","format":"int64"},"totalAbsent":{"type":"integer","format":"int64"},"elClDays":{"type":"integer","format":"int64"},"salaryDays":{"type":"integer","format":"int64"},"basicType":{"type":"string"},"basicSalaryEligible":{"type":"integer","format":"int64"},"gp":{"type":"integer","format":"int64"},"da":{"type":"integer","format":"int64"},"specialAllowance":{"type":"integer","format":"int64"},"others":{"type":"integer","format":"int64"},"grossSalary":{"type":"integer","format":"int64"},"excessPayRecovery":{"type":"integer","format":"int64"},"cpsDeduction":{"type":"integer","format":"int64"},"netSalary":{"type":"integer","format":"int64"},"accountNumber":{"type":"string"},"ifscCode":{"type":"string"},"eligiblePercentage":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"},"type":{"type":"string"},"paymentTransactionId":{"type":"integer","format":"int64"},"employeeStatusId":{"type":"integer","format":"int64"},"villageName":{"type":"string"},"employeeId":{"type":"integer","format":"int64"}}},"PaymentTransactionDetailsDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"paymentTransactionDto":{"$ref":"#/components/schemas/PaymentTransactionDto"},"paymentType":{"type":"string"},"title":{"type":"string"},"amount":{"type":"number","format":"double"},"gstPercentage":{"type":"number","format":"double"},"grossAmount":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updateBy":{"type":"integer","format":"int64"}}},"PaymentTransactionDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"typeId":{"type":"integer","format":"int64"},"typeName":{"type":"string"},"transactionAmount":{"type":"number","format":"double"},"transactionStatus":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updateBy":{"type":"integer","format":"int64"},"transactionDate":{"type":"string","format":"date-time"},"transactionComments":{"type":"string"},"transactionReference":{"type":"string"},"accountNo":{"type":"string"},"ifscode":{"type":"string"},"getvName":{"type":"string"},"gstNumber":{"type":"string"},"panNumber":{"type":"string"},"empNumber":{"type":"string"},"fatherName":{"type":"string"},"paymentTransactionDetailsDtoList":{"type":"array","items":{"$ref":"#/components/schemas/PaymentTransactionDetailsDto"}},"deductionTransactionDtoList":{"type":"array","items":{"$ref":"#/components/schemas/DeductionTransactionDto"}},"employeeDescDtoList":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeDescDto"}}}},"VoucherBillDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"voucherAmount":{"type":"number","format":"double"},"activeFlag":{"type":"string"},"grossAmount":{"type":"number","format":"double"},"deductionAmount":{"type":"number","format":"double"},"workId":{"type":"string"},"componentTypeDto":{"$ref":"#/components/schemas/ComponentTypeDto"},"subComponentDto":{"$ref":"#/components/schemas/ComponentMasterDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updateBy":{"type":"integer","format":"int64"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"implementingAgencyDto":{"$ref":"#/components/schemas/ImplementingAgencyDto"},"remark":{"type":"string"},"paymentNumber":{"type":"string"},"referenceNo":{"type":"string"},"description":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"referenceUpload":{"type":"string"},"voucherNo":{"type":"string"},"status":{"type":"string"},"voucherType":{"type":"string"},"reason":{"type":"string"},"statusChangedDate":{"type":"string","format":"date-time"},"blockId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"finYearId":{"type":"integer","format":"int64"},"iaLimitId":{"type":"integer","format":"int64"},"transDate":{"type":"string","format":"date-time"},"projectId":{"type":"integer","format":"int64"},"snaAccountNo":{"type":"string"},"snaIfscode":{"type":"string"},"tendorId":{"type":"integer","format":"int64"},"tendorNo":{"type":"string"},"offLineMode":{"type":"boolean"},"month":{"type":"string"},"panchayatLevel":{"type":"string"},"employeeStatus":{"type":"string"},"levelMasterId":{"type":"integer","format":"int64"},"categoryMasterDto":{"$ref":"#/components/schemas/CategoryMasterDto"},"blockName":{"type":"string"}}},"VoucherGenerationNew":{"type":"object","properties":{"voucherBillDto":{"$ref":"#/components/schemas/VoucherBillDto"},"paymentTransactionDtoList":{"type":"array","items":{"$ref":"#/components/schemas/PaymentTransactionDto"}},"iaLimitRequestDto":{"$ref":"#/components/schemas/IaLimitRequestDto"},"employeeDescDto":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeDescDto"}},"electedRepDescDto":{"type":"array","items":{"$ref":"#/components/schemas/ElectedRepDescDto"}},"deductionMasterId":{"type":"integer","format":"int64"}}},"IALimitDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"levelTypeDto":{"$ref":"#/components/schemas/LevelTypeDto"},"publicContributionAmount":{"type":"number","format":"double"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"levelMasterDto":{"$ref":"#/components/schemas/LevelMasterDto"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"implementingAgencyDto":{"$ref":"#/components/schemas/ImplementingAgencyDto"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"utilizedAmount":{"type":"number","format":"double"},"publicContributionUtilizedAmount":{"type":"number","format":"double"},"sanctionAmount":{"type":"number","format":"double"},"uploadFileCopy":{"type":"string"},"status":{"type":"string"},"stAmount":{"type":"number","format":"double"},"scAmount":{"type":"number","format":"double"},"otherAmount":{"type":"number","format":"double"}}},"AccountStatementDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"transDate":{"type":"string","format":"date-time"},"transDateAsString":{"type":"string"},"narration":{"type":"string"},"transactionType":{"type":"string"},"credit":{"type":"string"},"debit":{"type":"string"},"currentBalance":{"type":"number"},"accountNumber":{"type":"string"},"tnxCat":{"type":"string"},"tnxId":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"AccountValidationDTO":{"type":"object","properties":{"bankAccountNo":{"type":"string"},"bankIfscCode":{"type":"string"},"beneficiaryId":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"checkFlag":{"type":"boolean"}}},"VoucherBillDescDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"description":{"type":"string"},"vendortransactionId":{"type":"integer","format":"int64"},"gstPercentage":{"type":"number","format":"double"},"gstAmount":{"type":"number","format":"double"},"sgstPercentage":{"type":"number","format":"double"},"sgstAmount":{"type":"number","format":"double"},"cgstPercentage":{"type":"number","format":"double"},"cgstAmount":{"type":"number","format":"double"},"igstPercentage":{"type":"number","format":"double"},"igstAmount":{"type":"number","format":"double"},"amount":{"type":"number","format":"double"},"grossAmount":{"type":"number","format":"double"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"paymentType":{"type":"string"},"partialCount":{"type":"string"},"lwfPercentage":{"type":"number","format":"double"},"lwfAmount":{"type":"number","format":"double"}}},"DescriptionDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"VoucherBillDescElectedRepDto":{"type":"object","properties":{"voucherBillDescEmployeeId":{"type":"integer","format":"int64"},"electedRepDto":{"$ref":"#/components/schemas/ElectedRepDto"},"name":{"type":"string"},"post":{"type":"string"},"wardNo":{"type":"number","format":"double"},"allowance":{"type":"number","format":"double"},"bankAccName":{"type":"string"},"bankName":{"type":"string"},"voucherNo":{"type":"string"},"bankBranch":{"type":"string"},"ifscCode":{"type":"string"},"accountNumber":{"type":"string"},"vendorTransactionDto":{"type":"integer","format":"int64"},"descriptionDto":{"$ref":"#/components/schemas/DescriptionDto"},"quantity":{"type":"number","format":"double"},"amount":{"type":"number","format":"double"},"grossAmount":{"type":"number","format":"double"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"VendorTransactionDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"implementingAgencyDto":{"$ref":"#/components/schemas/ImplementingAgencyDto"},"levelMasterId":{"type":"integer","format":"int64"},"snaAccountNo":{"type":"string"},"fineAmount":{"type":"number","format":"double"},"withHeldAmount":{"type":"number","format":"double"},"snaIfscode":{"type":"string"},"commercialVendorDto":{"$ref":"#/components/schemas/CommercialVendorDto"},"commercialVendorName":{"type":"string"},"commercialCompanyName":{"type":"string"},"commercialPanNo":{"type":"string"},"commercialGst":{"type":"string"},"commercialAccountNo":{"type":"string"},"commercialDoorNo":{"type":"string"},"commercialStreet":{"type":"string"},"commercialPinCode":{"type":"string"},"levelMasterName":{"type":"string"},"commercialIfscode":{"type":"string"},"personalIfscode":{"type":"string"},"personalPincode":{"type":"string"},"nhisPercentage":{"type":"number","format":"double"},"cpsPercentage":{"type":"number","format":"double"},"otherDeductionItPercentage":{"type":"number","format":"double"},"paymentApprovalNumber":{"type":"string"},"levelTypeId":{"type":"integer","format":"int64"},"componentTypeDto":{"$ref":"#/components/schemas/ComponentTypeDto"},"componentMaster":{"$ref":"#/components/schemas/ComponentMasterDto"},"commercialVendor":{"type":"integer","format":"int64"},"personalVendor":{"type":"integer","format":"int64"},"iaComponentLimitDto":{"$ref":"#/components/schemas/IALimitDto"},"transDate":{"type":"string","format":"date-time"},"nhis":{"type":"number","format":"double"},"cps":{"type":"number","format":"double"},"otherDeductionIt":{"type":"number","format":"double"},"invoiceNo":{"type":"string"},"invoiceDate":{"type":"string","format":"date-time"},"invoiceImage":{"type":"string"},"personalFlag":{"type":"string"},"activeFlag":{"type":"string"},"nameOfWork":{"type":"string"},"workId":{"type":"string"},"quality":{"type":"number","format":"double"},"transactionAmountEdit":{"type":"number","format":"double"},"totlaInRupees":{"type":"number","format":"double"},"transactionId":{"type":"string"},"signatureSecretary":{"type":"string"},"signatureVicePresident":{"type":"string"},"signaturePresident":{"type":"string"},"qrCode":{"type":"string"},"grossAmount":{"type":"number","format":"double"},"netAmount":{"type":"number","format":"double"},"transactionAmount":{"type":"number","format":"double"},"batchNo":{"type":"string"},"status":{"type":"string"},"count":{"type":"integer","format":"int64"},"remark":{"type":"string"},"voucherNo":{"type":"string"},"tdsPercentage":{"type":"integer","format":"int32"},"tdsAmount":{"type":"number","format":"double"},"gstOnTds":{"type":"integer","format":"int32"},"gstOnTdsAmount":{"type":"number","format":"double"},"labourCessPercentage":{"type":"number","format":"double"},"labourCess":{"type":"number","format":"double"},"securityDeposit":{"type":"number","format":"double"},"securityDepositAmount":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"approvelevelOneVendorTransaction":{"type":"boolean"},"approvelevelTwoVendorTransaction":{"type":"boolean"},"rejectVendorTransaction":{"type":"boolean"},"signMessage":{"type":"string"},"fundGrant":{"type":"string"},"bankName":{"type":"string"},"totalCgst":{"type":"number","format":"double"},"totalSgst":{"type":"number","format":"double"},"totalIgst":{"type":"number","format":"double"},"invoiceAmount":{"type":"integer","format":"int64"},"transactionStatus":{"type":"string"},"utrNo":{"type":"string"},"paymentDate":{"type":"string","format":"date-time"},"rejectionReason":{"type":"string"},"signStatus":{"type":"boolean"},"revertStatus":{"type":"boolean"},"zonalChecker":{"type":"integer","format":"int64"},"project":{"$ref":"#/components/schemas/ProjectDto"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"isEditable":{"type":"string"},"paymentMethod":{"type":"string"},"cumulativePercentage":{"type":"number","format":"double"},"cumulativeAmount":{"type":"number","format":"double"},"materialSupplyAmount":{"type":"number","format":"double"},"miscellaneousAmount":{"type":"number","format":"double"},"tenderId":{"type":"integer","format":"int64"},"contributionPercentage":{"type":"number","format":"double"},"publicContributionAmount":{"type":"number","format":"double"},"totalContribution":{"type":"number","format":"double"},"governmentContributionAmount":{"type":"number","format":"double"},"projectName":{"type":"string"},"administrativeSanctionNo":{"type":"string"},"tenderNo":{"type":"string"},"tenderDate":{"type":"string","format":"date-time"},"workOrder":{"type":"string"},"workOrderDate":{"type":"string","format":"date-time"},"villageId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"paymentType":{"type":"string"}}},"SubTenderMappingDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"tenderMappingId":{"type":"integer","format":"int64"},"commercialVendorId":{"type":"integer","format":"int64"},"commercialVendorName":{"type":"string"},"commercialCompanyName":{"type":"string"},"commercialGst":{"type":"string"},"commercialPanNo":{"type":"string"},"commercialAccountNumber":{"type":"string"},"commercialCompanyIfscCode":{"type":"string"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"PersonalDescDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"descriptionDto":{"type":"string"},"vendortransactionId":{"type":"integer","format":"int64"},"quantity":{"type":"integer","format":"int64"},"amount":{"type":"integer","format":"int64"},"grossAmount":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"HolidayListDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"holidayDate":{"type":"string","format":"date-time"}}},"HolidayList":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"holidayDate":{"type":"string","format":"date-time"}}},"FundsTransactionDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"sanctionAmount":{"type":"number","format":"double"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"transactionDate":{"type":"string","format":"date-time"},"transactionDoneDate":{"type":"string","format":"date-time"},"sanctionGoNo":{"type":"string"},"dateOfDepInAcc":{"type":"string","format":"date-time"},"transactionRefNo":{"type":"string"},"filePath":{"type":"string"},"fundSource":{"type":"string"},"utilizedAmount":{"type":"number","format":"double"},"sanctionAmountAsString":{"type":"string"},"utilizedAmountAsString":{"type":"string"},"fileNameOne":{"type":"string"},"fileNameTwo":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedby":{"$ref":"#/components/schemas/AdminUserDto"},"adminUserDtoUpdatedBy":{"$ref":"#/components/schemas/AdminUserDto"}}},"CategoryReservationDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"ProjectSummaryDTO":{"type":"object","properties":{"finyearName":{"type":"string"},"totalCost":{"type":"number"},"utilizedTotalCost":{"type":"number"},"balance":{"type":"number"},"completed":{"type":"integer","format":"int64"},"notCompleted":{"type":"integer","format":"int64"},"totalWork":{"type":"integer","format":"int64"},"finyearId":{"type":"integer","format":"int64"}}},"LimitSummaryDto":{"type":"object","properties":{"finyearName":{"type":"string"},"sanctionAmount":{"type":"number"},"utilizedAmount":{"type":"number"},"balance":{"type":"number"},"finyearId":{"type":"integer","format":"int64"},"publicContributionAmount":{"type":"number"},"publicContributionUtilizedAmount":{"type":"number"}}},"DistrictBudgetAllocationTransaction":{"required":["department","finYear","implementingAgency","levelMaster","levelType","scheme"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"levelType":{"$ref":"#/components/schemas/LevelType"},"publicContributionAmount":{"minimum":0,"type":"number","format":"double"},"levelMaster":{"$ref":"#/components/schemas/LevelMaster"},"implementingAgency":{"$ref":"#/components/schemas/ImplementingAgency"},"finYear":{"$ref":"#/components/schemas/FinYear"},"utilizedAmount":{"minimum":0,"type":"number","format":"double"},"sanctionAmount":{"minimum":0,"type":"number","format":"double"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"parentId":{"type":"integer","format":"int64"},"uploadFileCopy":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"approvalFlag":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"}}},"DistrictBudgetAllocation":{"required":["department","finYear","implementingAgency","levelMaster","levelType","scheme"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"department":{"$ref":"#/components/schemas/Department"},"scheme":{"$ref":"#/components/schemas/Scheme"},"levelType":{"$ref":"#/components/schemas/LevelType"},"publicContributionAmount":{"minimum":0,"type":"number","format":"double"},"levelMaster":{"$ref":"#/components/schemas/LevelMaster"},"implementingAgency":{"$ref":"#/components/schemas/ImplementingAgency"},"finYear":{"$ref":"#/components/schemas/FinYear"},"utilizedAmount":{"minimum":0,"type":"number","format":"double"},"sanctionAmount":{"minimum":0,"type":"number","format":"double"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"parentId":{"type":"integer","format":"int64"},"uploadFileCopy":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"approvalFlag":{"type":"boolean"}}},"PageVoucherBillDescElectedRep":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/VoucherBillDescElectedRep"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"ViewComponentMasterDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"componentzeroid":{"type":"integer","format":"int64"},"componentmasterid":{"type":"integer","format":"int64"},"leveltypename":{"type":"string"},"componentmastername":{"type":"string"},"componentmasternametn":{"type":"string"},"componentzerocode":{"type":"string"},"componentzeroname":{"type":"string"},"componentzeronameTn":{"type":"string"},"componentoneid":{"type":"integer","format":"int64"},"componentonecode":{"type":"string"},"componentonename":{"type":"string"},"componentonenameTn":{"type":"string"},"componenttwoid":{"type":"integer","format":"int64"},"componenttwocode":{"type":"string"},"componenttwoname":{"type":"string"},"componenttwonameTn":{"type":"string"}}},"ViewLevelMasterDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentId":{"type":"integer","format":"int64"},"departmentName":{"type":"string"},"schemeId":{"type":"integer","format":"int64"},"schemeName":{"type":"string"},"levelName":{"type":"string"},"levelZeroId":{"type":"integer","format":"int64"},"levelZeroCode":{"type":"string"},"levelZeroName":{"type":"string"},"levelZeroNameTn":{"type":"string"},"levelOneId":{"type":"integer","format":"int64"},"levelOneCode":{"type":"string"},"levelOneName":{"type":"string"},"levelOneNameTn":{"type":"string"},"levelTwoId":{"type":"integer","format":"int64"},"levelTwoCode":{"type":"string"},"levelTwoName":{"type":"string"},"levelTwoNameTn":{"type":"string"},"levelThreeId":{"type":"integer","format":"int64"},"levelThreeCode":{"type":"string"},"levelThreeName":{"type":"string"},"levelThreeNameTn":{"type":"string"},"levelFourId":{"type":"integer","format":"int64"},"levelFourCode":{"type":"string"},"levelFourName":{"type":"string"},"levelFiveId":{"type":"integer","format":"int64"},"levelFiveCode":{"type":"string"},"levelFiveName":{"type":"string"}}},"VoucherPaymentVendorDto":{"type":"object","properties":{"voucherBillId":{"type":"integer","format":"int64"},"voucherNo":{"type":"string"},"status":{"type":"string"},"voucherAmount":{"type":"number","format":"double"},"paymentTransactionId":{"type":"integer","format":"int64"},"transactionAmount":{"type":"number","format":"double"},"transactionStatus":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"},"vendorId":{"type":"integer","format":"int64"},"vendorName":{"type":"string"},"companyName":{"type":"string"},"accountNumber":{"type":"string"},"ifscCode":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"Metadata":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/Status"}}},"SmsResponse":{"type":"object","properties":{"Message":{"type":"string"},"Status":{"type":"string"},"ackId":{"type":"string"}}},"SmsResponseBody":{"type":"object","properties":{"smsResult":{"$ref":"#/components/schemas/SmsResult"}}},"SmsResult":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/Metadata"},"Body":{"$ref":"#/components/schemas/SmsResponse"}}},"Status":{"type":"object","properties":{"Code":{"type":"string"},"Desc":{"type":"string"}}},"EmuthraSignReqDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"referenceNumber":{"type":"string"}}},"PagePersonalDesc":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/PersonalDesc"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"SuccessResponseListLevelMasterDto":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/LevelMasterDto"}}}},"BankDetails":{"type":"object","properties":{"BRANCH":{"type":"string"},"CENTRE":{"type":"string"},"DISTRICT":{"type":"string"},"STATE":{"type":"string"},"ADDRESS":{"type":"string"},"CONTACT":{"type":"string"},"IMPS":{"type":"boolean"},"CITY":{"type":"string"},"UPI":{"type":"boolean"},"MICR":{"type":"string"},"RTGS":{"type":"boolean"},"NEFT":{"type":"boolean"},"SWIFT":{"type":"string"},"ISO3166":{"type":"string"},"BANK":{"type":"string"},"BANKCODE":{"type":"string"},"IFSC":{"type":"string"}}},"PageIALimit":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/IALimit"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"DashboardDto":{"type":"object","properties":{"makerCount":{"type":"integer","format":"int32"},"makerValue":{"type":"number","format":"double"},"checkerCount":{"type":"integer","format":"int32"},"checkerValue":{"type":"number","format":"double"},"checkerTwoCount":{"type":"integer","format":"int32"},"checkerTwoValue":{"type":"number","format":"double"},"checkerTwoSignedCount":{"type":"integer","format":"int32"},"checkerTwoSignedValue":{"type":"number","format":"double"},"makerBelowFive":{"type":"integer","format":"int32"},"makerAboveFive":{"type":"integer","format":"int32"},"checker1BelowFive":{"type":"integer","format":"int32"},"checker1AboveFive":{"type":"integer","format":"int32"},"checker2BelowFive":{"type":"integer","format":"int32"},"checker2AboveFive":{"type":"integer","format":"int32"},"checker1BelowSigned":{"type":"integer","format":"int32"},"checker2AboveSigned":{"type":"integer","format":"int32"},"makerBelowFiveValue":{"type":"number","format":"double"},"makerAboveFiveValue":{"type":"number","format":"double"},"checker1BelowFiveValue":{"type":"number","format":"double"},"checker1AboveFiveValue":{"type":"number","format":"double"},"checker2BelowFiveValue":{"type":"number","format":"double"},"checker2AboveFiveValue":{"type":"number","format":"double"},"checker1BelowSignedValue":{"type":"number","format":"double"},"checker2AboveSignedValue":{"type":"number","format":"double"}}},"VoucherSignStatus":{"type":"object","properties":{"signOneCount":{"type":"integer","format":"int64"},"signTwoCount":{"type":"integer","format":"int64"},"signThreeCount":{"type":"integer","format":"int64"},"levelMasterName":{"type":"string"},"levelmasterId":{"type":"integer","format":"int64"}}},"TenderMappingDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"workId":{"type":"string"},"projectId":{"type":"integer","format":"int64"},"finYearId":{"type":"integer","format":"int64"},"districtId":{"type":"integer","format":"int64"},"blockId":{"type":"integer","format":"int64"},"villageMasterId":{"type":"integer","format":"int64"},"iaId":{"type":"integer","format":"int64"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"fileUploadTendor":{"type":"string"},"administrativeSanctionNo":{"type":"string"},"administrativeSanctionDate":{"type":"string","format":"date-time"},"contributionPercentage":{"type":"number","format":"double"},"publicContributionAmount":{"type":"number","format":"double"},"totalContribution":{"type":"number","format":"double"},"governmentContributionAmount":{"type":"number","format":"double"},"projectName":{"type":"string"},"projectType":{"type":"string"},"tenderNo":{"type":"string"},"tenderDate":{"type":"string","format":"date-time"},"workOrder":{"type":"string"},"workProcurementDate":{"type":"string","format":"date-time"},"fileUpload":{"type":"string"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"VendorMappingDto":{"type":"object","properties":{"tenderMappingDto":{"$ref":"#/components/schemas/TenderMappingDto"},"subTenderMappingDto":{"type":"array","items":{"$ref":"#/components/schemas/SubTenderMappingDto"}}}},"Params":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"number","format":"double"}}},"FundReportDto":{"type":"object","properties":{"allocatedAmount":{"type":"number","format":"double"},"utilizedAmount":{"type":"number","format":"double"},"balanceAmount":{"type":"number","format":"double"},"compName":{"type":"string"},"levelMasterName":{"type":"string"},"levelMasterId":{"type":"integer","format":"int64"},"compTypeId":{"type":"integer","format":"int64"}}},"SchoolTypeEligibility":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"primary":{"type":"number","format":"double"},"middle":{"type":"number","format":"double"},"high":{"type":"number","format":"double"},"higher":{"type":"number","format":"double"},"finYear":{"$ref":"#/components/schemas/FinYear"},"activeFlag":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"ReportList":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"reportName":{"type":"string"},"reportUrl":{"type":"string"},"reportTab":{"type":"string"}}},"ProfileDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"dateOfBirth":{"type":"string","format":"date-time"},"genderDto":{"$ref":"#/components/schemas/GenderDto"},"educationalQualificationDto":{"$ref":"#/components/schemas/EducationalQualificationDto"},"maritalStatusDto":{"$ref":"#/components/schemas/MaritalStatusDto"},"adminUserDto":{"$ref":"#/components/schemas/AdminUserDto"},"activeFlag":{"type":"string"},"mobileNo":{"type":"string"},"emailId":{"type":"string"},"dateOfAssumingOffice":{"type":"string","format":"date-time"},"termValidUpTo":{"type":"string","format":"date-time"},"state":{"type":"string"},"district":{"type":"string"},"city":{"type":"string"},"doorNo":{"type":"string"},"street":{"type":"string"},"area":{"type":"string"},"pinCode":{"type":"string"},"aadhaarNo":{"type":"string"},"panNo":{"type":"string"},"fileNameOne":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedby":{"type":"integer","format":"int64"},"adminUserDtoUpdatedBy":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"uidToken":{"type":"string"},"approveLevelRole":{"type":"string"},"maskedName":{"type":"string"},"maskedPanNo":{"type":"string"},"maskedAadhaarNo":{"type":"string"},"maskedMobile":{"type":"string"},"maskedEmailId":{"type":"string"},"photo":{"type":"string"},"otp":{"type":"string"},"levelTypeDto":{"$ref":"#/components/schemas/LevelTypeDto"}}},"PaymentIntegrationDto":{"type":"object","properties":{"paymentIntegrationId":{"type":"integer","format":"int64"},"deptId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"messageIdReq":{"type":"string"},"messageIdRes":{"type":"string"},"beneficiaryTransaction":{"type":"integer","format":"int64"},"fieldTwo":{"type":"string"},"fieldThree":{"type":"string"},"fieldFourAmount":{"type":"number"},"fieldElevenUnique":{"type":"string"},"fieldTwelveTimestamp":{"type":"string","format":"date-time"},"fieldSeventeenDate":{"type":"string","format":"date-time"},"fieldTwentyFour":{"type":"string"},"fieldThirtyTwo":{"type":"string"},"fieldThirtySevenVoucher":{"type":"string"},"fieldThirtyEight":{"type":"string"},"fieldThirtyNine":{"type":"string"},"fieldFortyThree":{"type":"string"},"fieldFortyEight":{"type":"string"},"fieldFortyNine":{"type":"string"},"fieldOneNotTwo":{"type":"string"},"fieldOneNotThree":{"type":"string"},"fieldOneTwentyThree":{"type":"string"},"fieldOneTwentyFive":{"type":"string"},"fieldOneTwentySix":{"type":"string"},"fieldOneTwentyEight":{"type":"string"},"transactionId":{"type":"string"},"status":{"type":"string"},"utrNo":{"type":"string"},"voucherNo":{"type":"string"},"transactionNo":{"type":"string"},"paymentId":{"type":"string"},"paymentAmount":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"SuccessResponseListEmployeeStatusDto":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeStatusDto"}}}},"MajorCompSpend":{"type":"object","properties":{"majorCompSpent":{"type":"array","items":{"$ref":"#/components/schemas/MajorCompSpent"}},"levelMasterId":{"type":"integer","format":"int64"},"levelMasterName":{"type":"string"}}},"MajorCompSpent":{"type":"object","properties":{"totalSpent":{"type":"number","format":"double"},"majorCompName":{"type":"string"},"majorCompId":{"type":"integer","format":"int64"}}},"LimitAllocationHistory":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"finYearId":{"type":"integer","format":"int64"},"departmentId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"levelId":{"type":"integer","format":"int64"},"levelMasterId":{"type":"integer","format":"int64"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"updatedBy":{"type":"integer","format":"int64"},"createdBy":{"type":"integer","format":"int64"},"activeFlag":{"type":"string"},"uploadCopy":{"type":"string"}}},"HonorariumMaster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"levelType":{"type":"string"},"erCategory":{"type":"string"},"allowance":{"type":"string"},"amount":{"type":"integer","format":"int64"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"}}},"FundsDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"budgetAmount":{"type":"number","format":"double"},"budgetAmountAsString":{"type":"string"},"transactionNo":{"type":"string"},"transactionDate":{"type":"string","format":"date-time"},"sanctionAmountAsString":{"type":"string"},"utilizedAmount":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserDtoCreatedby":{"$ref":"#/components/schemas/AdminUserDto"},"adminUserDtoUpdatedBy":{"$ref":"#/components/schemas/AdminUserDto"}}},"DistrictBudgetAllocationDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentDto":{"$ref":"#/components/schemas/DepartmentDto"},"schemeDto":{"$ref":"#/components/schemas/SchemeDto"},"levelTypeDto":{"$ref":"#/components/schemas/LevelTypeDto"},"publicContributionAmount":{"type":"number","format":"double"},"levelMasterDto":{"$ref":"#/components/schemas/LevelMasterDto"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"createdOn":{"type":"string","format":"date-time"},"updatedOn":{"type":"string","format":"date-time"},"adminUserCreatedBy":{"type":"integer","format":"int64"},"adminUserUpdatedBy":{"type":"integer","format":"int64"},"implementingAgencyDto":{"$ref":"#/components/schemas/ImplementingAgencyDto"},"finYearDto":{"$ref":"#/components/schemas/FinYearDto"},"utilizedAmount":{"type":"number","format":"double"},"sanctionAmount":{"type":"number","format":"double"},"uploadFileCopy":{"type":"string"},"approvalFlag":{"type":"boolean"}}},"DashBoardAvailableAmountDto":{"type":"object","properties":{"snaAccountBalance":{"type":"number","format":"double"},"sanctionAmount":{"type":"number","format":"double"},"utilizedAmount":{"type":"number","format":"double"},"balanceAmount":{"type":"number","format":"double"}}},"PaymentStatus":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"vendorTransaction":{"$ref":"#/components/schemas/VendorTransaction"},"creditAccountNo":{"type":"string"},"transactionAmount":{"type":"number","format":"double"},"transactionStatus":{"type":"string"},"utrNo":{"type":"string"},"journalNumber":{"type":"string"},"apiInteractionId":{"type":"string"},"processDate":{"type":"string","format":"date-time"},"errorCode":{"type":"string"},"rejectionReason":{"type":"string"},"createdOn":{"type":"string","format":"date-time"}}},"TransactionReport":{"type":"object","properties":{"transactionByDistrict":{"type":"object","additionalProperties":{"type":"number","format":"double"}},"totalValue":{"type":"number","format":"double"}}},"IAComponentLimitTemp":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"departmentId":{"type":"integer","format":"int64"},"schemeId":{"type":"integer","format":"int64"},"levelType":{"$ref":"#/components/schemas/LevelType"},"levelMaster":{"$ref":"#/components/schemas/LevelMaster"},"implementingAgency":{"$ref":"#/components/schemas/ImplementingAgency"},"finYearId":{"type":"integer","format":"int64"},"scAmount":{"type":"number","format":"double"},"stAmount":{"type":"number","format":"double"},"otherAmount":{"type":"number","format":"double"},"currentSanctionedAmount":{"type":"number","format":"double"},"existingSanctionAmount":{"type":"number","format":"double"},"cumulativeSanctionedAmount":{"type":"number","format":"double"},"createdOn":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"transStatus":{"type":"string"},"historyId":{"type":"integer","format":"int64"},"referenceNo":{"type":"string"},"referenceDate":{"type":"string","format":"date-time"},"uploadCopy":{"type":"string"}}},"PageIAComponentLimitTemp":{"type":"object","properties":{"totalPages":{"type":"integer","format":"int32"},"totalElements":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int32"},"content":{"type":"array","items":{"$ref":"#/components/schemas/IAComponentLimitTemp"}},"number":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/SortObject"},"numberOfElements":{"type":"integer","format":"int32"},"pageable":{"$ref":"#/components/schemas/PageableObject"},"first":{"type":"boolean"},"last":{"type":"boolean"},"empty":{"type":"boolean"}}},"SuccessResponseListEmployeeAttendanceDto":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"statusMessage":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeAttendanceDto"}}}},"CaptchaResponse":{"type":"object","properties":{"captchaId":{"type":"integer","format":"int64"},"captchaImage":{"type":"array","items":{"type":"string","format":"byte"}}}},"FileDeleteResponse":{"type":"object","properties":{"response":{"type":"string"}}},"RequestBodyDto":{"type":"object","properties":{"paramOne":{"type":"string"},"paramTwo":{"type":"string"},"paramThree":{"type":"string"},"paramFour":{"type":"string"},"paramFive":{"type":"string"}}}}}}