openapi-sync 2.1.14 → 2.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/db.json +1 -1
  2. package/package.json +3 -3
package/db.json CHANGED
@@ -1 +1 @@
1
- {"tmc":{"openapi":"3.0.3","info":{"title":"TMC Automation API Docs (v1)","version":"1.8.1"},"servers":[{"url":"https://api.tmcng.net/api/v1"}],"tags":[{"name":"User","description":"Users APIs"},{"name":"MembershipRequest","description":"Handle request of users to become a member"}],"components":{"schemas":{"MessageResponse":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"User.OtpResponse":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]},"User.SignupOptions":{"type":"object","properties":{"emailAddress":{"type":"string"},"password":{"type":"string"},"surname":{"type":"string"},"othernames":{"type":"string"},"country":{"type":"string"},"address":{"type":"string"},"phoneNumber":{"type":"string"}},"required":["emailAddress","password","surname","othernames","country","address","phoneNumber"]},"User.Profile":{"type":"object","properties":{"user_id":{"type":"string"},"email_address":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"scopesObject":{"type":"array","items":{"type":"number","enum":[0,1,2,3,4,5]}},"name":{"type":"string"},"surname":{"type":"string"},"othernames":{"type":"string"},"country":{"type":"string"},"state":{"type":"string"},"local_government_area":{"type":"string"},"branch":{"type":"string"},"address":{"type":"string"},"phone_number":{"type":"string"},"date_of_birth":{"type":"string"},"state_of_origin":{"type":"string"},"lga_of_origin":{"type":"string"},"whatsapp_number":{"type":"string"},"genotype":{"type":"string"},"blood_group":{"type":"string"},"specific_ailment":{"type":"string"},"hospital":{"type":"string"},"qualification":{"type":"string"},"occupation":{"type":"string"},"specialization":{"type":"string"},"years_of_experience":{"type":"number"},"membership_duration":{"type":"number"}},"required":["user_id","email_address","scopes","scopesObject","name","surname","othernames","country","state","local_government_area","branch","address","phone_number","date_of_birth","state_of_origin","lga_of_origin","whatsapp_number","genotype","blood_group","specific_ailment","hospital","qualification","occupation","specialization","years_of_experience","membership_duration"]},"User.LoginResponse":{"type":"object","properties":{"userId":{"type":"string"},"token":{"type":"string"}},"required":["userId","token"]},"User.MembershipStatusResponse":{"type":"object","properties":{"status":{"type":"string","enum":["Member","NonMember","Pending","Denied"]}},"required":["status"]},"User.AuthenticationResponse":{"type":"object","properties":{"authenticated":{"type":"boolean"},"userId":{"type":"string"}},"required":["authenticated","userId"]},"User.InitialLoadData":{"type":"object","properties":{"profile":{"$ref":"#/components/schemas/User.Profile"},"membershipStatus":{"type":"string","enum":["Member","NonMember","Pending","Denied"]}},"required":["profile","membershipStatus"]},"User.OtpValidationResponse":{"type":"object","properties":{"validated":{"type":"boolean"},"message":{"type":"string"}},"required":["validated","message"]},"User.SignupResponse":{"type":"object","properties":{"message":{"type":"string"},"data":{"type":"object","properties":{"userId":{"type":"string"}},"required":["userId"]}},"required":["message"]},"MembershipRequest.CreateOptions":{"type":"object","properties":{"state":{"type":"string"},"local_government_area":{"type":"string"},"branch":{"type":"string"},"date_of_birth":{"type":"string"},"state_of_origin":{"type":"string"},"lga_of_origin":{"type":"string"},"whatsapp_number":{"type":"string"},"genotype":{"type":"string"},"blood_group":{"type":"string"},"specific_ailment":{"type":"string"},"hospital":{"type":"string"},"qualification":{"type":"string"},"occupation":{"type":"string"},"specialization":{"type":"string"},"years_of_experience":{"type":"number"},"membership_duration":{"type":"number"}},"required":["state","local_government_area","branch","date_of_birth","state_of_origin","lga_of_origin","whatsapp_number","genotype","blood_group","specific_ailment","hospital","qualification","occupation","specialization","years_of_experience","membership_duration"]},"MembershipRequest.ReviewResponse":{"type":"object","properties":{"status":{"type":"string","enum":["Denied","Approved"]},"approved":{"type":"boolean"},"data":{"$ref":"#/components/schemas/MembershipRequest.ReviewResponseData"}},"required":["status","approved"]},"MembershipRequest.ReviewResponseData":{"type":"object","properties":{"membershipId":{"type":"string"}},"required":["membershipId"]},"Database.DbAccessTokens":{"type":"object","properties":{"id":{"type":"number"},"token":{"type":"string"},"user_id":{"type":"string"},"created_at":{"type":"string"}},"required":["id","token","user_id","created_at"]},"Database.DbApp":{"type":"object","properties":{"id":{"type":"number"},"property":{"type":"string"},"value":{"type":"string"}},"required":["id","property","value"]},"Database.DbMembershipRequests":{"type":"object","properties":{"id":{"type":"number"},"user_id":{"type":"string"},"state":{"type":"string"},"local_government_area":{"type":"string"},"branch":{"type":"string"},"date_of_birth":{"type":"string"},"state_of_origin":{"type":"string"},"lga_of_origin":{"type":"string"},"whatsapp_number":{"type":"string"},"genotype":{"type":"string"},"blood_group":{"type":"string"},"specific_ailment":{"type":"string"},"hospital":{"type":"string"},"qualification":{"type":"string"},"occupation":{"type":"string"},"specialization":{"type":"string"},"years_of_experience":{"type":"number"},"membership_duration":{"type":"number"},"reviewed_by":{"type":"string"},"status":{"type":"string"},"reviewed_at":{"type":"string"},"created_at":{"type":"string"}},"required":["id","user_id","state","local_government_area","branch","date_of_birth","state_of_origin","lga_of_origin","whatsapp_number","genotype","blood_group","specific_ailment","hospital","qualification","occupation","specialization","years_of_experience","membership_duration","status","created_at"]},"Database.DbOtps":{"type":"object","properties":{"id":{"type":"number"},"token":{"type":"string"},"otp":{"type":"string"},"created_at":{"type":"string"}},"required":["id","token","otp","created_at"]},"Database.DbUsers":{"type":"object","properties":{"id":{"type":"number"},"user_id":{"type":"string"},"membership_id":{"type":"string"},"email_address":{"type":"string"},"surname":{"type":"string"},"othernames":{"type":"string"},"phone_number":{"type":"string"},"password":{"type":"string"},"country":{"type":"string"},"local_government_area":{"type":"string"},"scopes":{"type":"string"},"state":{"type":"string"},"branch":{"type":"string"},"address":{"type":"string"},"date_of_birth":{"type":"string"},"state_of_origin":{"type":"string"},"lga_of_origin":{"type":"string"},"whatsapp_number":{"type":"string"},"genotype":{"type":"string"},"blood_group":{"type":"string"},"specific_ailment":{"type":"string"},"hospital":{"type":"string"},"qualification":{"type":"string"},"occupation":{"type":"string"},"specialization":{"type":"string"},"years_of_experience":{"type":"number"},"membership_duration":{"type":"number"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","email_address","surname","othernames","phone_number","password","country","local_government_area","state","branch","address","date_of_birth","state_of_origin","lga_of_origin","whatsapp_number","genotype","blood_group","specific_ailment","hospital","qualification","occupation","specialization","years_of_experience","membership_duration","created_at","updated_at"]},"MembershipRequest.PendingRequest":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/Database.DbMembershipRequests"},"profile":{"$ref":"#/components/schemas/User.Profile"}},"required":["data","profile"]},"Email.Email":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"subject":{"type":"string"},"body":{"type":"string"}},"required":["from","to","subject","body"]},"Email.SendEmailResponse":{"type":"object","properties":{"sent":{"type":"boolean"},"message":{"type":"string"}},"required":["sent","message"]},"Database.Column":{"type":"object","properties":{"Field":{"type":"string"},"Type":{"type":"string"},"Null":{"type":"string"},"Key":{"type":"string"},"Default":{"type":"string"},"Extra":{"type":"string"}},"required":["Field","Type","Null","Key","Extra"]},"Database.AccessTokens":{"type":"string","enum":["access_tokens","id","token","user_id","created_at"]},"Database.App":{"type":"string","enum":["app","id","property","value"]},"Database.MembershipRequests":{"type":"string","enum":["membership_requests","id","user_id","state","local_government_area","branch","date_of_birth","state_of_origin","lga_of_origin","whatsapp_number","genotype","blood_group","specific_ailment","hospital","qualification","occupation","specialization","years_of_experience","membership_duration","reviewed_by","status","reviewed_at","created_at"]},"Database.Otps":{"type":"string","enum":["otps","id","token","otp","created_at"]},"Database.Users":{"type":"string","enum":["users","id","user_id","membership_id","email_address","surname","othernames","phone_number","password","country","local_government_area","scopes","state","branch","address","date_of_birth","state_of_origin","lga_of_origin","whatsapp_number","genotype","blood_group","specific_ailment","hospital","qualification","occupation","specialization","years_of_experience","membership_duration","created_at","updated_at"]},"Update.Manifest":{"type":"object","properties":{"version":{"type":"string"}},"required":["version"]},"Update.UpdateConfig":{"type":"object","properties":{"scripts":{"type":"array","items":{"type":"string"}},"commit":{"type":"string"}}}},"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"responses":{"BadRequest":{"description":"Error occurred in request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string","example":"Error occurred in request"}}}}}}},"parameters":{}},"paths":{"/user/login":{"post":{"tags":["User"],"summary":"Login to user account","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email_address":{"type":"string"},"password":{"type":"string"}},"required":["email_address","password"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User.LoginResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"PostUserLogin"}},"/user/generate-otp":{"post":{"tags":["User"],"summary":"Generate OTP to be sent to user's email address when creating new account","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email_address":{"type":"string"}},"required":["email_address"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User.OtpResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"PostUserGenerateOtp"}},"/user/validate-otp":{"post":{"tags":["User"],"summary":"Validate OTP sent by user to server","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"user_otp":{"type":"string"}},"required":["token","user_otp"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User.OtpValidationResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"PostUserValidateOtp"}},"/user/create":{"post":{"tags":["User"],"summary":"Create new user account","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"surname":{"type":"string"},"othernames":{"type":"string"},"email_address":{"type":"string","format":"email"},"country":{"type":"string"},"address":{"type":"string"},"phone_number":{"type":"string"},"password":{"type":"string","minLength":8}},"required":["surname","othernames","email_address","country","address","phone_number","password"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User.SignupResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"PostUserCreate"}},"/user/profile":{"get":{"tags":["User"],"summary":"Get user profile","description":"```Scopes: []```","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User.Profile"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"GetUserProfile"}},"/user/initial-load-data":{"get":{"tags":["User"],"summary":"Get all common data needed to load frontend pages","description":"```Scopes: []```","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User.InitialLoadData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"GetUserInitialLoadData"}},"/user/update-scopes/{userId}":{"post":{"tags":["User"],"summary":"Updates scopes of user","description":"```Scopes: [Scope.Developer]```","security":[{"bearerAuth":[]}],"parameters":[{"name":"userId","description":"User ID of the user whose scopes are to be updated","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"scopes":{"type":"string"}},"required":["scopes"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"PostUserUpdateScopes$userId"}},"/user/membership-status":{"get":{"tags":["User"],"summary":"Get membership status of user","description":"```Scopes: []```","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User.MembershipStatusResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"GetUserMembershipStatus"}},"/user/membership-request/create":{"post":{"tags":["MembershipRequest"],"summary":"Create new membership request","description":"```Scopes: []```","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"state":{"type":"string"},"local_government_area":{"type":"string"},"branch":{"type":"string"},"date_of_birth":{"type":"string"},"state_of_origin":{"type":"string"},"lga_of_origin":{"type":"string"},"whatsapp_number":{"type":"string"},"genotype":{"type":"string"},"blood_group":{"type":"string"},"specific_ailment":{"type":"string"},"hospital":{"type":"string"},"qualification":{"type":"string"},"occupation":{"type":"string"},"specialization":{"type":"string"},"years_of_experience":{"type":"number"},"membership_duration":{"type":"number"}},"required":["state","local_government_area","branch","date_of_birth","state_of_origin","lga_of_origin","whatsapp_number","genotype","blood_group","specific_ailment","hospital","qualification","occupation","specialization","years_of_experience","membership_duration"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"PostUserMembershipRequestCreate"}},"/user/membership-request/data":{"get":{"tags":["MembershipRequest"],"summary":"Membership request data","description":"```Scopes: []```","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database.DbMembershipRequests"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"GetUserMembershipRequestData"}},"/user/membership-request/pending-requests":{"get":{"tags":["MembershipRequest"],"summary":"All pending requests to be reviewed by an admin user","description":"```Scopes: [Clearance.from(Scope.BranchExecutive)]```","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MembershipRequest.PendingRequest"}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"GetUserMembershipRequestPendingRequests"}},"/user/membership-request/review/{requesterId}":{"post":{"tags":["MembershipRequest"],"summary":"All pending requests to be reviewed by an admin user","description":"```Scopes: [Clearance.from(Scope.BranchExecutive)]```","security":[{"bearerAuth":[]}],"parameters":[{"name":"requesterId","description":"User ID of the user that made the membership request","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["Denied","Approved"]}},"required":["status"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MembershipRequest.ReviewResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"PostUserMembershipRequestReview$requesterId"}},"/user/membership-request/list":{"get":{"tags":["MembershipRequest"],"summary":"All pending requests in database","description":"```Scopes: [Scope.Developer]```","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Database.DbMembershipRequests"}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"operationId":"GetUserMembershipRequestList"}}}},"tmc4":{"openapi":"3.1.0","info":{"title":"Portal Beta","description":"Icitifysms APIs","license":{"name":""},"version":"5.5.1"},"servers":[{"url":"https://beta.icitifysolution.com/api/v4"}],"paths":{"/user/login":{"post":{"tags":["User"],"operationId":"PostUserLogin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Payload"}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestBody"}}}},"400":{"$ref":"#/components/responses/BadRequest"}}}},"/general-settings":{"get":{"tags":["User"],"operationId":"GetGeneralSettings","responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralSettings"}}}},"400":{"$ref":"#/components/responses/BadRequest"}}}},"/url-to-pdf":{"get":{"tags":["Utils"],"operationId":"GetUrlToPdf","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string"}},{"name":"selector","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UrlToPdfResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}}}},"/user/initial-load-data":{"get":{"tags":["User"],"operationId":"GetUserInitialLoadData","parameters":[{"name":"--debug-args","in":"query","required":false,"schema":{"type":"string"}},{"name":"--command","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InitialLoadData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/result/report-sheets":{"get":{"tags":["Academics"],"operationId":"GetAcademicsResultReportSheets","parameters":[{"name":"class","in":"query","required":false,"schema":{"type":"string"}},{"name":"class-division","in":"query","required":false,"schema":{"type":"string"}},{"name":"context","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}},{"name":"term","in":"query","required":false,"schema":{"type":"string"}},{"name":"admission-number","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReportSheets"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/edit-results/admin-metadata":{"get":{"tags":["Academics"],"operationId":"GetAcademicsEditResultsAdminMetadata","parameters":[{"name":"term","in":"query","required":true,"schema":{"type":"string"}},{"name":"session","in":"query","required":true,"schema":{"type":"string"}},{"name":"context","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdminMetadata"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/edit-results/teacher-metadata":{"get":{"tags":["Academics"],"operationId":"GetAcademicsEditResultsTeacherMetadata","parameters":[{"name":"tid","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"term","in":"query","required":true,"schema":{"type":"string"}},{"name":"session","in":"query","required":true,"schema":{"type":"string"}},{"name":"context","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TeacherMetadata"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subjects/add":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectsAdd","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["subject","section"],"properties":{"subject":{"type":"string"},"group":{"type":["string","null"]},"section":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubjectData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subjects/update":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectsUpdate","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["old_subject","new_subject","section"],"properties":{"old_subject":{"type":"string"},"new_subject":{"type":"string"},"group":{"type":["string","null"]},"section":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subjects/delete":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectsDelete","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["subject","section"],"properties":{"subject":{"type":"string"},"section":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subjects/reorder":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectsReorder","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["order","section"],"properties":{"order":{"type":"string"},"section":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subjects/list":{"get":{"tags":["Academics"],"operationId":"GetAcademicsSubjectsList","responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubjectList"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subject-groups/add":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectGroupsAdd","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["group"],"properties":{"group":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubjectGroupData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subject-groups/update":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectGroupsUpdate","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["old_group","new_group"],"properties":{"old_group":{"type":"string"},"new_group":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subject-groups/delete":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectGroupsDelete","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["group"],"properties":{"group":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subject-groups/reorder":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSubjectGroupsReorder","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["order"],"properties":{"order":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/subject-groups/list":{"get":{"tags":["Academics"],"operationId":"GetAcademicsSubjectGroupsList","responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubjectGroup"}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/academics/save-and-commit-subject-edit":{"post":{"tags":["Academics"],"operationId":"PostAcademicsSaveAndCommitSubjectEdit","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["context","session","term","class","class_division","subject","subject_teacher","result_data"],"properties":{"context":{"type":"string"},"session":{"type":"string"},"term":{"type":"string"},"class":{"type":"string"},"class_division":{"type":"string"},"subject":{"type":"string"},"subject_teacher":{"type":"string"},"result_data":{}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","required":["timeElapsed"],"properties":{"timeElapsed":{"type":"string"}}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/admin/student/report-sheet":{"get":{"tags":["Admin"],"operationId":"GetAdminStudentReportSheet","parameters":[{"name":"admission-number","in":"query","required":true,"schema":{"type":"string"}},{"name":"context","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}},{"name":"term","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReportSheets"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/admin/student/available-report-sheets":{"get":{"tags":["Admin"],"operationId":"GetAdminStudentAvailableReportSheets","parameters":[{"name":"admission-number","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AvailableReportSheet"}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/admin/admission/cbt/questions/list":{"get":{"tags":["Admission"],"operationId":"GetAdminAdmissionCbtQuestionsList","parameters":[{"name":"context","in":"query","required":false,"schema":{"type":"string"}},{"name":"entry","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/Admission.Cbt.Question"}},"propertyNames":{"type":"string"}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/admin/admission/cbt/entrance-examination/scores/{registration_number}":{"get":{"tags":["Admission"],"operationId":"GetAdminAdmissionCbtEntranceExaminationScores$registration_number","parameters":[{"name":"registration_number","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Admission.EntranceExamination.Scores"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/admin/admission/result/get/{registration_number}":{"get":{"tags":["Admission"],"operationId":"GetAdminAdmissionResultGet$registration_number","parameters":[{"name":"registration_number","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Admission.ResultData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/school-bill/list":{"get":{"tags":["Bursary"],"operationId":"GetBursarySchoolBillList","parameters":[{"name":"term","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Bursary.SchoolBillData"}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/school-bill/create-term-record":{"post":{"tags":["Bursary"],"operationId":"PostBursarySchoolBillCreateTermRecord","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["admission_number"],"properties":{"admission_number":{"type":"string"},"term":{"type":["string","null"]},"session":{"type":["string","null"]}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/school-bill/delete-term-record":{"delete":{"tags":["Bursary"],"operationId":"DeleteBursarySchoolBillDeleteTermRecord","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["admission_number"],"properties":{"admission_number":{"type":"string"},"term":{"type":["string","null"]},"session":{"type":["string","null"]}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/tuition-fee":{"get":{"tags":["Bursary"],"operationId":"GetBursaryTuitionFee","parameters":[{"name":"admission-number","in":"query","required":true,"schema":{"type":"string"}},{"name":"term","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Bursary.TuitionFeeData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/tuition-fee/cache":{"post":{"tags":["Bursary"],"operationId":"PostBursaryTuitionFeeCache","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["admission_number"],"properties":{"admission_number":{"type":"string"},"term":{"type":["string","null"]},"session":{"type":["string","null"]}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/finance-preferences/data":{"get":{"tags":["Bursary"],"operationId":"GetBursaryFinancePreferencesData","parameters":[{"name":"session","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancePreferencesData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/finance-preferences/save":{"post":{"tags":["Bursary"],"operationId":"PostBursaryFinancePreferencesSave","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["data"],"properties":{"session":{"type":["string","null"]},"data":{"$ref":"#/components/schemas/FinancePreferencesData"}}}}},"required":true},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/bursary/class-data-breakdown":{"get":{"tags":["Bursary"],"operationId":"GetBursaryClassDataBreakdown","parameters":[{"name":"term","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Bursary.ClassDataBreakdown"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/student/report-sheet":{"get":{"tags":["Student"],"operationId":"GetStudentReportSheet","parameters":[{"name":"admission-number","in":"query","required":false,"schema":{"type":"string"}},{"name":"context","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}},{"name":"term","in":"query","required":false,"schema":{"type":"string"}},{"name":"show-rasterized","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReportSheets"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/student/available-report-sheets":{"get":{"tags":["Student"],"operationId":"GetStudentAvailableReportSheets","parameters":[{"name":"admission-number","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AvailableReportSheet"}}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/student/school-bill":{"get":{"tags":["Student"],"operationId":"GetStudentSchoolBill","parameters":[{"name":"admission-number","in":"query","required":false,"schema":{"type":"string"}},{"name":"term","in":"query","required":false,"schema":{"type":"string"}},{"name":"session","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Bursary.SchoolBillData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}},"security":[{"bearerAuth":[]}]}},"/frontend-deployment/data":{"get":{"tags":["Developers"],"operationId":"GetFrontendDeploymentData","responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FrontendDeploymentData"}}}},"400":{"$ref":"#/components/responses/BadRequest"}}}},"/developers/database/connections/stats":{"get":{"tags":["Developers"],"operationId":"GetDevelopersDatabaseConnectionsStats","responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PoolStats"}}}},"400":{"$ref":"#/components/responses/BadRequest"}}}},"/developers/database/connections/reset":{"get":{"tags":["Developers"],"operationId":"GetDevelopersDatabaseConnectionsReset","responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MessageResponse"}}}},"400":{"$ref":"#/components/responses/BadRequest"}}}}},"components":{"schemas":{"AdminClassMetadata":{"type":"object","required":["class_edit","subjects_edit"],"properties":{"class_edit":{"$ref":"#/components/schemas/ClassEdit"},"subjects_edit":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/SubjectEdit"},"propertyNames":{"type":"string"}}}},"AdminMetadata":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/AdminClassMetadata"},"propertyNames":{"type":"string"}},"Admission.Cbt.Question":{"type":"object","required":["question_number","question","option_a","option_b","option_c","option_d","option_e","correct_option"],"properties":{"question_number":{"type":"integer","format":"int32","minimum":0},"question":{"type":"string"},"option_a":{"type":"string"},"option_b":{"type":"string"},"option_c":{"type":"string"},"option_d":{"type":"string"},"option_e":{"type":"string"},"correct_option":{"type":"string"}}},"Admission.DashboardData":{"type":"object","required":["default_entry","entries","current_session","scopes"],"properties":{"default_entry":{"type":"string"},"entries":{"type":"array","items":{"type":"string"}},"current_session":{"type":"string"},"scopes":{"type":"array","items":{"$ref":"#/components/schemas/Scope"}}}},"Admission.EntranceExamination.Score":{"type":"object","required":["overview","sheet"],"properties":{"overview":{"$ref":"#/components/schemas/Admission.EntranceExamination.ScoreOverview"},"sheet":{"type":"array","items":{"$ref":"#/components/schemas/Admission.EntranceExamination.ScoreSheetQuestion"}}}},"Admission.EntranceExamination.ScoreOverview":{"type":"object","required":["score","total"],"properties":{"score":{"type":"number","format":"double"},"total":{"type":"number","format":"double"}}},"Admission.EntranceExamination.ScoreSheetQuestion":{"type":"object","required":["question_number","shuffle_number","selected_option","correct_option","is_correct"],"properties":{"question_number":{"type":"integer","format":"int32","minimum":0},"shuffle_number":{"type":"integer","format":"int32","minimum":0},"selected_option":{"type":"string"},"correct_option":{"type":"string"},"is_correct":{"type":"boolean"}}},"Admission.EntranceExamination.Scores":{"type":"object","required":["overview","scores"],"properties":{"overview":{"$ref":"#/components/schemas/Admission.EntranceExamination.ScoreOverview"},"scores":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/Admission.EntranceExamination.Score"},"propertyNames":{"type":"string"}}}},"Admission.ResultData":{"type":"object","required":["subjects","scores","total","aggregate","comment"],"properties":{"subjects":{"type":"array","items":{"type":"string"}},"scores":{"type":"object","additionalProperties":{"type":"number","format":"double"},"propertyNames":{"type":"string"}},"total":{"type":"number","format":"double"},"aggregate":{"type":"number","format":"double"},"status":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/Admission.ResultStatus"}]},"comment":{"type":"string"}}},"Admission.ResultStatus":{"type":"string","enum":["Admitted","Concession","Resit","NotAdmitted"]},"AvailableReportSheet":{"type":"object","required":["session","term","context","reportSheetData"],"properties":{"session":{"type":"string"},"term":{"type":"string"},"context":{"$ref":"#/components/schemas/Context"},"reportSheetData":{"$ref":"#/components/schemas/ReportSheets"}}},"AvailableResult":{"type":"object","required":["session","term","context"],"properties":{"session":{"type":"string"},"term":{"type":"string"},"context":{"$ref":"#/components/schemas/Context"}}},"Bursary.ClassData":{"type":"object","required":["expected_revenue","generated_revenue","outstanding_revenue","total_deposit"],"properties":{"expected_revenue":{"type":"integer","format":"int32"},"generated_revenue":{"type":"integer","format":"int32"},"outstanding_revenue":{"type":"integer","format":"int32"},"total_deposit":{"type":"integer","format":"int32"}}},"Bursary.ClassDataBreakdown":{"type":"object","required":["breakdown","summary"],"properties":{"breakdown":{"type":"array","items":{"$ref":"#/components/schemas/Bursary.ClassDivisionDataBreakdown"}},"summary":{"$ref":"#/components/schemas/Bursary.SchoolData"}}},"Bursary.ClassDivisionDataBreakdown":{"type":"object","required":["class","class_division","data","summary"],"properties":{"class":{"type":"string"},"class_division":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/Bursary.StudentClassDataBreakdown"}},"summary":{"$ref":"#/components/schemas/Bursary.ClassData"}}},"Bursary.SchoolBillData":{"type":"object","required":["session","term","bill_items","tuition_fee","template_code","showBillItemsAmount","note","date","profile","school"],"properties":{"session":{"type":"string"},"term":{"type":"string"},"bill_items":{"$ref":"#/components/schemas/Bursary.SchoolBillItems"},"tuition_fee":{"$ref":"#/components/schemas/Bursary.TuitionFeeData"},"template_code":{"type":"string"},"showBillItemsAmount":{"type":"boolean"},"note":{"type":"string"},"date":{"type":"string"},"profile":{"$ref":"#/components/schemas/StudentProfile"},"school":{"$ref":"#/components/schemas/Bursary.SchoolBillSchoolSharedData"}}},"Bursary.SchoolBillItems":{"type":"object","required":["items","term_amount_to_pay","outstanding_debt","brought_forward","actual_cost"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TermTransaction"}},"term_amount_to_pay":{"type":"integer","format":"int32"},"outstanding_debt":{"type":"integer","format":"int32"},"brought_forward":{"type":"integer","format":"int32"},"actual_cost":{"type":"integer","format":"int32"}}},"Bursary.SchoolBillSchoolSharedData":{"type":"object","required":["name","logo","address","motto"],"properties":{"name":{"type":"string"},"logo":{"type":"string"},"address":{"type":"string"},"motto":{"type":"string"}}},"Bursary.SchoolData":{"type":"object","required":["expected_revenue","generated_revenue","outstanding_revenue","total_deposit","percentage_generated_revenue","percentage_outstanding_revenue"],"properties":{"expected_revenue":{"type":"integer","format":"int32"},"generated_revenue":{"type":"integer","format":"int32"},"outstanding_revenue":{"type":"integer","format":"int32"},"total_deposit":{"type":"integer","format":"int32"},"percentage_generated_revenue":{"type":"number","format":"double"},"percentage_outstanding_revenue":{"type":"number","format":"double"}}},"Bursary.StudentClassDataBreakdown":{"type":"object","required":["admission_number","name","class_data"],"properties":{"admission_number":{"type":"string"},"name":{"type":"string"},"class_data":{"$ref":"#/components/schemas/Bursary.ClassData"}}},"Bursary.TuitionFeeData":{"type":"object","required":["actual","total","concession","cost","discount","outstanding_debt","amount_to_pay","description"],"properties":{"actual":{"type":"integer","format":"int32"},"total":{"type":"integer","format":"int32"},"concession":{"type":"integer","format":"int32"},"cost":{"type":"integer","format":"int32"},"discount":{"type":"integer","format":"int32"},"outstanding_debt":{"type":"integer","format":"int32"},"amount_to_pay":{"type":"integer","format":"int32"},"description":{"$ref":"#/components/schemas/Bursary.TuitionFeeDescription"}}},"Bursary.TuitionFeeDescription":{"type":"object","required":["concession","actual"],"properties":{"concession":{"type":"integer","format":"int32"},"actual":{"type":"integer","format":"int32"}}},"Category":{"type":"string","enum":["Numeric","Textual"]},"Cayo":{"type":"object","required":["organization","office_held","contribution"],"properties":{"organization":{"type":"string"},"office_held":{"type":"string"},"contribution":{"type":"string"}}},"ClassEdit":{"type":"object","required":["class","class_division","number_recorded","number_of_students"],"properties":{"class":{"type":"string"},"class_division":{"type":"string"},"number_recorded":{"type":"integer","format":"int32","minimum":0},"last_recorded":{"type":["string","null"]},"number_of_students":{"type":"integer","format":"int32","minimum":0}}},"Clearance":{"type":"string","enum":["icitify-dev","school-admin","branch-admin","head_of_academics","staff-admin","bursar","bursary_department","staff-user","teacher","parent","student"]},"Context":{"type":"string","enum":["mid-term","exam"]},"DashboardData":{"type":"object","required":["currentSession","currentTerm","admission","greeting","activeStaff","activeStudents","activeParents","studentHasParentPercentage","lastUsersOnlineHistoryData","bursarySchoolData"],"properties":{"currentSession":{"type":"string"},"currentTerm":{"type":"string"},"admission":{"$ref":"#/components/schemas/Admission.DashboardData"},"greeting":{"type":"string"},"activeStaff":{"type":"integer","minimum":0},"activeStudents":{"type":"integer","minimum":0},"activeParents":{"type":"integer","minimum":0},"studentHasParentPercentage":{"type":"number","format":"double"},"lastUsersOnlineHistoryData":{"type":"array","items":{"$ref":"#/components/schemas/DashboardDataLastUsersOnlineHistory"}},"bursarySchoolData":{"type":"object","additionalProperties":{"type":"number","format":"double"},"propertyNames":{"type":"string","enum":["expected_revenue","generated_revenue","outstanding_revenue","total_deposit","percentage_generated_revenue","percentage_outstanding_revenue"]}},"accounts":{"type":["array","null"],"items":{"$ref":"#/components/schemas/DashboardDataAccount"}},"student":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/StudentProfile"}]},"numberInClass":{"type":["integer","null"],"minimum":0},"ledgerRecords":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/LedgerSummary"}]},"availableResults":{"type":["array","null"],"items":{"$ref":"#/components/schemas/AvailableResult"}},"classTeacher":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/TeacherProfile"}]}}},"DashboardDataAccount":{"type":"object","required":["relationship","user","student","ledgerRecords"],"properties":{"relationship":{"type":"string"},"user":{"$ref":"#/components/schemas/Profile"},"student":{"$ref":"#/components/schemas/StudentProfile"},"ledgerRecords":{"$ref":"#/components/schemas/Ledger"}}},"DashboardDataLastUsersOnlineHistory":{"type":"object","required":["numberOfUsers","time"],"properties":{"numberOfUsers":{"type":"integer","minimum":0},"time":{"type":"string"}}},"Error":{"type":"object","required":["error"],"properties":{"error":{"type":"string"}}},"FinancePreferencesData":{"type":"object","required":["tuition_fees_catalog","fixed_payment_items"],"properties":{"tuition_fees_catalog":{"$ref":"#/components/schemas/TuitionFeesCatalog"},"fixed_payment_items":{"type":"array","items":{"$ref":"#/components/schemas/FixedPaymentItem"}}}},"FixedPaymentItem":{"type":"object","required":["id","label","category","amount"],"properties":{"id":{"type":"string"},"label":{"type":"string"},"category":{"$ref":"#/components/schemas/PaymentItemCategory"},"amount":{"type":"integer","format":"int32"}}},"FrontendDeploymentData":{"type":"object","required":["commit_hash","message","created_at"],"properties":{"commit_hash":{"type":"string"},"message":{"type":"string"},"created_at":{"type":"string"}}},"GeneralSettings":{"type":"object","required":["nodeId","currentSession","currentTerm","name","logo","backgroundImage","fontFamily","themeColor","darkenThemeColor","lightenThemeColor","fontSize","manifest","app","host","documentRoot"],"properties":{"nodeId":{"type":"string"},"currentSession":{"type":"string"},"currentTerm":{"type":"string"},"name":{"type":"string"},"logo":{"type":"string"},"backgroundImage":{"type":"string"},"fontFamily":{"type":"string"},"themeColor":{"type":"string"},"darkenThemeColor":{"type":"string"},"lightenThemeColor":{"type":"string"},"fontSize":{"type":"string"},"manifest":{"$ref":"#/components/schemas/UpdateMetadata"},"app":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"host":{"$ref":"#/components/schemas/ServerHost"},"documentRoot":{"type":"string"}}},"GroupedObservableTrait":{"oneOf":[{"type":"object","required":["elements","is_grouped"],"properties":{"elements":{"type":"object","additionalProperties":{},"propertyNames":{"type":"string"}},"is_grouped":{"type":"boolean"}}},{}]},"InitialLoadData":{"type":"object","required":["portal","profile","newNotifications","aliases","dashboardData","frontendDeploymentLastCommitHash","menuItems","schoolBranches","settings","scopes","clearances"],"properties":{"portal":{"type":"string"},"profile":{"$ref":"#/components/schemas/Profile"},"newNotifications":{"$ref":"#/components/schemas/NewNotifications"},"aliases":{"$ref":"#/components/schemas/ValuesMap"},"dashboardData":{"$ref":"#/components/schemas/DashboardData"},"frontendDeploymentLastCommitHash":{"type":"string"},"menuItems":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/MenuItem"},"propertyNames":{"type":"string","enum":["Academics","Admin","Bursary","Admissions","LessonNotes","ApproveLessonNotes","Developers","Tools"]}},"schoolBranches":{"type":"array","items":{"type":"string"}},"settings":{"$ref":"#/components/schemas/SchoolValues"},"scopes":{"type":"array","items":{"$ref":"#/components/schemas/Clearance"}},"clearances":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string","enum":["icitify-dev","school-admin","branch-admin","head_of_academics","staff-admin","bursar","bursary_department","staff-user","teacher","parent","student"]}}}},"Ledger":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/SessionData"},"propertyNames":{"type":"string"}},"LedgerSummary":{"type":"object","required":["brought_forward","brought_forward_deposit","outstanding","carried_forward","carried_forward_deposit","balance","transactions_count","total_debit","total_credit","amount_paid","term_amount_to_pay","actual_cost"],"properties":{"brought_forward":{"type":"integer","format":"int32"},"brought_forward_deposit":{"type":"integer","format":"int32"},"outstanding":{"type":"integer","format":"int32"},"carried_forward":{"type":"integer","format":"int32"},"carried_forward_deposit":{"type":"integer","format":"int32"},"balance":{"type":"integer","format":"int32"},"transactions_count":{"type":"integer","minimum":0},"total_debit":{"type":"integer","format":"int32"},"total_credit":{"type":"integer","format":"int32"},"amount_paid":{"type":"integer","format":"int32"},"term_amount_to_pay":{"type":"integer","format":"int32"},"actual_cost":{"type":"integer","format":"int32"}}},"MenuIcon":{"type":"object","required":["type","class"],"properties":{"type":{"$ref":"#/components/schemas/MenuIconType"},"class":{"type":"string"}}},"MenuIconType":{"type":"string","enum":["fas","fab"]},"MenuItem":{"type":"object","required":["title","icon","submenu"],"properties":{"title":{"type":"string"},"icon":{"$ref":"#/components/schemas/MenuIcon"},"submenu":{"type":"array","items":{"$ref":"#/components/schemas/SubmenuItem"}}}},"MessageResponse":{"type":"object","required":["message"],"properties":{"message":{"type":"string"}}},"NewNotifications":{"type":"object","required":["messages","notifications"],"properties":{"messages":{"type":"integer","minimum":0},"notifications":{"type":"integer","minimum":0}}},"OrderedSubjectType":{"oneOf":[{"type":"object","required":["type"],"properties":{"type":{"type":"string","enum":["Ungrouped"]}}},{"type":"object","required":["subjects","type"],"properties":{"subjects":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["Grouped"]}}}]},"Payload":{"type":"object","required":["username","password"],"properties":{"username":{"type":"string"},"password":{"type":"string"}}},"PaymentItem":{"type":"object","required":["id","value","label","type","lsn","category"],"properties":{"id":{"type":"string"},"value":{"type":"string"},"label":{"type":"string"},"type":{"$ref":"#/components/schemas/PaymentItemType"},"lsn":{"type":"string"},"category":{"$ref":"#/components/schemas/PaymentItemCategory"},"amount":{"type":["integer","null"],"format":"int32"}}},"PaymentItemCategory":{"type":"string","enum":["fixed","unfixed","defined","compulsory"]},"PaymentItemType":{"type":"string","enum":["termly","annually","extra"]},"PoolStats":{"type":"object","required":["total","idle","acquisition_time"],"properties":{"total":{"type":"integer","format":"int32","minimum":0},"idle":{"type":"integer","minimum":0},"acquisition_time":{"type":"string"}}},"Profile":{"type":"object","required":["uid","branch","userId","username","activeStatus","name","phoneNumber","clearance","dp","description","has_student_account","has_teacher_account"],"properties":{"uid":{"type":"integer","format":"int32","minimum":0},"branch":{"type":"string"},"userId":{"type":"string"},"username":{"type":"string"},"activeStatus":{"type":"string"},"name":{"type":"string"},"admission_number":{"type":["string","null"]},"tid":{"type":["integer","null"],"format":"int32"},"email":{"type":["string","null"]},"phoneNumber":{"type":"string"},"clearance":{"$ref":"#/components/schemas/Clearance"},"dp":{"type":"string"},"signature":{"type":["string","null"]},"description":{"type":"string"},"has_student_account":{"type":"boolean"},"has_teacher_account":{"type":"boolean"}}},"PromotionalStatus":{"type":"object","required":["promoted","promotedOnConcession","repeated","class","phrase","status"],"properties":{"promoted":{"type":"boolean"},"promotedOnConcession":{"type":"boolean"},"repeated":{"type":"boolean"},"class":{"type":"string"},"phrase":{"type":"string"},"status":{"type":"string"}}},"QuranMemorizationRemarks":{"type":"object","required":["id","branch","session","term","admission_number","juz_id","reading_ability","remark","timestamp"],"properties":{"id":{"type":"integer","format":"int32"},"branch":{"type":"string"},"session":{"type":"string"},"term":{"type":"string"},"admission_number":{"type":"string"},"juz_id":{"type":"string"},"reading_ability":{"type":"string"},"remark":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"ReportSheet":{"oneOf":[{"type":"object","required":["rasterized","result","observableTraits","notiAbsent","notiPresent","noto","percentageAttendance","notiLate","notiPunctual","admissionNumber","student","class","classDivision","positionInClass","positionInClassDivision","teacherRemark","headOfAcademicsComment","cayo","promotionalStatus","groupedObservableTraits","observableTraitGroups"],"properties":{"rasterized":{"type":"boolean"},"result":{},"observableTraits":{},"notiAbsent":{"type":"integer","format":"int32","minimum":0},"notiPresent":{"type":"integer","format":"int32"},"noto":{"type":"integer","format":"int32","minimum":0},"percentageAttendance":{"type":"number","format":"double"},"notiLate":{"type":"integer","format":"int32","minimum":0},"notiPunctual":{"type":"integer","format":"int32"},"admissionNumber":{"type":"string"},"student":{"$ref":"#/components/schemas/StudentProfile"},"class":{"type":"string"},"classDivision":{"type":"string"},"positionInClass":{"type":"integer","minimum":0},"positionInClassDivision":{"type":"integer","minimum":0},"teacherRemark":{"type":"string"},"headOfAcademicsComment":{"type":"string"},"cayo":{"type":"array","items":{"$ref":"#/components/schemas/Cayo"}},"promotionalStatus":{"$ref":"#/components/schemas/PromotionalStatus"},"groupedObservableTraits":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/GroupedObservableTrait"},"propertyNames":{"type":"string"}},"observableTraitGroups":{},"quranMemorization":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/QuranMemorizationRemarks"}]}}},{"type":"object","required":["rasterized","pdfUrl","pdfImageUrl","pdfAdmissionNumbers"],"properties":{"rasterized":{"type":"boolean"},"pdfUrl":{"type":"string"},"pdfImageUrl":{"type":"string"},"pdfAdmissionNumbers":{"type":"array","items":{"type":"string"}}}}]},"ReportSheets":{"type":"object","required":["metadata","reportSheets"],"properties":{"metadata":{"$ref":"#/components/schemas/ReportSheetsMetadata"},"reportSheets":{"type":"array","items":{"$ref":"#/components/schemas/ReportSheet"}}}},"ReportSheetsHoaProfile":{"type":"object","required":["name","signature","title"],"properties":{"name":{"type":"string"},"signature":{"type":"string"},"title":{"type":"string"}}},"ReportSheetsMetadata":{"type":"object","required":["session","term","rasterized","notRasterized","school","next_term_resumption","next_term_vacation","noto","report_sheet_date_printed","context","headOfAcademics","useStamp","stamp","affectiveDomainGrade","affectiveDomainLevel","ajza","timePrinted","classData"],"properties":{"session":{"type":"string"},"term":{"type":"string"},"rasterized":{"type":"array","items":{"type":"string"}},"notRasterized":{"type":"array","items":{"type":"string"}},"school":{"$ref":"#/components/schemas/ReportSheetsMetadataSchool"},"next_term_resumption":{"type":"string"},"next_term_vacation":{"type":"string"},"noto":{"type":"integer","format":"int32","minimum":0},"report_sheet_date_printed":{"type":"string"},"context":{"$ref":"#/components/schemas/Context"},"headOfAcademics":{"$ref":"#/components/schemas/ReportSheetsHoaProfile"},"useStamp":{"type":"boolean"},"stamp":{"type":"string"},"affectiveDomainGrade":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"affectiveDomainLevel":{"type":"object","additionalProperties":{"type":"integer","format":"int32","minimum":0},"propertyNames":{"type":"string"}},"ajza":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"integer","format":"int32"}},"timePrinted":{"type":"string"},"classData":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ReportSheetsMetadataClassData"},"propertyNames":{"type":"string"}},"propertyNames":{"type":"string"}}}},"ReportSheetsMetadataClassData":{"type":"object","required":["studentsInClass","studentsInClassDivision","resultParams","markObtainable","orderedSubjectList","gradesDescription","templateCode","observableTraitsArray","showPosition"],"properties":{"studentsInClass":{"type":"integer","minimum":0},"studentsInClassDivision":{"type":"integer","minimum":0},"teacher":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/ReportSheetsMetadataClassTeacher"}]},"resultParams":{"$ref":"#/components/schemas/ResultParamSchemaObject"},"markObtainable":{"type":"integer","format":"int32","minimum":0},"orderedSubjectList":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/OrderedSubjectType"},"propertyNames":{"type":"string"}},"gradesDescription":{"type":"string"},"templateCode":{"type":"string"},"observableTraitsArray":{},"showPosition":{"type":"boolean"}}},"ReportSheetsMetadataClassTeacher":{"type":"object","required":["name","signature"],"properties":{"name":{"type":"string"},"signature":{"type":"string"}}},"ReportSheetsMetadataSchool":{"type":"object","required":["name","logo","address","emailAddress","motto","mobileContacts","fontFamily","fontWeight","fontSize","themeColor","usesQuranMemorization"],"properties":{"name":{"type":"string"},"logo":{"type":"string"},"address":{"type":"string"},"emailAddress":{"type":"string"},"motto":{"type":"string"},"mobileContacts":{"type":"string"},"fontFamily":{"type":"string"},"fontWeight":{"type":"string"},"fontSize":{"type":"string"},"themeColor":{"type":"string"},"usesQuranMemorization":{"type":"boolean"}}},"RequestBody":{"type":"object","required":["login","profile"],"properties":{"login":{"$ref":"#/components/schemas/SuccessfulLogin"},"profile":{"$ref":"#/components/schemas/Profile"}}},"ResultParamSchemaNode":{"type":"object","required":["name","type"],"properties":{"name":{"type":"string"},"type":{"type":"string"},"mark_obtainable":{"type":["integer","null"],"format":"int32","minimum":0},"formula":{"type":["string","null"]},"field":{"type":["string","null"]},"hidden":{"type":["boolean","null"]}}},"ResultParamSchemaObject":{"type":"object","required":["category","nodes","visibleNodes"],"properties":{"category":{"$ref":"#/components/schemas/Category"},"nodes":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ResultParamSchemaNode"},"propertyNames":{"type":"string"}},"visibleNodes":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ResultParamSchemaNode"},"propertyNames":{"type":"string"}}}},"SchoolValues":{"type":"object","required":["name","session","term","fontFamily","fontWeight","fontSize","defaultTitle","logo","backgroundImage","address","motto","emailAddress","mobileContacts","abbreviatedName","paymentItems","usesSplittedTuition","usesMidTerm","usesStaffTuitionFee","hasAdmissionPortal","usesBulkReceipt","showSchoolBill","showIndividualLedger","usesCompulsoryPaymentFirst","usesCompulsoryBasedPayment","tuitionFeeBenchmark","usesQuranMemorization","schoolType","classes","classArms","departments","courses","themeColor","houses","headOfAcademicsTitle","reportSheetPrecision","showPosition","schoolBillNote"],"properties":{"name":{"type":"string"},"session":{"type":"string"},"term":{"type":"string"},"fontFamily":{"type":"string"},"fontWeight":{"type":"string"},"fontSize":{"type":"string"},"defaultTitle":{"type":"string"},"logo":{"type":"string"},"backgroundImage":{"type":"string"},"address":{"type":"string"},"motto":{"type":"string"},"emailAddress":{"type":"string"},"mobileContacts":{"type":"string"},"abbreviatedName":{"type":"string"},"paymentItems":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/PaymentItem"},"propertyNames":{"type":"string"}},"usesSplittedTuition":{"type":"boolean"},"usesMidTerm":{"type":"boolean"},"usesStaffTuitionFee":{"type":"boolean"},"hasAdmissionPortal":{"type":"boolean"},"usesBulkReceipt":{"type":"boolean"},"showSchoolBill":{"type":"boolean"},"showIndividualLedger":{"type":"boolean"},"usesCompulsoryPaymentFirst":{"type":"boolean"},"usesCompulsoryBasedPayment":{"type":"boolean"},"tuitionFeeBenchmark":{"type":"array","items":{"type":"string"}},"usesQuranMemorization":{"type":"boolean"},"schoolType":{"type":"array","items":{"type":"string"}},"classes":{"type":"array","items":{"type":"string"}},"classArms":{"type":"array","items":{"type":"string"}},"departments":{"type":"array","items":{"type":"string"}},"courses":{"type":"array","items":{"type":"string"}},"themeColor":{"type":"string"},"houses":{"type":"array","items":{"type":"string"}},"headOfAcademicsTitle":{"type":"string"},"reportSheetPrecision":{"type":"integer","minimum":0},"showPosition":{"type":"boolean"},"schoolBillNote":{"type":"string"}}},"Scope":{"type":"string","enum":["Day","Boarding"]},"ServerHost":{"type":"object","required":["hostname","ip"],"properties":{"hostname":{"type":"string"},"ip":{"type":"string"}}},"SessionData":{"type":"object","required":["terms","total_debit","total_credit","balance","transactions_count","rowspan"],"properties":{"terms":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/TermData"},"propertyNames":{"type":"string"}},"total_debit":{"type":"integer","format":"int32"},"total_credit":{"type":"integer","format":"int32"},"balance":{"type":"integer","format":"int32"},"transactions_count":{"type":"integer","minimum":0},"rowspan":{"type":"integer","minimum":0}}},"StudentProfile":{"type":"object","required":["branch","session","admission_number","registration_number","name","surname","first_name","other_names","class","class_arm","department","class_division","course","dp","sex","house","year_of_admission","date_of_admission","finance_category","parent_status","status","date_of_birth","phone_number","has_user_account"],"properties":{"branch":{"type":"string"},"session":{"type":"string"},"admission_number":{"type":"string"},"registration_number":{"type":"string"},"name":{"type":"string"},"surname":{"type":"string"},"first_name":{"type":"string"},"other_names":{"type":"string"},"class":{"type":"string"},"class_arm":{"type":"string"},"department":{"type":"string"},"class_division":{"type":"string"},"course":{"type":"string"},"dp":{"type":"string"},"sex":{"type":"string"},"house":{"type":"string"},"year_of_admission":{"type":"string"},"date_of_admission":{"type":"integer","format":"int64","minimum":0},"finance_category":{"type":"string"},"parent_status":{"type":"string"},"status":{"type":"string"},"date_of_birth":{"type":"integer","format":"int64","minimum":0},"phone_number":{"type":"string"},"has_user_account":{"type":"boolean"},"user_id":{"type":["string","null"]}}},"SubjectData":{"$ref":"#/components/schemas/Subjects"},"SubjectEdit":{"type":"object","required":["class","class_division","subject","number_recorded","number_of_students"],"properties":{"class":{"type":"string"},"class_division":{"type":"string"},"subject":{"type":"string"},"number_recorded":{"type":"integer","format":"int32","minimum":0},"number_of_students":{"type":"integer","format":"int32","minimum":0}}},"SubjectGroup":{"type":"object","required":["group","added_by","sort_order","time"],"properties":{"group":{"type":"string"},"added_by":{"type":"string"},"sort_order":{"type":"integer","format":"int32","minimum":0},"time":{"type":"integer","format":"int64"}}},"SubjectGroupData":{"$ref":"#/components/schemas/SubjectGroups"},"SubjectGroups":{"type":"object","required":["id","branch","group","added_by","sort_order","time"],"properties":{"id":{"type":"integer","format":"int32"},"branch":{"type":"string"},"group":{"type":"string"},"added_by":{"type":"string"},"sort_order":{"type":"integer","format":"int32"},"time":{"type":"integer","format":"int32"}}},"SubjectList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/SubjectObject"}},"propertyNames":{"type":"string","enum":["junior","senior"]}},"SubjectObject":{"type":"object","required":["branch","subject","group","added_by","sort_order","time"],"properties":{"branch":{"type":"string"},"subject":{"type":"string"},"group":{"type":"string"},"added_by":{"type":"string"},"sort_order":{"type":"integer","format":"int32","minimum":0},"time":{"type":"integer","format":"int64","minimum":0}}},"Subjects":{"type":"object","required":["id","branch","section","subject","group","added_by","sort_order","time"],"properties":{"id":{"type":"integer","format":"int32"},"branch":{"type":"string"},"section":{"type":"string"},"subject":{"type":"string"},"group":{"type":"string"},"added_by":{"type":"string"},"sort_order":{"type":"integer","format":"int32"},"time":{"type":"integer","format":"int32"}}},"SubmenuItem":{"type":"object","required":["title","icon","new_tab"],"properties":{"title":{"type":"string"},"link":{"type":["string","null"]},"route":{"type":["string","null"]},"target":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/SubmenuTarget"}]},"download":{"type":["string","null"]},"icon":{"$ref":"#/components/schemas/MenuIcon"},"new_tab":{"type":"boolean"}}},"SubmenuTarget":{"type":"string","enum":["Desktop","Mobile"]},"SuccessfulLogin":{"type":"object","required":["user_id","branch","token"],"properties":{"user_id":{"type":"string"},"branch":{"type":"string"},"token":{"type":"string"}}},"TeacherMetadata":{"type":"object","required":["subjects_edit"],"properties":{"class_edit":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/ClassEdit"}]},"subjects_edit":{"type":"array","items":{"$ref":"#/components/schemas/SubjectEdit"}}}},"TeacherProfile":{"type":"object","required":["tid","branch","name","username","description","qualification","phone_number","signature","sex","marital_status","has_user_account","dp"],"properties":{"tid":{"type":"integer","format":"int32"},"branch":{"type":"string"},"name":{"type":"string"},"username":{"type":"string"},"description":{"type":"string"},"qualification":{"type":"string"},"phone_number":{"type":"string"},"signature":{"type":"string"},"sex":{"type":"string"},"marital_status":{"type":"string"},"has_user_account":{"type":"boolean"},"user_id":{"type":["string","null"]},"dp":{"type":"string"}}},"TermData":{"type":"object","required":["brought_forward","brought_forward_deposit","outstanding","transactions","carried_forward","carried_forward_deposit","balance","transactions_count","total_debit","total_credit","amount_paid","term_amount_to_pay","actual_cost","rowspan"],"properties":{"brought_forward":{"type":"integer","format":"int32"},"brought_forward_deposit":{"type":"integer","format":"int32"},"outstanding":{"type":"integer","format":"int32"},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/TermTransaction"}},"carried_forward":{"type":"integer","format":"int32"},"carried_forward_deposit":{"type":"integer","format":"int32"},"balance":{"type":"integer","format":"int32"},"transactions_count":{"type":"integer","minimum":0},"total_debit":{"type":"integer","format":"int32","description":"Amount owed from the beginning of the session to the term"},"total_credit":{"type":"integer","format":"int32","description":"Amount paid from the beginning of the session to the term"},"amount_paid":{"type":"integer","format":"int32","description":"Amount paid for just the term"},"term_amount_to_pay":{"type":"integer","format":"int32"},"actual_cost":{"type":"integer","format":"int32"},"rowspan":{"type":"integer","minimum":0}}},"TermTransaction":{"type":"object","required":["amount","type","transaction_number","description","balance_type","balance","discount","payment_item_id","payment_item_type","time"],"properties":{"amount":{"type":"integer","format":"int32"},"type":{"$ref":"#/components/schemas/TransactionType"},"transaction_number":{"type":"string"},"description":{"type":"string"},"balance_type":{"type":"string"},"balance":{"type":"integer","format":"int32"},"discount":{"type":"integer","format":"int32"},"payment_item_id":{"type":"string"},"payment_item_type":{"$ref":"#/components/schemas/PaymentItemType"},"time":{"type":"integer","format":"int64"}}},"TransactionType":{"type":"string","enum":["Credit","Debit"]},"TuitionFeesCatalog":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/TuitionFeesCatalogData"}},"propertyNames":{"type":"string"}},"TuitionFeesCatalogData":{"type":"object","required":["class","finance_course","data"],"properties":{"class":{"type":"string"},"finance_course":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"integer","format":"int32"},"propertyNames":{"type":"string","enum":["First Term","Second Term","Third Term"]}}}},"UpdateMetadata":{"type":"object","required":["version"],"properties":{"version":{"type":"string"}}},"UrlToPdfResponse":{"type":"object","required":["url","pdfUrl","path","requestedNumberOfPages","actualNumberOfPages","scale","timeElapsed"],"properties":{"url":{"type":"string"},"pdfUrl":{"type":"string"},"path":{"type":"string"},"requestedNumberOfPages":{"type":"integer","format":"int32","minimum":0},"actualNumberOfPages":{"type":"integer","format":"int32","minimum":0},"scale":{"type":"number","format":"double"},"timeElapsed":{"type":"string"}}},"ValuesMap":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}}},"responses":{"BadRequest":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"},"example":{"error":"Your request parameters are invalid."}}}}},"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"tags":[{"name":"User"},{"name":"Academics"},{"name":"Admin"},{"name":"Bursary"},{"name":"Admission"},{"name":"Student"},{"name":"Utils"},{"name":"Developers"}]},"readuUpgggg":{"openapi":"3.0.3","info":{"title":"Prowoks Application API","version":"1.0.0","description":"Prowoks API Doc","contact":{"name":"Daniel Ale","email":"daniel.ale@prunedge.com"}},"paths":{"/api/schema/":{"get":{"operationId":"api_schema_retrieve","description":"OpenApi3 schema for this API. Format can be selected via content negotiation.\n\n- YAML: application/vnd.oai.openapi\n- JSON: application/vnd.oai.openapi+json","parameters":[{"in":"query","name":"format","schema":{"type":"string","enum":["json","yaml"]}},{"in":"query","name":"lang","schema":{"type":"string","enum":["af","ar","ar-dz","ast","az","be","bg","bn","br","bs","ca","cs","cy","da","de","dsb","el","en","en-au","en-gb","eo","es","es-ar","es-co","es-mx","es-ni","es-ve","et","eu","fa","fi","fr","fy","ga","gd","gl","he","hi","hr","hsb","hu","hy","ia","id","ig","io","is","it","ja","ka","kab","kk","km","kn","ko","ky","lb","lt","lv","mk","ml","mn","mr","ms","my","nb","ne","nl","nn","os","pa","pl","pt","pt-br","ro","ru","sk","sl","sq","sr","sr-latn","sv","sw","ta","te","tg","th","tk","tr","tt","udm","uk","ur","uz","vi","zh-hans","zh-hant"]}}],"tags":["api"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/vnd.oai.openapi":{"schema":{"type":"object","additionalProperties":{}}},"application/yaml":{"schema":{"type":"object","additionalProperties":{}}},"application/vnd.oai.openapi+json":{"schema":{"type":"object","additionalProperties":{}}},"application/json":{"schema":{"type":"object","additionalProperties":{}}}},"description":""}}}},"/api/v1/accounts/":{"get":{"operationId":"accounts_list","parameters":[{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"modules","schema":{"type":"array","items":{"type":"array","items":{"enum":["GMM","EMM","WMM","BMM","DMM"],"type":"string","description":"* `GMM` - GMM\n* `EMM` - EMM\n* `WMM` - WMM\n* `BMM` - BMM\n* `DMM` - DMM"}}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"string","enum":["ACTIVE","DEACTIVATED","SUSPENDED"]},"description":"* `ACTIVE` - ACTIVE\n* `SUSPENDED` - SUSPENDED\n* `DEACTIVATED` - DEACTIVATED"}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedStateList"}}},"description":""}}},"post":{"operationId":"accounts_create","description":"This endpoint signup tenant","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/AccountRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/AccountRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}},"description":""}}}},"/api/v1/accounts/{id}/":{"get":{"operationId":"accounts_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this state.","required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/State"}}},"description":""}}},"patch":{"operationId":"accounts_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this state.","required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedAccountRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedAccountRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedAccountRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}},"description":""}}},"delete":{"operationId":"accounts_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this state.","required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/accounts/{id}/status/":{"post":{"operationId":"accounts_status_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this state.","required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateStatusRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateStatusRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateStatusRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateStatus"}}},"description":""}}}},"/api/v1/accounts/activate-budget-overspend/":{"post":{"operationId":"accounts_activate_budget_overspend_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateBudgetRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ActivateBudgetRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ActivateBudgetRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateBudget"}}},"description":""}}}},"/api/v1/accounts/admin-stats/":{"get":{"operationId":"accounts_admin_stats_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by stage status"}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Unit"}}},"description":""}}}},"/api/v1/accounts/bank-accounts/{bank_account_id}/":{"get":{"operationId":"accounts_bank_accounts_retrieve","parameters":[{"in":"path","name":"bank_account_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankAccount"}}},"description":""}}},"patch":{"operationId":"accounts_bank_accounts_partial_update","parameters":[{"in":"path","name":"bank_account_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedBankAccountRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedBankAccountRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedBankAccountRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankAccount"}}},"description":""}}},"delete":{"operationId":"accounts_bank_accounts_destroy","parameters":[{"in":"path","name":"bank_account_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/accounts/bank-accounts/{bank_account_id}/update-status/":{"post":{"operationId":"accounts_bank_accounts_update_status_create","parameters":[{"in":"path","name":"bank_account_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateBankAccountStatusRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateBankAccountStatusRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateBankAccountStatusRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateBankAccountStatus"}}},"description":""}}}},"/api/v1/accounts/client-mda-unmap/":{"post":{"operationId":"accounts_client_mda_unmap_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientMdaUnmapRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ClientMdaUnmapRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ClientMdaUnmapRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientMdaUnmap"}}},"description":""}}}},"/api/v1/accounts/contact/contact-info/":{"get":{"operationId":"accounts_contact_contact_info_retrieve","tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StateContactInfo"}}},"description":""}}}},"/api/v1/accounts/contact/update-contact-info/":{"patch":{"operationId":"accounts_contact_update_contact_info_partial_update","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedStateContactInfoRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedStateContactInfoRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedStateContactInfoRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StateContactInfo"}}},"description":""}}}},"/api/v1/accounts/deactivate-budget-overspend/":{"post":{"operationId":"accounts_deactivate_budget_overspend_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeactivateBudgetRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DeactivateBudgetRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DeactivateBudgetRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeactivateBudget"}}},"description":""}}}},"/api/v1/accounts/departments/":{"get":{"operationId":"accounts_departments_list","parameters":[{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"string","enum":["ACTIVE","INACTIVE"]},"description":"* `ACTIVE` - ACTIVE\n* `INACTIVE` - INACTIVE"},{"in":"query","name":"type","schema":{"type":"array","items":{"type":"string","enum":["DEPARTMENT","UNIT"]}},"description":"* `DEPARTMENT` - DEPARTMENT\n* `UNIT` - UNIT","explode":true,"style":"form"}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedDepartmentList"}}},"description":""}}},"post":{"operationId":"accounts_departments_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DepartmentCreateUpdateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DepartmentCreateUpdateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DepartmentCreateUpdateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DepartmentCreateUpdate"}}},"description":""}}}},"/api/v1/accounts/departments/{id}/":{"get":{"operationId":"accounts_departments_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this department.","required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Department"}}},"description":""}}},"patch":{"operationId":"accounts_departments_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this department.","required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedDepartmentCreateUpdateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedDepartmentCreateUpdateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedDepartmentCreateUpdateRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DepartmentCreateUpdate"}}},"description":""}}},"delete":{"operationId":"accounts_departments_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this department.","required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/accounts/departments/{id}/units/":{"get":{"operationId":"accounts_departments_units_retrieve","parameters":[{"in":"query","name":"department","schema":{"type":"string"},"description":"Filter by department"},{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this department.","required":true},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by department"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Unit"}}},"description":""}}},"post":{"operationId":"accounts_departments_units_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this department.","required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnitRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UnitRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UnitRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Unit"}}},"description":""}}}},"/api/v1/accounts/departments/list-units/":{"get":{"operationId":"accounts_departments_list_units_retrieve","parameters":[{"in":"query","name":"department","schema":{"type":"string"},"description":"Filter by department"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by mda"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnitExtended"}}},"description":""}}}},"/api/v1/accounts/departments/unit/{unit_id}/":{"get":{"operationId":"accounts_departments_unit_retrieve","parameters":[{"in":"path","name":"unit_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Unit"}}},"description":""}}},"patch":{"operationId":"accounts_departments_unit_partial_update","parameters":[{"in":"path","name":"unit_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedUnitRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedUnitRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedUnitRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Unit"}}},"description":""}}},"delete":{"operationId":"accounts_departments_unit_destroy","parameters":[{"in":"path","name":"unit_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/accounts/departments/unit/{unit_id}/status/":{"post":{"operationId":"accounts_departments_unit_status_create","parameters":[{"in":"path","name":"unit_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnitStatusUpdateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UnitStatusUpdateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UnitStatusUpdateRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnitStatusUpdate"}}},"description":""}}}},"/api/v1/accounts/file-usage/":{"get":{"operationId":"accounts_file_usage_retrieve","tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/State"}}},"description":""}}}},"/api/v1/accounts/ledgers/":{"get":{"operationId":"accounts_ledgers_retrieve","parameters":[{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"reconciliation_status","schema":{"type":"string"},"description":"last reconciliation "},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"state","schema":{"type":"string"},"description":"Filter by State"},{"in":"query","name":"status","schema":{"type":"string"},"description":"filter by status, options are ACTIVE and INACTIVE"}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedger"}}},"description":""}}},"post":{"operationId":"accounts_ledgers_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedgerRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/GeneralLedgerRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/GeneralLedgerRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedger"}}},"description":""}}}},"/api/v1/accounts/ledgers/{ledger_id}/":{"get":{"operationId":"accounts_ledgers_retrieve_2","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedger"}}},"description":""}}},"patch":{"operationId":"accounts_ledgers_partial_update","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedGeneralLedgerRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedGeneralLedgerRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedGeneralLedgerRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedger"}}},"description":""}}},"delete":{"operationId":"accounts_ledgers_destroy","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/accounts/ledgers/{ledger_id}/generate-summary/":{"post":{"operationId":"accounts_ledgers_generate_summary_create","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerate"}}},"description":""}}}},"/api/v1/accounts/ledgers/{ledger_id}/stats/":{"get":{"operationId":"accounts_ledgers_stats_retrieve","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/State"}}},"description":""}}}},"/api/v1/accounts/ledgers/{ledger_id}/update-status/":{"post":{"operationId":"accounts_ledgers_update_status_create","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateGeneralLedgerRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateGeneralLedgerRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateGeneralLedgerRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateGeneralLedger"}}},"description":""}}}},"/api/v1/accounts/ledgers/generate-details/":{"post":{"operationId":"accounts_ledgers_generate_details_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GeneralLedgerGenerate"}}},"description":""}}}},"/api/v1/accounts/list-user-mda/":{"get":{"operationId":"accounts_list_user_mda_retrieve","description":"List the mda foruser dashboards","tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MdaBasic"}}},"description":""}}}},"/api/v1/accounts/manage-two-factor/":{"post":{"operationId":"accounts_manage_two_factor_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoFactorAuthenticationSetupRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/TwoFactorAuthenticationSetupRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/TwoFactorAuthenticationSetupRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwoFactorAuthenticationSetup"}}},"description":""}}}},"/api/v1/accounts/mda-dashboard/":{"get":{"operationId":"accounts_mda_dashboard_retrieve","description":"List the mda for dashboards","tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MdaBasic"}}},"description":""}}}},"/api/v1/accounts/mda/{mda_id}/":{"get":{"operationId":"accounts_mda_retrieve","parameters":[{"in":"path","name":"mda_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Mda"}}},"description":""}}},"patch":{"operationId":"accounts_mda_partial_update","parameters":[{"in":"path","name":"mda_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedMdaRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedMdaRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedMdaRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Mda"}}},"description":""}}},"delete":{"operationId":"accounts_mda_destroy","parameters":[{"in":"path","name":"mda_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/accounts/mda/{mda_id}/bank-accounts/":{"get":{"operationId":"accounts_mda_bank_accounts_retrieve","parameters":[{"in":"path","name":"mda_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankAccount"}}},"description":""}}},"post":{"operationId":"accounts_mda_bank_accounts_create","parameters":[{"in":"path","name":"mda_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankAccountRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BankAccountRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/BankAccountRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankAccount"}}},"description":""}}}},"/api/v1/accounts/mda/{mda_id}/users/":{"get":{"operationId":"accounts_mda_users_retrieve","parameters":[{"in":"query","name":"is_active","schema":{"type":"string"},"description":"Filter by True/False"},{"in":"path","name":"mda_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MdaUser"}}},"description":""}}}},"/api/v1/accounts/mdas/":{"get":{"operationId":"accounts_mdas_retrieve","parameters":[{"in":"query","name":"is_mapped","schema":{"type":"boolean"},"description":"Filter by type"},{"in":"query","name":"mapping_status","schema":{"type":"string"},"description":"Filter by mda mapping status"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by status"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by type"}],"tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Mda"}}},"description":""}}},"post":{"operationId":"accounts_mdas_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MdaRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MdaRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MdaRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Mda"}}},"description":""}}}},"/api/v1/accounts/mdas-map/":{"post":{"operationId":"accounts_mdas_map_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MdaMapToClientRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MdaMapToClientRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MdaMapToClientRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MdaMapToClient"}}},"description":""}}}},"/api/v1/accounts/security/list-config/":{"get":{"operationId":"accounts_security_list_config_retrieve","tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecurityConfig"}}},"description":""}}}},"/api/v1/accounts/security/update-config/":{"patch":{"operationId":"accounts_security_update_config_partial_update","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedSecurityConfigRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedSecurityConfigRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedSecurityConfigRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecurityConfig"}}},"description":""}}}},"/api/v1/accounts/slug/{slug}/":{"get":{"operationId":"accounts_slug_retrieve","parameters":[{"in":"path","name":"slug","schema":{"type":"string","pattern":"^[\\w\\-\\.]+$"},"required":true}],"tags":["accounts"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/State"}}},"description":""}}}},"/api/v1/accounts/statistics/":{"get":{"operationId":"accounts_statistics_retrieve","tags":["accounts"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/State"}}},"description":""}}}},"/api/v1/accounts/update-slugs/":{"post":{"operationId":"accounts_update_slugs_create","tags":["accounts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/StateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/StateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/State"}}},"description":""}}}},"/api/v1/assetsettings/assets":{"get":{"operationId":"assetsettings_assets_list","parameters":[{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedAssetList"}}},"description":""}}}},"/api/v1/assetsettings/assets/{asset_id}/code-blocks":{"get":{"operationId":"assetsettings_assets_code_blocks_retrieve","parameters":[{"in":"path","name":"asset_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListCodeBlock"}}},"description":""}}}},"/api/v1/assetsettings/assets/{asset_id}/selected-code-blocks":{"get":{"operationId":"assetsettings_assets_selected_code_blocks_retrieve","parameters":[{"in":"path","name":"asset_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSelectedCodeBlock"}}},"description":""}}}},"/api/v1/assetsettings/assets/select-code-blocks":{"post":{"operationId":"assetsettings_assets_select_code_blocks_create","description":"SELECT CODE BLOCKS","tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SelectedCodeBlockRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/SelectedCodeBlockRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/SelectedCodeBlockRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SelectedCodeBlock"}}},"description":""}}}},"/api/v1/assetsettings/category":{"get":{"operationId":"assetsettings_category_list","parameters":[{"in":"query","name":"category_types","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"boolean"}}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedCategoryListList"}}},"description":""}}},"post":{"operationId":"assetsettings_category_create","tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CategoryRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CategoryRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Category"}}},"description":""}}}},"/api/v1/assetsettings/category-type":{"get":{"operationId":"assetsettings_category_type_list","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedCategoryTypeList"}}},"description":""}}},"post":{"operationId":"assetsettings_category_type_create","tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryTypeRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CategoryTypeRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CategoryTypeRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryType"}}},"description":""}}}},"/api/v1/assetsettings/category-type/{id}":{"get":{"operationId":"assetsettings_category_type_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category Type.","required":true}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryType"}}},"description":""}}},"put":{"operationId":"assetsettings_category_type_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category Type.","required":true}],"tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateCategoryTypeRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateCategoryTypeRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateCategoryTypeRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateCategoryType"}}},"description":""}}},"patch":{"operationId":"assetsettings_category_type_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category Type.","required":true}],"tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedUpdateCategoryTypeRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedUpdateCategoryTypeRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedUpdateCategoryTypeRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateCategoryType"}}},"description":""}}},"delete":{"operationId":"assetsettings_category_type_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category Type.","required":true}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/assetsettings/category/{category_id}":{"get":{"operationId":"assetsettings_category_retrieve","parameters":[{"in":"path","name":"category_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category.","required":true}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Category"}}},"description":""}}},"put":{"operationId":"assetsettings_category_update","parameters":[{"in":"path","name":"category_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category.","required":true}],"tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateCategoryRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateCategoryRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateCategoryRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateCategory"}}},"description":""}}},"patch":{"operationId":"assetsettings_category_partial_update","parameters":[{"in":"path","name":"category_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category.","required":true}],"tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedUpdateCategoryRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedUpdateCategoryRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedUpdateCategoryRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateCategory"}}},"description":""}}},"delete":{"operationId":"assetsettings_category_destroy","parameters":[{"in":"path","name":"category_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category.","required":true}],"tags":["assetsettings"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/assetsettings/category/{category_id}/activate_category":{"patch":{"operationId":"assetsettings_category_activate_category_partial_update","parameters":[{"in":"path","name":"category_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category.","required":true}],"tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedActivateAndDeactivateCategoryRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedActivateAndDeactivateCategoryRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedActivateAndDeactivateCategoryRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateAndDeactivateCategory"}}},"description":""}}}},"/api/v1/assetsettings/category/{category_id}/deactivate_category":{"patch":{"operationId":"assetsettings_category_deactivate_category_partial_update","parameters":[{"in":"path","name":"category_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Category.","required":true}],"tags":["assetsettings"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedActivateAndDeactivateCategoryRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedActivateAndDeactivateCategoryRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedActivateAndDeactivateCategoryRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateAndDeactivateCategory"}}},"description":""}}}},"/api/v1/auth/login/":{"post":{"operationId":"auth_login_create","description":"Login with email and password","tags":["auth"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomObtainTokenPairRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CustomObtainTokenPairRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CustomObtainTokenPairRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomObtainTokenPair"}}},"description":""}}}},"/api/v1/auth/logout/":{"post":{"operationId":"auth_logout_create","description":"This endpoint Logouts a user","tags":["auth"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserLogoutRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UserLogoutRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UserLogoutRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/auth/token/":{"post":{"operationId":"auth_token_create","description":"Create a new auth token for user","tags":["auth"],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/AuthTokenRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/AuthTokenRequest"}},"application/json":{"schema":{"$ref":"#/components/schemas/AuthTokenRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthToken"}}},"description":""}}}},"/api/v1/auth/token/refresh/":{"post":{"operationId":"auth_token_refresh_create","description":"Takes a refresh type JSON web token and returns an access type JSON web\ntoken if the refresh token is valid.","tags":["auth"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenRefreshRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/TokenRefreshRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/TokenRefreshRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenRefresh"}}},"description":""}}}},"/api/v1/auth/token/verify/":{"post":{"operationId":"auth_token_verify_create","description":"Takes a token and indicates if it is valid. This view provides no\ninformation about a token's fitness for a particular use.","tags":["auth"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenVerifyRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/TokenVerifyRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/TokenVerifyRequest"}}},"required":true},"responses":{"200":{"description":"No response body"}}}},"/api/v1/budget/":{"get":{"operationId":"budget_list","parameters":[{"in":"query","name":"category","schema":{"type":"string","enum":["MAIN","SUPPLEMENTARY"]},"description":"* `MAIN` - MAIN\n* `SUPPLEMENTARY` - SUPPLEMENTARY"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"state","schema":{"type":"string","format":"uuid"}}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedBudgetUploadList"}}},"description":""}}},"post":{"operationId":"budget_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetUploadRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BudgetUploadRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/BudgetUploadRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetUpload"}}},"description":""}}}},"/api/v1/budget/{id}/":{"get":{"operationId":"budget_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget.","required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetUpload"}}},"description":""}}},"patch":{"operationId":"budget_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget.","required":true}],"tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedBudgetUploadRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedBudgetUploadRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedBudgetUploadRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetUpload"}}},"description":""}}},"delete":{"operationId":"budget_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget.","required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/budget/{id}/items/":{"get":{"operationId":"budget_items_retrieve_2","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget.","required":true},{"in":"query","name":"is_concurrent","schema":{"type":"boolean"},"description":"Filter by concurrent"},{"in":"query","name":"mda","schema":{"type":"string","format":"uuid"},"description":"Filter by mda"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by type"}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetItem"}}},"description":""}}}},"/api/v1/budget/{id}/recent-budget-upload-summary/":{"get":{"operationId":"budget_recent_budget_upload_summary_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget.","required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetUploadRequest"}}},"description":""}}}},"/api/v1/budget/{special_id}/special-budget/":{"get":{"operationId":"budget_special_budget_retrieve","parameters":[{"in":"path","name":"special_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SpecialBudget"}}},"description":""}}}},"/api/v1/budget/amount-in-process/":{"get":{"operationId":"budget_amount_in_process_retrieve","parameters":[{"in":"query","name":"budget_line","schema":{"type":"string","format":"uuid"},"description":"Filter by budget line"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by status"}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/budget/budget-line/{budget_line_id}/expended-amounts/":{"get":{"operationId":"budget_budget_line_expended_amounts_retrieve","parameters":[{"in":"query","name":"budget_line","schema":{"type":"string"},"description":"Filter by budget line"},{"in":"path","name":"budget_line_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"release_date_end_date","schema":{"type":"string"},"description":"Filter by release end date"},{"in":"query","name":"release_date_start_date","schema":{"type":"string"},"description":"Filter by release start date"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/budget/budget-stats/":{"get":{"operationId":"budget_budget_stats_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by stage status"}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/budget/budget-summary/":{"get":{"operationId":"budget_budget_summary_retrieve","tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetUploadRequest"}}},"description":""}}}},"/api/v1/budget/current-items/":{"get":{"operationId":"budget_current_items_retrieve","parameters":[{"in":"query","name":"is_concurrent","schema":{"type":"boolean"},"description":"Filter by concurrent"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"budget mda"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by type"}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetItem"}}},"description":""}}}},"/api/v1/budget/deduction/{deduction_id}/":{"get":{"operationId":"budget_deduction_retrieve","parameters":[{"in":"path","name":"deduction_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deduction"}}},"description":""}}},"patch":{"operationId":"budget_deduction_partial_update","parameters":[{"in":"path","name":"deduction_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedDeductionRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedDeductionRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedDeductionRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deduction"}}},"description":""}}},"delete":{"operationId":"budget_deduction_destroy","parameters":[{"in":"path","name":"deduction_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/budget/deduction/{deduction_id}/update-status/":{"post":{"operationId":"budget_deduction_update_status_create","parameters":[{"in":"path","name":"deduction_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDeductionRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateDeductionRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateDeductionRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDeduction"}}},"description":""}}}},"/api/v1/budget/expense-classification/{expense_id}/":{"get":{"operationId":"budget_expense_classification_retrieve","parameters":[{"in":"path","name":"expense_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseClassification"}}},"description":""}}},"patch":{"operationId":"budget_expense_classification_partial_update","parameters":[{"in":"path","name":"expense_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedExpenseClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedExpenseClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedExpenseClassificationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseClassification"}}},"description":""}}},"delete":{"operationId":"budget_expense_classification_destroy","parameters":[{"in":"path","name":"expense_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/budget/expense-classification/{expense_id}/status/":{"post":{"operationId":"budget_expense_classification_status_create","parameters":[{"in":"path","name":"expense_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseStatusUpdateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ExpenseStatusUpdateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ExpenseStatusUpdateRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseStatusUpdate"}}},"description":""}}}},"/api/v1/budget/expense-classifications/":{"get":{"operationId":"budget_expense_classifications_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"Filter by category"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by status"}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseClassification"}}},"description":""}}},"post":{"operationId":"budget_expense_classifications_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ExpenseClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ExpenseClassificationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseClassification"}}},"description":""}}}},"/api/v1/budget/generate-token/":{"post":{"operationId":"budget_generate_token_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateBudgetTokenSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/GenerateBudgetTokenSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/GenerateBudgetTokenSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateBudgetTokenSerializers"}}},"description":""}}}},"/api/v1/budget/items/{budget_line_id}/":{"get":{"operationId":"budget_items_retrieve","parameters":[{"in":"path","name":"budget_line_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetItem"}}},"description":""}}}},"/api/v1/budget/lines/":{"get":{"operationId":"budget_lines_retrieve","description":"Returns all budget Items in a state, which can be filtered by year and mda","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"is_concurrent","schema":{"type":"boolean"},"description":"Filter by concurrent"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by stage status","required":true},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by type"}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetItem"}}},"description":""}}}},"/api/v1/budget/mark-as-draft/":{"post":{"operationId":"budget_mark_as_draft_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetStatusUpdateDraftRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BudgetStatusUpdateDraftRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/BudgetStatusUpdateDraftRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/budget/mda/":{"get":{"operationId":"budget_mda_list","parameters":[{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"state","schema":{"type":"string","format":"uuid"}}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedBudgetMdaList"}}},"description":""}}},"post":{"operationId":"budget_mda_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetMdaRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BudgetMdaRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/BudgetMdaRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetMda"}}},"description":""}}}},"/api/v1/budget/mda/{id}/":{"get":{"operationId":"budget_mda_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget mda.","required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetMda"}}},"description":""}}},"patch":{"operationId":"budget_mda_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget mda.","required":true}],"tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedBudgetMdaRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedBudgetMdaRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedBudgetMdaRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetMda"}}},"description":""}}},"delete":{"operationId":"budget_mda_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this budget mda.","required":true}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/budget/mda/bulk-upload/":{"post":{"operationId":"budget_mda_bulk_upload_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadBudgetMdaRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UploadBudgetMdaRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UploadBudgetMdaRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadBudgetMda"}}},"description":""}}}},"/api/v1/budget/publish-budget/":{"post":{"operationId":"budget_publish_budget_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetPublishRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BudgetPublishRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/BudgetPublishRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetPublish"}}},"description":""}}}},"/api/v1/budget/special-budgets/":{"post":{"operationId":"budget_special_budgets_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SpecialBudgetRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/SpecialBudgetRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/SpecialBudgetRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SpecialBudget"}}},"description":""}}}},"/api/v1/budget/state/deductions/":{"get":{"operationId":"budget_state_deductions_retrieve","parameters":[{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by type"}],"tags":["budget"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deduction"}}},"description":""}}},"post":{"operationId":"budget_state_deductions_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeductionRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DeductionRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DeductionRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deduction"}}},"description":""}}}},"/api/v1/budget/sync-budget-item-amount-in-process/":{"post":{"operationId":"budget_sync_budget_item_amount_in_process_create","tags":["budget"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BudgetUpload"}}},"description":""}}}},"/api/v1/budget/update-status/":{"post":{"operationId":"budget_update_status_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApproveBudgetSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ApproveBudgetSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ApproveBudgetSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApproveBudgetSerializers"}}},"description":""}}}},"/api/v1/budget/upload-supplementary/":{"post":{"operationId":"budget_upload_supplementary_create","tags":["budget"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SupplementaryBudgetRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/SupplementaryBudgetRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/SupplementaryBudgetRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SupplementaryBudget"}}},"description":""}}}},"/api/v1/comments/":{"get":{"operationId":"comments_list","parameters":[{"in":"query","name":"author","schema":{"type":"string","format":"uuid"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"target_request","schema":{"type":"string","format":"uuid"}}],"tags":["comments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedRequestCommentList"}}},"description":""}}},"post":{"operationId":"comments_create","tags":["comments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestCommentRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/RequestCommentRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/RequestCommentRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestComment"}}},"description":""}}}},"/api/v1/comments/{id}/":{"get":{"operationId":"comments_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request comment.","required":true}],"tags":["comments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestComment"}}},"description":""}}},"patch":{"operationId":"comments_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request comment.","required":true}],"tags":["comments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedRequestCommentRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedRequestCommentRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedRequestCommentRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestComment"}}},"description":""}}},"delete":{"operationId":"comments_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request comment.","required":true}],"tags":["comments"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/designation/":{"get":{"operationId":"designation_list","description":"Designation viewsets","parameters":[{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["designation"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedDesignationList"}}},"description":""}}},"post":{"operationId":"designation_create","description":"Designation viewsets","tags":["designation"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DesignationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DesignationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DesignationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Designation"}}},"description":""}}}},"/api/v1/designation/{id}/":{"get":{"operationId":"designation_retrieve","description":"Designation viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this designation.","required":true}],"tags":["designation"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Designation"}}},"description":""}}},"patch":{"operationId":"designation_partial_update","description":"Designation viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this designation.","required":true}],"tags":["designation"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedDesignationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedDesignationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedDesignationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Designation"}}},"description":""}}},"delete":{"operationId":"designation_destroy","description":"Designation viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this designation.","required":true}],"tags":["designation"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/designation/list-roles/":{"get":{"operationId":"designation_list_roles_retrieve","description":"Designation viewsets","tags":["designation"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Roles"}}},"description":""}}}},"/api/v1/documents/{id}/":{"get":{"operationId":"documents_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this document directory.","required":true}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}},"delete":{"operationId":"documents_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this document directory.","required":true}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/documents/{id}/retrieve-inner-content/":{"get":{"operationId":"documents_retrieve_inner_content_retrieve","description":"For Retrieving the contents of a FOlder and File","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"filter by list of categories"},{"in":"query","name":"content_type","schema":{"type":"string"},"description":"Filter by content_type type options are PDF WORD, EXCEl, POWERPOINT"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"document_type","schema":{"type":"string"},"description":"Filter by document type options are FILE DOCUMENT, FOLDER, ARCHIVE"},{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this document directory.","required":true},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}}},"/api/v1/documents/administrative-section/":{"get":{"operationId":"documents_administrative_section_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"filter by list of categories"},{"in":"query","name":"content_type","schema":{"type":"string"},"description":"Filter by content_type type options are PDF WORD, EXCEl, POWERPOINT"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"document_type","schema":{"type":"string"},"description":"Filter by document type options are FILE DOCUMENT, FOLDER, ARCHIVE"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}}},"/api/v1/documents/change-category/":{"post":{"operationId":"documents_change_category_create","description":"Change Category","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChangeDocumentCategorySerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ChangeDocumentCategorySerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ChangeDocumentCategorySerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChangeDocumentCategorySerializers"}}},"description":""}}}},"/api/v1/documents/clear-trash/":{"post":{"operationId":"documents_clear_trash_create","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClearTrashRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ClearTrashRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ClearTrashRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClearTrash"}}},"description":""}}}},"/api/v1/documents/create-administrative-documents/":{"post":{"operationId":"documents_create_administrative_documents_create","description":"Create Administrative Documents, Files, and Folders","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAdministrativeDocumentSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CreateAdministrativeDocumentSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CreateAdministrativeDocumentSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAdministrativeDocumentSerializers"}}},"description":""}}}},"/api/v1/documents/create-archive/":{"post":{"operationId":"documents_create_archive_create","description":"Create Archive Type","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateArchiveSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CreateArchiveSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CreateArchiveSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateArchiveSerializers"}}},"description":""}}}},"/api/v1/documents/create-archive-documents/":{"post":{"operationId":"documents_create_archive_documents_create","description":"Create Archive Type","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateArchiveInnerContentRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CreateArchiveInnerContentRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CreateArchiveInnerContentRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateArchiveInnerContent"}}},"description":""}}}},"/api/v1/documents/create-personal-documents/":{"post":{"operationId":"documents_create_personal_documents_create","description":"Create Personal Documents, Files, and Folders","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePersonalDocumentSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CreatePersonalDocumentSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CreatePersonalDocumentSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePersonalDocumentSerializers"}}},"description":""}}}},"/api/v1/documents/list-all/":{"get":{"operationId":"documents_list_all_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"filter by list of categories"},{"in":"query","name":"content_type","schema":{"type":"string"},"description":"Filter by content_type type options are PDF WORD, EXCEl, POWERPOINT"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"document_type","schema":{"type":"string"},"description":"Filter by document type options are FILE DOCUMENT, FOLDER, ARCHIVE"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}}},"/api/v1/documents/list-bin/":{"get":{"operationId":"documents_list_bin_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"filter by list of categories"},{"in":"query","name":"content_type","schema":{"type":"string"},"description":"Filter by content_type type options are PDF WORD, EXCEl, POWERPOINT"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"document_type","schema":{"type":"string"},"description":"Filter by document type options are FILE DOCUMENT, FOLDER, ARCHIVE"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}}},"/api/v1/documents/my-drive/":{"get":{"operationId":"documents_my_drive_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"filter by list of categories"},{"in":"query","name":"content_type","schema":{"type":"string"},"description":"Filter by content_type type options are PDF WORD, EXCEl, POWERPOINT"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"document_type","schema":{"type":"string"},"description":"Filter by document type options are FILE DOCUMENT, FOLDER, ARCHIVE"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}}},"/api/v1/documents/my-drive-stats/":{"get":{"operationId":"documents_my_drive_stats_retrieve","description":"Retrieving the stats for personal documents","tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryStat"}}},"description":""}}}},"/api/v1/documents/recent-documents/":{"get":{"operationId":"documents_recent_documents_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"filter by list of categories"},{"in":"query","name":"content_type","schema":{"type":"string"},"description":"Filter by content_type type options are PDF WORD, EXCEl, POWERPOINT"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"document_type","schema":{"type":"string"},"description":"Filter by document type options are FILE DOCUMENT, FOLDER, ARCHIVE"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}}},"/api/v1/documents/rename-documents/":{"post":{"operationId":"documents_rename_documents_create","description":"Renamed Documents","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentRenameSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocumentRenameSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocumentRenameSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentRenameSerializers"}}},"description":""}}}},"/api/v1/documents/restore-trash/":{"post":{"operationId":"documents_restore_trash_create","description":"Restore a document from Trash","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestoreTrashRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/RestoreTrashRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/RestoreTrashRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestoreTrash"}}},"description":""}}}},"/api/v1/documents/share/":{"post":{"operationId":"documents_share_create","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializers"}}},"description":""}}}},"/api/v1/documents/share/{document_id}/sharing-details/":{"get":{"operationId":"documents_share_sharing_details_retrieve","parameters":[{"in":"path","name":"document_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessDetailSerializers"}}},"description":""}}}},"/api/v1/documents/share/remove-shared-rights/":{"post":{"operationId":"documents_share_remove_shared_rights_create","description":"Remove Shared Documents","tags":["documents"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializersRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializersRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializersRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryAccessSerializers"}}},"description":""}}}},"/api/v1/documents/share/shared-documents/":{"get":{"operationId":"documents_share_shared_documents_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"filter by list of categories"},{"in":"query","name":"content_type","schema":{"type":"string"},"description":"Filter by content_type type options are PDF WORD, EXCEl, POWERPOINT"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"document_type","schema":{"type":"string"},"description":"Filter by document type options are FILE DOCUMENT, FOLDER, ARCHIVE"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryList"}}},"description":""}}}},"/api/v1/documents/shared-stats/":{"get":{"operationId":"documents_shared_stats_retrieve","description":"Retrieving the stats for personal documents","tags":["documents"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentDirectoryStat"}}},"description":""}}}},"/api/v1/dynamic-workflows/":{"get":{"operationId":"dynamic_workflows_list","parameters":[{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"in":"query","name":"owner","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"ownership_type","schema":{"type":"string","nullable":true,"enum":["GENERIC","RESTRICTED"]},"description":"* `GENERIC` - GENERIC\n* `RESTRICTED` - RESTRICTED"},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["ACTIVE","ARCHIVE","DEACTIVATED","DRAFT"]}},"description":"* `ACTIVE` - ACTIVE\n* `DEACTIVATED` - DEACTIVATED\n* `DRAFT` - DRAFT\n* `ARCHIVE` - ARCHIVE","explode":true,"style":"form"},{"in":"query","name":"trigger_type","schema":{"type":"string","enum":["MANUAL","PROCESS"]},"description":"* `MANUAL` - MANUAL\n* `PROCESS` - PROCESS"},{"in":"query","name":"type","schema":{"type":"string"}}],"tags":["dynamic-workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedWorkflowList"}}},"description":""}}},"post":{"operationId":"dynamic_workflows_create","tags":["dynamic-workflows"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WorkflowRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WorkflowRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"}}},"description":""}}}},"/api/v1/dynamic-workflows/{id}/":{"get":{"operationId":"dynamic_workflows_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["dynamic-workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowDetail"}}},"description":""}}},"patch":{"operationId":"dynamic_workflows_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["dynamic-workflows"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedWorkflowRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedWorkflowRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedWorkflowRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"}}},"description":""}}},"delete":{"operationId":"dynamic_workflows_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["dynamic-workflows"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/dynamic-workflows/{id}/activities/":{"get":{"operationId":"dynamic_workflows_activities_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["dynamic-workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowActivity"}}},"description":""}}}},"/api/v1/dynamic-workflows/{id}/get-designations/":{"get":{"operationId":"dynamic_workflows_get_designations_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["dynamic-workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Designation"}}},"description":""}}}},"/api/v1/dynamic-workflows/{id}/get-roles/":{"get":{"operationId":"dynamic_workflows_get_roles_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["dynamic-workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Roles"}}},"description":""}}}},"/api/v1/dynamic-workflows/create-activity/":{"post":{"operationId":"dynamic_workflows_create_activity_create","description":"Create activities for workflow","tags":["dynamic-workflows"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowCreateBulkActivityRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WorkflowCreateBulkActivityRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WorkflowCreateBulkActivityRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowCreateBulkActivity"}}},"description":""}}}},"/api/v1/dynamic-workflows/publish/":{"post":{"operationId":"dynamic_workflows_publish_create","description":"Publish a workflow that is currenlt in draft","tags":["dynamic-workflows"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublishWorkflowRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PublishWorkflowRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PublishWorkflowRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublishWorkflow"}}},"description":""}}}},"/api/v1/dynamic-workflows/update-status/":{"post":{"operationId":"dynamic_workflows_update_status_create","description":"Activate a Workflow that has been deactivated","tags":["dynamic-workflows"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateDeactivateWorkflowRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ActivateDeactivateWorkflowRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ActivateDeactivateWorkflowRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateDeactivateWorkflow"}}},"description":""}}}},"/api/v1/expenditure/certificate/":{"get":{"operationId":"expenditure_certificate_list","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedClearanceList"}}},"description":""}}},"post":{"operationId":"expenditure_certificate_create","tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClearanceRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ClearanceRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ClearanceRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Clearance"}}},"description":""}}}},"/api/v1/expenditure/certificate/{id}/":{"get":{"operationId":"expenditure_certificate_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this clearance.","required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Clearance"}}},"description":""}}},"patch":{"operationId":"expenditure_certificate_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this clearance.","required":true}],"tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedClearanceRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedClearanceRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedClearanceRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Clearance"}}},"description":""}}},"delete":{"operationId":"expenditure_certificate_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this clearance.","required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/expenditure/certificate/authorizer/":{"get":{"operationId":"expenditure_certificate_authorizer_retrieve","tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Clearance"}}},"description":""}}}},"/api/v1/expenditure/clearances/":{"get":{"operationId":"expenditure_clearances_list","parameters":[{"in":"query","name":"budget_year","schema":{"type":"array","items":{"type":"integer","maximum":2147483647,"minimum":-2147483648}},"explode":true,"style":"form"},{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"initiator","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"mda","schema":{"type":"string","format":"uuid"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"request__status","schema":{"type":"array","items":{"type":"string","enum":["APPROVED","CANCELLED","DUE","EXPIRED","FULLY_PAID","GENERATED","ISSUED","NOT DUE","OVER DUE","PARTLY_PAID","PENDING","REJECTED","REVALIDATED","USED"]}},"description":"* `NOT DUE` - NOT DUE\n* `DUE` - DUE\n* `OVER DUE` - OVER DUE\n* `PENDING` - PENDING\n* `REJECTED` - REJECTED\n* `ISSUED` - ISSUED\n* `APPROVED` - APPROVED\n* `USED` - USED\n* `GENERATED` - GENERATED\n* `PARTLY_PAID` - PARTLY_PAID\n* `FULLY_PAID` - FULLY_PAID\n* `CANCELLED` - CANCELLED\n* `REVALIDATED` - REVALIDATED\n* `EXPIRED` - EXPIRED","explode":true,"style":"form"},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"state","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"type","schema":{"type":"string","nullable":true,"enum":["EXPENDITURE_CLEARANCE","EXPENDITURE_CLEARANCE_FOR_PAYMENT"]},"description":"* `EXPENDITURE_CLEARANCE` - EXPENDITURE_CLEARANCE\n* `EXPENDITURE_CLEARANCE_FOR_PAYMENT` - EXPENDITURE_CLEARANCE_FOR_PAYMENT"},{"in":"query","name":"usable","schema":{"type":"boolean"}}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedExpenditureClearanceList"}}},"description":""}}},"post":{"operationId":"expenditure_clearances_create","tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureClearanceRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ExpenditureClearanceRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ExpenditureClearanceRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureClearance"}}},"description":""}}}},"/api/v1/expenditure/clearances/{clearance_id}/pdf/":{"get":{"operationId":"expenditure_clearances_pdf_retrieve","parameters":[{"in":"path","name":"clearance_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetPdfData"}}},"description":""}}}},"/api/v1/expenditure/clearances/{clearance_id}/verify/":{"get":{"operationId":"expenditure_clearances_verify_retrieve","parameters":[{"in":"path","name":"clearance_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetPdfData"}}},"description":""}}}},"/api/v1/expenditure/clearances/{id}/":{"get":{"operationId":"expenditure_clearances_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure clearance.","required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureClearance"}}},"description":""}}},"patch":{"operationId":"expenditure_clearances_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure clearance.","required":true}],"tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureClearanceRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureClearanceRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureClearanceRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureClearance"}}},"description":""}}},"delete":{"operationId":"expenditure_clearances_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure clearance.","required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/expenditure/clearances/{id}/expenditure-digitization/":{"patch":{"operationId":"expenditure_clearances_expenditure_digitization_partial_update","description":"update a Digitize a manual Warrant","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure clearance.","required":true}],"tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureDigitizationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureDigitizationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureDigitizationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureDigitization"}}},"description":""}}}},"/api/v1/expenditure/clearances/{id}/upload-certificate/":{"post":{"operationId":"expenditure_clearances_upload_certificate_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure clearance.","required":true}],"tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureCertificateUploadRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ExpenditureCertificateUploadRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ExpenditureCertificateUploadRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureCertificateUpload"}}},"description":""}}}},"/api/v1/expenditure/clearances/expenditure-digitization/":{"post":{"operationId":"expenditure_clearances_expenditure_digitization_create","description":"Digitize a manual Warrant","tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureDigitizationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ExpenditureDigitizationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ExpenditureDigitizationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureDigitization"}}},"description":""}}}},"/api/v1/expenditure/clearances/generate-csv/":{"get":{"operationId":"expenditure_clearances_generate_csv_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"integer"},"description":"budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by project type"},{"in":"query","name":"request__status","schema":{"type":"string"},"description":"Filter by request status"},{"in":"query","name":"search","schema":{"type":"string"},"description":"search parameters"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by project type"}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureClearance"}}},"description":""}}}},"/api/v1/expenditure/clearances/stats/":{"get":{"operationId":"expenditure_clearances_stats_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"integer"},"description":"budget year"}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureClearance"}}},"description":""}}}},"/api/v1/expenditure/clearances/submitted-list/":{"get":{"operationId":"expenditure_clearances_submitted_list_retrieve","description":"Return all expenditures request\nusers outside Ministry of Finance ae granted access to see only\nrequest generated within their mda, while Executive users can see all request","parameters":[{"in":"query","name":"budget_year","schema":{"type":"integer"},"description":"budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by project type"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"request__status","schema":{"type":"string"},"description":"Filter by request status"},{"in":"query","name":"search","schema":{"type":"string"},"description":"search parameters"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by project type"}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureClearance"}}},"description":""}}}},"/api/v1/expenditure/concurrence/":{"get":{"operationId":"expenditure_concurrence_list","parameters":[{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedExpenditureConcurrenceList"}}},"description":""}}},"post":{"operationId":"expenditure_concurrence_create","tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureConcurrenceRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ExpenditureConcurrenceRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ExpenditureConcurrenceRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureConcurrence"}}},"description":""}}}},"/api/v1/expenditure/concurrence/{id}/":{"get":{"operationId":"expenditure_concurrence_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure concurrence.","required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureConcurrence"}}},"description":""}}},"patch":{"operationId":"expenditure_concurrence_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure concurrence.","required":true}],"tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureConcurrenceRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureConcurrenceRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedExpenditureConcurrenceRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenditureConcurrence"}}},"description":""}}},"delete":{"operationId":"expenditure_concurrence_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this expenditure concurrence.","required":true}],"tags":["expenditure"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/expenditure/concurrence/activities/{activity_id}/funding-approval/":{"post":{"operationId":"expenditure_concurrence_activities_funding_approval_create","parameters":[{"in":"path","name":"activity_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["expenditure"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateConcurrenceRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateConcurrenceRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateConcurrenceRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateConcurrenceRequest"}}},"description":""}}}},"/api/v1/file/document-classification/":{"get":{"operationId":"file_document_classification_list","parameters":[{"in":"query","name":"is_active","schema":{"type":"boolean"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedDocumentClassificationList"}}},"description":""}}},"post":{"operationId":"file_document_classification_create","tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocumentClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocumentClassificationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentClassification"}}},"description":""}}}},"/api/v1/file/document-classification/{document_id}/status/":{"post":{"operationId":"file_document_classification_status_create","parameters":[{"in":"path","name":"document_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDocumentClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateDocumentClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateDocumentClassificationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDocumentClassification"}}},"description":""}}}},"/api/v1/file/document-classification/{id}/":{"get":{"operationId":"file_document_classification_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this document classification.","required":true}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentClassification"}}},"description":""}}},"patch":{"operationId":"file_document_classification_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this document classification.","required":true}],"tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedDocumentClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedDocumentClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedDocumentClassificationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentClassification"}}},"description":""}}}},"/api/v1/file/memo/":{"get":{"operationId":"file_memo_list","description":"Card view sets","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedFileMemoList"}}},"description":""}}},"post":{"operationId":"file_memo_create","description":"Endpoint to create memo","tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileMemoRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/FileMemoRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/FileMemoRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileMemo"}}},"description":""}}}},"/api/v1/file/memo/{id}/":{"get":{"operationId":"file_memo_retrieve","description":"Card view sets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this memo.","required":true}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileMemo"}}},"description":""}}},"patch":{"operationId":"file_memo_partial_update","description":"Card view sets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this memo.","required":true}],"tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedFileMemoRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedFileMemoRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedFileMemoRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileMemo"}}},"description":""}}},"delete":{"operationId":"file_memo_destroy","description":"Card view sets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this memo.","required":true}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/file/memo/approve/":{"post":{"operationId":"file_memo_approve_create","description":"This endpoint allows an authorizer to approves adocument that has been created by an initiator","tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApproveRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ApproveRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ApproveRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Approve"}}},"description":""}}}},"/api/v1/file/memo/template/":{"post":{"operationId":"file_memo_template_create","description":"This endpoint create a memo from an exisiting template","tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoTemplateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MemoTemplateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MemoTemplateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoTemplate"}}},"description":""}}}},"/api/v1/file/template/":{"get":{"operationId":"file_template_list","description":"Card view sets","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedTemplateList"}}},"description":""}}},"post":{"operationId":"file_template_create","description":"Endpoint to create template","tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TemplateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/TemplateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/TemplateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Template"}}},"description":""}}}},"/api/v1/file/template/{id}/":{"get":{"operationId":"file_template_retrieve","description":"Card view sets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this template.","required":true}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Template"}}},"description":""}}},"patch":{"operationId":"file_template_partial_update","description":"Card view sets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this template.","required":true}],"tags":["file"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedTemplateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedTemplateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedTemplateRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Template"}}},"description":""}}},"delete":{"operationId":"file_template_destroy","description":"Card view sets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this template.","required":true}],"tags":["file"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/memo/":{"get":{"operationId":"memo_list","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["memo"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedMemoRequestList"}}},"description":""}}}},"/api/v1/memo/{id}/":{"get":{"operationId":"memo_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this memo request.","required":true}],"tags":["memo"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoRequestDetail"}}},"description":""}}}},"/api/v1/memo/{id}/memo-annotations/":{"get":{"operationId":"memo_memo_annotations_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this memo request.","required":true}],"tags":["memo"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignedDocumentAnnotation"}}},"description":""}}}},"/api/v1/memo/annotate-signature/":{"post":{"operationId":"memo_annotate_signature_create","description":"sign the Request","tags":["memo"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnnotateDocumentRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/AnnotateDocumentRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/AnnotateDocumentRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnnotateDocument"}}},"description":""}}}},"/api/v1/memo/initiate-fluid-request/":{"post":{"operationId":"memo_initiate_fluid_request_create","description":"Create a Fluid Request","tags":["memo"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FluidMemoRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/FluidMemoRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/FluidMemoRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FluidMemoRequest"}}},"description":""}}}},"/api/v1/memo/initiate-request/":{"post":{"operationId":"memo_initiate_request_create","description":"Create a Memo Request","tags":["memo"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MemoRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MemoRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoRequest"}}},"description":""}}}},"/api/v1/memo/initiate-sign-request/":{"post":{"operationId":"memo_initiate_sign_request_create","description":"Create a Fluid Request","tags":["memo"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignedMemoRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/SignedMemoRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/SignedMemoRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignedMemoRequest"}}},"description":""}}}},"/api/v1/memo/minutes/":{"get":{"operationId":"memo_minutes_list","parameters":[{"in":"query","name":"memo_request","schema":{"type":"string","format":"uuid"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["memo"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedMemoRequestMinuteList"}}},"description":""}}},"post":{"operationId":"memo_minutes_create","tags":["memo"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoRequestMinuteRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MemoRequestMinuteRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MemoRequestMinuteRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoRequestMinute"}}},"description":""}}}},"/api/v1/memo/minutes/{id}/":{"get":{"operationId":"memo_minutes_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this memo request minute.","required":true}],"tags":["memo"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MemoRequestMinute"}}},"description":""}}}},"/api/v1/middleware/budgets/":{"get":{"operationId":"middleware_budgets_list","parameters":[{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"year","schema":{"type":"integer"}}],"tags":["middleware"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedClientBudgetSerializersList"}}},"description":""}}},"post":{"operationId":"middleware_budgets_create","tags":["middleware"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateClientBudgetRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CreateClientBudgetRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CreateClientBudgetRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateClientBudget"}}},"description":""}}}},"/api/v1/middleware/budgets/{id}/":{"get":{"operationId":"middleware_budgets_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this client budget.","required":true}],"tags":["middleware"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientBudgetSerializers"}}},"description":""}}}},"/api/v1/middleware/budgets/upload-ipsas-code/":{"post":{"operationId":"middleware_budgets_upload_ipsas_code_create","tags":["middleware"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadIpsasLedgerRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UploadIpsasLedgerRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UploadIpsasLedgerRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadIpsasLedger"}}},"description":""}}}},"/api/v1/middleware/mda/":{"get":{"operationId":"middleware_mda_list","parameters":[{"in":"query","name":"is_mapped","schema":{"type":"boolean"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"system_mda","schema":{"type":"string","format":"uuid"}}],"tags":["middleware"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedMdaClientSerializersList"}}},"description":""}}}},"/api/v1/middleware/mda/{id}/":{"get":{"operationId":"middleware_mda_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this client mda.","required":true}],"tags":["middleware"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MdaClientSerializers"}}},"description":""}}}},"/api/v1/middleware/mda/upload-client-mda/":{"post":{"operationId":"middleware_mda_upload_client_mda_create","tags":["middleware"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadClientMdaRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UploadClientMdaRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UploadClientMdaRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadClientMda"}}},"description":""}}}},"/api/v1/notification/notification/":{"get":{"operationId":"notification_notification_list","parameters":[{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["notification"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedNotificationList"}}},"description":""}}}},"/api/v1/notification/notification/{id}/":{"get":{"operationId":"notification_notification_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this notification.","required":true}],"tags":["notification"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"description":""}}}},"/api/v1/notification/notification/{id}/read/":{"get":{"operationId":"notification_notification_read_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this notification.","required":true}],"tags":["notification"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"description":""}}}},"/api/v1/notification/notification/read-all/":{"get":{"operationId":"notification_notification_read_all_retrieve","tags":["notification"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"description":""}}}},"/api/v1/notification/notification/stat/":{"get":{"operationId":"notification_notification_stat_retrieve","tags":["notification"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"description":""}}}},"/api/v1/notification/notification/user-notifications/":{"get":{"operationId":"notification_notification_user_notifications_retrieve","tags":["notification"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"description":""}}}},"/api/v1/payments/":{"get":{"operationId":"payments_list","parameters":[{"in":"query","name":"auditor","schema":{"type":"boolean"}},{"in":"query","name":"budget_year","schema":{"type":"array","items":{"type":"integer","maximum":2147483647,"minimum":-2147483648}},"explode":true,"style":"form"},{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["APPROVED","CANCELLED","DUE","EXPIRED","FULLY_PAID","GENERATED","ISSUED","NOT DUE","OVER DUE","PARTLY_PAID","PENDING","REJECTED","REVALIDATED","USED"]}},"description":"* `NOT DUE` - NOT DUE\n* `DUE` - DUE\n* `OVER DUE` - OVER DUE\n* `PENDING` - PENDING\n* `REJECTED` - REJECTED\n* `ISSUED` - ISSUED\n* `APPROVED` - APPROVED\n* `USED` - USED\n* `GENERATED` - GENERATED\n* `PARTLY_PAID` - PARTLY_PAID\n* `FULLY_PAID` - FULLY_PAID\n* `CANCELLED` - CANCELLED\n* `REVALIDATED` - REVALIDATED\n* `EXPIRED` - EXPIRED","explode":true,"style":"form"},{"in":"query","name":"type","schema":{"type":"array","items":{"type":"string","enum":["CAPITAL","RECURRENT","RUNNING_GRANT"]}},"description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT","explode":true,"style":"form"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedPaymentRequestListList"}}},"description":""}}},"post":{"operationId":"payments_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequest"}}},"description":""}}}},"/api/v1/payments/{id}/":{"get":{"operationId":"payments_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestDetail"}}},"description":""}}},"patch":{"operationId":"payments_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedPaymentRequestListRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedPaymentRequestListRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedPaymentRequestListRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestList"}}},"description":""}}},"delete":{"operationId":"payments_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/payments/{id}/ag-approve/":{"post":{"operationId":"payments_ag_approve_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentApproveRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentApproveRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentApproveRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentApprove"}}},"description":""}}}},"/api/v1/payments/{id}/ag-payments/":{"get":{"operationId":"payments_ag_payments_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAgTco"}}},"description":""}}}},"/api/v1/payments/{id}/auditor/":{"get":{"operationId":"payments_auditor_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuditorDetail"}}},"description":""}}}},"/api/v1/payments/{id}/co-payment-breakdown/":{"get":{"operationId":"payments_co_payment_breakdown_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentDetail"}}},"description":""}}}},"/api/v1/payments/{id}/payment-breakdown/":{"get":{"operationId":"payments_payment_breakdown_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAgTco"}}},"description":""}}}},"/api/v1/payments/{id}/payment-summary/":{"get":{"operationId":"payments_payment_summary_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestList"}}},"description":""}}}},"/api/v1/payments/{id}/tco-confirm/":{"post":{"operationId":"payments_tco_confirm_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment request.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/contracts/":{"get":{"operationId":"payments_contracts_list","parameters":[{"in":"query","name":"contractor","schema":{"type":"string"}},{"in":"query","name":"date_awarded_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"date_awarded_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"mda","schema":{"type":"string","format":"uuid"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["ACTIVE","COMPLETED"]}},"description":"* `COMPLETED` - COMPLETED\n* `ACTIVE` - ACTIVE","explode":true,"style":"form"},{"in":"query","name":"title","schema":{"type":"string"}}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedContractLedgerList"}}},"description":""}}},"post":{"operationId":"payments_contracts_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedgerRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ContractLedgerRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ContractLedgerRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedger"}}},"description":""}}}},"/api/v1/payments/contracts/{id}/":{"get":{"operationId":"payments_contracts_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this contract ledger.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedger"}}},"description":""}}},"patch":{"operationId":"payments_contracts_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this contract ledger.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedContractLedgerRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedContractLedgerRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedContractLedgerRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedger"}}},"description":""}}},"delete":{"operationId":"payments_contracts_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this contract ledger.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/payments/contracts/{id}/items/":{"get":{"operationId":"payments_contracts_items_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this contract ledger.","required":true},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by MDA"},{"in":"query","name":"name","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"state","schema":{"type":"string"},"description":"Filter by State"},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by Status"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedgerItem"}}},"description":""}}},"post":{"operationId":"payments_contracts_items_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this contract ledger.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedgerItemRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ContractLedgerItemRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ContractLedgerItemRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedgerItem"}}},"description":""}}}},"/api/v1/payments/contracts/{id}/link-payment/":{"post":{"operationId":"payments_contracts_link_payment_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this contract ledger.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPaymentRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/LinkPaymentRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/LinkPaymentRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkPayment"}}},"description":""}}}},"/api/v1/payments/contracts/item/{item_id}/":{"get":{"operationId":"payments_contracts_item_retrieve","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractLedgerItem"}}},"description":""}}},"delete":{"operationId":"payments_contracts_item_destroy","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/payments/download-csv/":{"get":{"operationId":"payments_download_csv_retrieve","description":"Download payment Request","parameters":[{"in":"query","name":"budget_year","schema":{"type":"integer"},"description":"budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by project type"},{"in":"query","name":"search","schema":{"type":"string"},"description":"search parameters"},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by request status"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by category type"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestList"}}},"description":""}}}},"/api/v1/payments/journal-entries/":{"get":{"operationId":"payments_journal_entries_list","parameters":[{"in":"query","name":"category","schema":{"type":"string","enum":["EXPENDITURE","REVENUE"]},"description":"* `REVENUE` - REVENUE\n* `EXPENDITURE` - EXPENDITURE"},{"in":"query","name":"expense_classification","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"ledger","schema":{"type":"string","format":"uuid"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"user","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedJournalEntryList"}}},"description":""}}},"post":{"operationId":"payments_journal_entries_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalEntryRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/JournalEntryRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/JournalEntryRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalEntry"}}},"description":""}}}},"/api/v1/payments/journal-entries/{id}/":{"get":{"operationId":"payments_journal_entries_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this journal entry.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalEntryDetail"}}},"description":""}}}},"/api/v1/payments/journal-entries/{id}/classify/":{"post":{"operationId":"payments_journal_entries_classify_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this journal entry.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/JournalClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/JournalClassificationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalClassification"}}},"description":""}}}},"/api/v1/payments/journal-entries/closure/{item_id}/detail/":{"get":{"operationId":"payments_journal_entries_closure_detail_retrieve","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyClosureDetail"}}},"description":""}}}},"/api/v1/payments/journal-entries/generate/":{"post":{"operationId":"payments_journal_entries_generate_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalEntryGenerateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/JournalEntryGenerateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/JournalEntryGenerateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalEntryGenerate"}}},"description":""}}}},"/api/v1/payments/journal-entries/ledgers/{ledger_id}/closure-history/":{"get":{"operationId":"payments_journal_entries_ledgers_closure_history_retrieve","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true},{"in":"query","name":"month","schema":{"type":"string"},"description":"Filter by month"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"year","schema":{"type":"string"},"description":"Filter by year"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyClosureList"}}},"description":""}}}},"/api/v1/payments/journal-entries/ledgers/{ledger_id}/monthly-closure/":{"post":{"operationId":"payments_journal_entries_ledgers_monthly_closure_create","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyClosureRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MonthlyClosureRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MonthlyClosureRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyClosure"}}},"description":""}}}},"/api/v1/payments/journal-entries/ledgers/{ledger_id}/reversal/":{"post":{"operationId":"payments_journal_entries_ledgers_reversal_create","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalEntryReversalRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/JournalEntryReversalRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/JournalEntryReversalRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalEntryReversal"}}},"description":""}}}},"/api/v1/payments/payment-advice/":{"get":{"operationId":"payments_payment_advice_list","parameters":[{"in":"query","name":"account","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"maximum_amount","schema":{"type":"number"}},{"in":"query","name":"minimum_amount","schema":{"type":"number"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"processed_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"processed_at_start_date","schema":{"type":"string","format":"date"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["GENERATED","OPEN","PROCESSED"]}},"description":"* `OPEN` - OPEN\n* `GENERATED` - GENERATED\n* `PROCESSED` - PROCESSED","explode":true,"style":"form"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedPaymentAdviceList"}}},"description":""}}},"post":{"operationId":"payments_payment_advice_create","tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"201":{"description":"No response body"}}}},"/api/v1/payments/payment-advice/{id}/pdf-data/":{"get":{"operationId":"payments_payment_advice_pdf_data_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdvicePdf"}}},"description":""}}}},"/api/v1/payments/payment-advice/{id}/":{"get":{"operationId":"payments_payment_advice_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment advice.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdvice"}}},"description":""}}}},"/api/v1/payments/payment-advice/{id}/generate/":{"post":{"operationId":"payments_payment_advice_generate_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment advice.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdviceGenerateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentAdviceGenerateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentAdviceGenerateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdviceGenerate"}}},"description":""}}}},"/api/v1/payments/payment-advice/{id}/process/":{"post":{"operationId":"payments_payment_advice_process_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment advice.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdviceProcessRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentAdviceProcessRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentAdviceProcessRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/payment-advice/{id}/queued-payments/":{"get":{"operationId":"payments_payment_advice_queued_payments_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment advice.","required":true},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentDetail"}}},"description":""}}}},"/api/v1/payments/payment-advice/{id}/remove-payments/":{"post":{"operationId":"payments_payment_advice_remove_payments_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment advice.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdvicePaymentRemoveRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentAdvicePaymentRemoveRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentAdvicePaymentRemoveRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdvicePaymentRemove"}}},"description":""}}}},"/api/v1/payments/payment-advice/payment-advise-stats-summary/":{"get":{"operationId":"payments_payment_advice_payment_advise_stats_summary_retrieve","tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAdvice"}}},"description":""}}}},"/api/v1/payments/payment-request-digitization/":{"post":{"operationId":"payments_payment_request_digitization_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestDigitizationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentRequestDigitizationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentRequestDigitizationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestDigitization"}}},"description":""}}}},"/api/v1/payments/payment-template/":{"get":{"operationId":"payments_payment_template_list","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedPaymentTemplateList"}}},"description":""}}},"post":{"operationId":"payments_payment_template_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentTemplateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentTemplateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentTemplateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentTemplate"}}},"description":""}}}},"/api/v1/payments/payment-template/{id}/":{"get":{"operationId":"payments_payment_template_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment template.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentTemplate"}}},"description":""}}},"patch":{"operationId":"payments_payment_template_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment template.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedPaymentTemplateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedPaymentTemplateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedPaymentTemplateRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentTemplate"}}},"description":""}}},"delete":{"operationId":"payments_payment_template_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment template.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/payments/payment-template/authorizer/":{"get":{"operationId":"payments_payment_template_authorizer_retrieve","tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentTemplate"}}},"description":""}}}},"/api/v1/payments/payment-upload-file/":{"post":{"operationId":"payments_payment_upload_file_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentUploadFileRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentUploadFileRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentUploadFileRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentUploadFile"}}},"description":""}}}},"/api/v1/payments/payments/":{"get":{"operationId":"payments_payments_list","parameters":[{"in":"query","name":"account","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"maximum_amount","schema":{"type":"number"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"minimum_amount","schema":{"type":"number"}},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"payment_advice","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"payment_request","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"processed_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"processed_at_start_date","schema":{"type":"string","format":"date"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["APPROVED","CONFIRMED","PAYMENT_ADVICE_GENERATED","PAYMENT_ADVICE_QUEUE","PROCESSED"]}},"description":"* `APPROVED` - APPROVED\n* `CONFIRMED` - CONFIRMED\n* `PAYMENT_ADVICE_QUEUE` - PAYMENT_ADVICE_QUEUE\n* `PAYMENT_ADVICE_GENERATED` - PAYMENT_ADVICE_GENERATED\n* `PROCESSED` - PROCESSED","explode":true,"style":"form"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedPaymentListList"}}},"description":""}}},"post":{"operationId":"payments_payments_create","tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"201":{"description":"No response body"}}}},"/api/v1/payments/payments/{id}/":{"get":{"operationId":"payments_payments_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentDetail"}}},"description":""}}}},"/api/v1/payments/payments/{id}/confirm/":{"post":{"operationId":"payments_payments_confirm_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentProcessRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PaymentProcessRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PaymentProcessRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentProcess"}}},"description":""}}}},"/api/v1/payments/payments/{id}/enqueue/":{"post":{"operationId":"payments_payments_enqueue_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this payment.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/payments/ledgers/":{"get":{"operationId":"payments_payments_ledgers_retrieve","parameters":[{"in":"query","name":"account","schema":{"type":"string","format":"uuid"},"description":"Filter by account"},{"in":"query","name":"maximum_amount","schema":{"type":"string"},"description":"filter by maximum_amount"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"filter by MDA ID"},{"in":"query","name":"minimum_amount","schema":{"type":"string"},"description":"filter by minimum_amount"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentLedger"}}},"description":""}}}},"/api/v1/payments/payments/ledgers-stat/":{"get":{"operationId":"payments_payments_ledgers_stat_retrieve","tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentLedger"}}},"description":""}}}},"/api/v1/payments/payments/stats/":{"get":{"operationId":"payments_payments_stats_retrieve","tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentList"}}},"description":""}}}},"/api/v1/payments/reconciliation/":{"get":{"operationId":"payments_reconciliation_list","parameters":[{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"month","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["COMPLETED","IN_PROCESS","PENDING","SUBMITTED"]}},"description":"* `PENDING` - PENDING\n* `IN_PROCESS` - IN_PROCESS\n* `SUBMITTED` - SUBMITTED\n* `COMPLETED` - COMPLETED","explode":true,"style":"form"},{"in":"query","name":"year","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedReconciliationList"}}},"description":""}}},"post":{"operationId":"payments_reconciliation_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ReconciliationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ReconciliationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Reconciliation"}}},"description":""}}}},"/api/v1/payments/reconciliation/{ledger_id}/":{"get":{"operationId":"payments_reconciliation_retrieve_2","parameters":[{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true},{"in":"query","name":"month","schema":{"type":"string"},"description":"Filter by month"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by status"},{"in":"query","name":"year","schema":{"type":"string"},"description":"Filter by year"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Reconciliation"}}},"description":""}}}},"/api/v1/payments/reconciliation/{ledger_id}/unreconciled/":{"get":{"operationId":"payments_reconciliation_unreconciled_retrieve","parameters":[{"in":"query","name":"classification","schema":{"type":"string"},"description":"Reconciliation classification"},{"in":"path","name":"ledger_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"source","schema":{"type":"string"},"description":"Reconciliation source"},{"in":"query","name":"transaction_date","schema":{"type":"string"},"description":"Filter end date"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationItem"}}},"description":""}}}},"/api/v1/payments/reconciliation/{matched_id}/match-detail/":{"get":{"operationId":"payments_reconciliation_match_detail_retrieve","parameters":[{"in":"path","name":"matched_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MatchedReconciliation"}}},"description":""}}}},"/api/v1/payments/reconciliation/{matched_id}/unmatch/":{"post":{"operationId":"payments_reconciliation_unmatch_create","parameters":[{"in":"path","name":"matched_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MatchedReconciliation"}}},"description":""}}}},"/api/v1/payments/reconciliation/{id}/":{"get":{"operationId":"payments_reconciliation_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationItem"}}},"description":""}}},"patch":{"operationId":"payments_reconciliation_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedReconciliationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedReconciliationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedReconciliationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Reconciliation"}}},"description":""}}},"delete":{"operationId":"payments_reconciliation_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/{id}/approval-data/":{"get":{"operationId":"payments_reconciliation_approval_data_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Reconciliation"}}},"description":""}}}},"/api/v1/payments/reconciliation/{id}/comment/":{"get":{"operationId":"payments_reconciliation_comment_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/{id}/discard/":{"post":{"operationId":"payments_reconciliation_discard_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/{id}/items/":{"get":{"operationId":"payments_reconciliation_items_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true},{"in":"query","name":"is_matched","schema":{"type":"boolean"},"description":"Hide reconciled entries."},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"source","schema":{"type":"string"},"description":"Filter source of reconciliation entries"},{"in":"query","name":"transaction","schema":{"type":"string"},"description":"Filter credit or debit entries."},{"in":"query","name":"transaction_date_end_date","schema":{"type":"string"},"description":"Filter end date"},{"in":"query","name":"transaction_date_start_date","schema":{"type":"string"},"description":"Filter start date"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter entry type"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationItem"}}},"description":""}}}},"/api/v1/payments/reconciliation/{id}/match-items/":{"post":{"operationId":"payments_reconciliation_match_items_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MergeTransactionRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MergeTransactionRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MergeTransactionRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MergeTransaction"}}},"description":""}}}},"/api/v1/payments/reconciliation/{id}/stat/":{"get":{"operationId":"payments_reconciliation_stat_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/{id}/submit/":{"post":{"operationId":"payments_reconciliation_submit_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/{id}/summary/":{"get":{"operationId":"payments_reconciliation_summary_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/{id}/unreconciled-entry/":{"get":{"operationId":"payments_reconciliation_unreconciled_entry_retrieve","parameters":[{"in":"query","name":"classification","schema":{"type":"string"},"description":"Reconciliation classification"},{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"source","schema":{"type":"string"},"description":"Reconciliation source"},{"in":"query","name":"transaction_date","schema":{"type":"string"},"description":"Filter end date"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationItem"}}},"description":""}}}},"/api/v1/payments/reconciliation/{id}/upload-statement/":{"post":{"operationId":"payments_reconciliation_upload_statement_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this reconciliation.","required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UploadBankStatementRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UploadBankStatementRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UploadBankStatementRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/{reconciliation_item}/item-info/":{"get":{"operationId":"payments_reconciliation_item_info_retrieve","parameters":[{"in":"path","name":"reconciliation_item","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationItem"}}},"description":""}}}},"/api/v1/payments/reconciliation/classification/{item_id}/":{"get":{"operationId":"payments_reconciliation_classification_retrieve","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationClassification"}}},"description":""}}},"patch":{"operationId":"payments_reconciliation_classification_partial_update","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedReconciliationClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedReconciliationClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedReconciliationClassificationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationClassification"}}},"description":""}}},"delete":{"operationId":"payments_reconciliation_classification_destroy","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/payments/reconciliation/classification/{item_id}/status/":{"post":{"operationId":"payments_reconciliation_classification_status_create","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationClassificationStatusUpdateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ReconciliationClassificationStatusUpdateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ReconciliationClassificationStatusUpdateRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationClassificationStatusUpdate"}}},"description":""}}}},"/api/v1/payments/reconciliation/classifications/":{"get":{"operationId":"payments_reconciliation_classifications_retrieve","parameters":[{"in":"query","name":"category","schema":{"type":"string"},"description":"Filter by category"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by status"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by status"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationClassification"}}},"description":""}}},"post":{"operationId":"payments_reconciliation_classifications_create","tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ReconciliationClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ReconciliationClassificationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationClassification"}}},"description":""}}}},"/api/v1/payments/reconciliation/item/{item_id}/classify/":{"post":{"operationId":"payments_reconciliation_item_classify_create","parameters":[{"in":"path","name":"item_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["payments"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationItemClassificationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ReconciliationItemClassificationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ReconciliationItemClassificationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReconciliationItemClassification"}}},"description":""}}}},"/api/v1/payments/stats/":{"get":{"operationId":"payments_stats_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"integer"},"description":"Budget year"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestList"}}},"description":""}}}},"/api/v1/payments/submitted-list/":{"get":{"operationId":"payments_submitted_list_retrieve","description":"Returns all payment request,\nusers outside Office of Accountant\n general ae granted access to see only\nrequest generated within their mda,\nwhile executive users have permissions to see all request","parameters":[{"in":"query","name":"budget_year","schema":{"type":"integer"},"description":"budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by project type"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"search parameters"},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by request status"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by project type"}],"tags":["payments"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequestList"}}},"description":""}}}},"/api/v1/personnels/":{"get":{"operationId":"personnels_list","description":"User viewsets","parameters":[{"in":"query","name":"department","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"is_active","schema":{"type":"boolean"}},{"in":"query","name":"is_admin","schema":{"type":"boolean"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"roles","schema":{"type":"array","items":{"type":"array","items":{"enum":["SUPERADMIN","ADMIN","IT_ADMIN","MDA_ADMIN","BUDGET_ADMIN","EMM_ADMIN","GLOBAL_AUDITOR","MDA_INITIATOR","MDA_INTERNAL_AUDITOR","MDA_AUTHORISER","MDA_REVIEWER","MDA_ACCOUNTING_OFFICER","MDA_SUPERVISING_OFFICER","DIRECTOR_OF_EXPENDITURE","WARRANT_INITIATOR","WARRANT_REQUEST_APPROVER","WARRANT_AUTHORISER","WARRANT_REQUEST_REVIEWER","WARRANT_REQUEST_AUTHORISER","WARRANT_REQUEST_ENDORSER","WARRANT_REQUEST_CHECKER","PAYMENT_REQUEST_PROCESSING_INITIATOR","CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER","PAYMENT_REQUEST_PROCESSING_REVIEWER","PAYMENT_REQUEST_PROCESSING_AUTHORISER","TREASURY_CASH_OFFICER","EXPENDITURE_REQUEST_REVIEWER","EXPENDITURE_CLEARANCE_INITIATOR","EXPENDITURE_CLEARANCE_AUTHORISER","EXPENDITURE_CLEARANCE_CHECKER","EXPENDITURE_CLEARANCE_ENDORSER","EXPENDITURE_CLEARANCE_APPROVER","EXPENDITURE_DIGITIZATION_INITIATOR","WARRANT_DIGITIZATION_INITIATOR","SE_EXPENDITURE","CASH_OFFICER","GLO_INITIATOR","GLO_REVIEWER","FUNDS_MANAGER","SE_FUND_RELEASE","SE_WARRANT","RECONCILIATION_INITIATOR","RECONCILIATION_AUTHORISER","EXPENDITURE_DIGITIZATION_REVIEWER","EXPENDITURE_DIGITIZATION_AUTHORISER","WARRANT_DIGITIZATION_REVIEWER","WARRANT_DIGITIZATION_AUTHORISER","WARRANT_GENERATION_INITIATOR","WARRANT_GENERATION_REVIEWER","WARRANT_GENERATION_AUTHORISER","GOVERNOR","RUNNING_GRANT_INITIATOR","MDA_CHECKER",""],"type":"string","description":"* `SUPERADMIN` - SUPERADMIN\n* `ADMIN` - ADMIN\n* `IT_ADMIN` - IT_ADMIN\n* `MDA_ADMIN` - MDA_ADMIN\n* `BUDGET_ADMIN` - BUDGET_ADMIN\n* `EMM_ADMIN` - EMM_ADMIN\n* `GLOBAL_AUDITOR` - GLOBAL_AUDITOR\n* `MDA_INITIATOR` - MDA_INITIATOR\n* `MDA_INTERNAL_AUDITOR` - MDA_INTERNAL_AUDITOR\n* `MDA_AUTHORISER` - MDA_AUTHORISER\n* `MDA_REVIEWER` - MDA_REVIEWER\n* `MDA_ACCOUNTING_OFFICER` - MDA_ACCOUNTING_OFFICER\n* `MDA_SUPERVISING_OFFICER` - MDA_SUPERVISING_OFFICER\n* `DIRECTOR_OF_EXPENDITURE` - DIRECTOR_OF_EXPENDITURE\n* `WARRANT_INITIATOR` - WARRANT_INITIATOR\n* `WARRANT_REQUEST_APPROVER` - WARRANT_REQUEST_APPROVER\n* `WARRANT_AUTHORISER` - WARRANT_AUTHORISER\n* `WARRANT_REQUEST_REVIEWER` - WARRANT_REQUEST_REVIEWER\n* `WARRANT_REQUEST_AUTHORISER` - WARRANT_REQUEST_AUTHORISER\n* `WARRANT_REQUEST_ENDORSER` - WARRANT_REQUEST_ENDORSER\n* `WARRANT_REQUEST_CHECKER` - WARRANT_REQUEST_CHECKER\n* `PAYMENT_REQUEST_PROCESSING_INITIATOR` - PAYMENT_REQUEST_PROCESSING_INITIATOR\n* `CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER` - CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER\n* `PAYMENT_REQUEST_PROCESSING_REVIEWER` - PAYMENT_REQUEST_PROCESSING_REVIEWER\n* `PAYMENT_REQUEST_PROCESSING_AUTHORISER` - PAYMENT_REQUEST_PROCESSING_AUTHORISER\n* `TREASURY_CASH_OFFICER` - TREASURY_CASH_OFFICER\n* `EXPENDITURE_REQUEST_REVIEWER` - EXPENDITURE_REQUEST_REVIEWER\n* `EXPENDITURE_CLEARANCE_INITIATOR` - EXPENDITURE_CLEARANCE_INITIATOR\n* `EXPENDITURE_CLEARANCE_AUTHORISER` - EXPENDITURE_CLEARANCE_AUTHORISER\n* `EXPENDITURE_CLEARANCE_CHECKER` - EXPENDITURE_CLEARANCE_CHECKER\n* `EXPENDITURE_CLEARANCE_ENDORSER` - EXPENDITURE_CLEARANCE_ENDORSER\n* `EXPENDITURE_CLEARANCE_APPROVER` - EXPENDITURE_CLEARANCE_APPROVER\n* `EXPENDITURE_DIGITIZATION_INITIATOR` - EXPENDITURE_DIGITIZATION_INITIATOR\n* `WARRANT_DIGITIZATION_INITIATOR` - WARRANT_DIGITIZATION_INITIATOR\n* `SE_EXPENDITURE` - SE_EXPENDITURE\n* `CASH_OFFICER` - CASH_OFFICER\n* `GLO_INITIATOR` - GLO_INITIATOR\n* `GLO_REVIEWER` - GLO_REVIEWER\n* `FUNDS_MANAGER` - FUNDS_MANAGER\n* `SE_FUND_RELEASE` - SE_FUND_RELEASE\n* `SE_WARRANT` - SE_WARRANT\n* `RECONCILIATION_INITIATOR` - RECONCILIATION_INITIATOR\n* `RECONCILIATION_AUTHORISER` - RECONCILIATION_AUTHORISER\n* `EXPENDITURE_DIGITIZATION_REVIEWER` - EXPENDITURE_DIGITIZATION_REVIEWER\n* `EXPENDITURE_DIGITIZATION_AUTHORISER` - EXPENDITURE_DIGITIZATION_AUTHORISER\n* `WARRANT_DIGITIZATION_REVIEWER` - WARRANT_DIGITIZATION_REVIEWER\n* `WARRANT_DIGITIZATION_AUTHORISER` - WARRANT_DIGITIZATION_AUTHORISER\n* `WARRANT_GENERATION_INITIATOR` - WARRANT_GENERATION_INITIATOR\n* `WARRANT_GENERATION_REVIEWER` - WARRANT_GENERATION_REVIEWER\n* `WARRANT_GENERATION_AUTHORISER` - WARRANT_GENERATION_AUTHORISER\n* `GOVERNOR` - GOVERNOR\n* `RUNNING_GRANT_INITIATOR` - RUNNING_GRANT_INITIATOR\n* `MDA_CHECKER` - MDA_CHECKER"}}},"explode":true,"style":"form"},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"search_with_roles","schema":{"type":"string"}},{"in":"query","name":"state_ref","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["ACTIVE","IN_ACTIVE","LOCKED","PENDING"]}},"description":"* `PENDING` - PENDING\n* `ACTIVE` - ACTIVE\n* `IN_ACTIVE` - IN_ACTIVE\n* `LOCKED` - LOCKED","explode":true,"style":"form"},{"in":"query","name":"unit","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"user_designation","schema":{"type":"string","format":"uuid"}}],"tags":["personnels"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedListUserList"}}},"description":""}}},"post":{"operationId":"personnels_create","description":"User viewsets","tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InviteUserRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/InviteUserRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/InviteUserRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InviteUser"}}},"description":""}}}},"/api/v1/personnels/{id}/":{"get":{"operationId":"personnels_retrieve","description":"User viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this user.","required":true}],"tags":["personnels"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListUser"}}},"description":""}}},"patch":{"operationId":"personnels_partial_update","description":"User viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this user.","required":true}],"tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedListUserRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedListUserRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedListUserRequest"}}}},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListUser"}}},"description":""}}},"delete":{"operationId":"personnels_destroy","description":"User viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this user.","required":true}],"tags":["personnels"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/personnels/{id}/delete-signature/":{"post":{"operationId":"personnels_delete_signature_create","description":"User viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this user.","required":true}],"tags":["personnels"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/personnels/{id}/update-status/":{"post":{"operationId":"personnels_update_status_create","description":"User viewsets","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this user.","required":true}],"tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateUserStatusRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateUserStatusRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateUserStatusRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateUserStatus"}}},"description":""}}}},"/api/v1/personnels/create-password/":{"post":{"operationId":"personnels_create_password_create","description":"Create a new password given the reset token","tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePasswordRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CreatePasswordRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CreatePasswordRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePassword"}}},"description":""}}}},"/api/v1/personnels/invite/":{"post":{"operationId":"personnels_invite_create","description":"This endpoint invites new user by admin","tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InviteUserRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/InviteUserRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/InviteUserRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InviteUser"}}},"description":""}}}},"/api/v1/personnels/logger/":{"get":{"operationId":"personnels_logger_list","parameters":[{"in":"query","name":"action","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"in":"query","name":"actor","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"budget_year","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"search_action","schema":{"type":"string"}},{"in":"query","name":"search_actor","schema":{"type":"string"}},{"in":"query","name":"search_mda","schema":{"type":"string"}}],"tags":["personnels"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedAuditLogList"}}},"description":""}}}},"/api/v1/personnels/logger/{id}/":{"get":{"operationId":"personnels_logger_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this audit log.","required":true}],"tags":["personnels"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuditLog"}}},"description":""}}}},"/api/v1/personnels/resend-token/":{"post":{"operationId":"personnels_resend_token_create","description":"This endpoint resends token","tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendTokenRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ResendTokenRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ResendTokenRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendToken"}}},"description":""}}}},"/api/v1/personnels/reset-password/":{"post":{"operationId":"personnels_reset_password_create","description":"This endpoint initializes password reset by sending password reset email to user","tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InitializePasswordResetRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/InitializePasswordResetRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/InitializePasswordResetRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InitializePasswordReset"}}},"description":""}}}},"/api/v1/personnels/set-state-ref/":{"post":{"operationId":"personnels_set_state_ref_create","description":"User viewsets","tags":["personnels"],"security":[{"jwtAuth":[]},{}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListUser"}}},"description":""}}}},"/api/v1/personnels/verify-token/":{"post":{"operationId":"personnels_verify_token_create","description":"This endpoint verifies token","tags":["personnels"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyTokenRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/VerifyTokenRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/VerifyTokenRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyToken"}}},"description":""}}}},"/api/v1/signature/":{"post":{"operationId":"signature_create","description":"Designation views","tags":["signature"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserSignatureRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UserSignatureRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UserSignatureRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserSignature"}}},"description":""}}}},"/api/v1/signature/generate-otp/":{"get":{"operationId":"signature_generate_otp_retrieve","description":"Create OTP for signature approval","tags":["signature"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyToken"}}},"description":""}}}},"/api/v1/stamps/":{"get":{"operationId":"stamps_list","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["stamps"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedBasicStampList"}}},"description":""}}}},"/api/v1/stamps/{stamp_id}/create-and-update-stamp-configuration":{"post":{"operationId":"stamps_create_and_update_stamp_configuration_create","parameters":[{"in":"path","name":"stamp_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Stamp.","required":true}],"tags":["stamps"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BasicConfigurationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BasicConfigurationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/BasicConfigurationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BasicConfiguration"}}},"description":""}}}},"/api/v1/stamps/{stamp_id}/delete-stamp":{"delete":{"operationId":"stamps_delete_stamp_destroy","parameters":[{"in":"path","name":"stamp_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Stamp.","required":true}],"tags":["stamps"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/stamps/{stamp_id}/get-stamp":{"get":{"operationId":"stamps_get_stamp_retrieve","parameters":[{"in":"path","name":"stamp_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Stamp.","required":true}],"tags":["stamps"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BasicStamp"}}},"description":""}}}},"/api/v1/stamps/{stamp_id}/update-stamp":{"patch":{"operationId":"stamps_update_stamp_partial_update","parameters":[{"in":"path","name":"stamp_id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Stamp.","required":true}],"tags":["stamps"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedStampRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedStampRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedStampRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Stamp"}}},"description":""}}}},"/api/v1/stamps/create-stamp":{"post":{"operationId":"stamps_create_stamp_create","tags":["stamps"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StampRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/StampRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/StampRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Stamp"}}},"description":""}}}},"/api/v1/two-factor/":{"get":{"operationId":"two_factor_list","parameters":[{"in":"query","name":"department","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"is_active","schema":{"type":"boolean"}},{"in":"query","name":"is_admin","schema":{"type":"boolean"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"roles","schema":{"type":"array","items":{"type":"array","items":{"enum":["SUPERADMIN","ADMIN","IT_ADMIN","MDA_ADMIN","BUDGET_ADMIN","EMM_ADMIN","GLOBAL_AUDITOR","MDA_INITIATOR","MDA_INTERNAL_AUDITOR","MDA_AUTHORISER","MDA_REVIEWER","MDA_ACCOUNTING_OFFICER","MDA_SUPERVISING_OFFICER","DIRECTOR_OF_EXPENDITURE","WARRANT_INITIATOR","WARRANT_REQUEST_APPROVER","WARRANT_AUTHORISER","WARRANT_REQUEST_REVIEWER","WARRANT_REQUEST_AUTHORISER","WARRANT_REQUEST_ENDORSER","WARRANT_REQUEST_CHECKER","PAYMENT_REQUEST_PROCESSING_INITIATOR","CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER","PAYMENT_REQUEST_PROCESSING_REVIEWER","PAYMENT_REQUEST_PROCESSING_AUTHORISER","TREASURY_CASH_OFFICER","EXPENDITURE_REQUEST_REVIEWER","EXPENDITURE_CLEARANCE_INITIATOR","EXPENDITURE_CLEARANCE_AUTHORISER","EXPENDITURE_CLEARANCE_CHECKER","EXPENDITURE_CLEARANCE_ENDORSER","EXPENDITURE_CLEARANCE_APPROVER","EXPENDITURE_DIGITIZATION_INITIATOR","WARRANT_DIGITIZATION_INITIATOR","SE_EXPENDITURE","CASH_OFFICER","GLO_INITIATOR","GLO_REVIEWER","FUNDS_MANAGER","SE_FUND_RELEASE","SE_WARRANT","RECONCILIATION_INITIATOR","RECONCILIATION_AUTHORISER","EXPENDITURE_DIGITIZATION_REVIEWER","EXPENDITURE_DIGITIZATION_AUTHORISER","WARRANT_DIGITIZATION_REVIEWER","WARRANT_DIGITIZATION_AUTHORISER","WARRANT_GENERATION_INITIATOR","WARRANT_GENERATION_REVIEWER","WARRANT_GENERATION_AUTHORISER","GOVERNOR","RUNNING_GRANT_INITIATOR","MDA_CHECKER",""],"type":"string","description":"* `SUPERADMIN` - SUPERADMIN\n* `ADMIN` - ADMIN\n* `IT_ADMIN` - IT_ADMIN\n* `MDA_ADMIN` - MDA_ADMIN\n* `BUDGET_ADMIN` - BUDGET_ADMIN\n* `EMM_ADMIN` - EMM_ADMIN\n* `GLOBAL_AUDITOR` - GLOBAL_AUDITOR\n* `MDA_INITIATOR` - MDA_INITIATOR\n* `MDA_INTERNAL_AUDITOR` - MDA_INTERNAL_AUDITOR\n* `MDA_AUTHORISER` - MDA_AUTHORISER\n* `MDA_REVIEWER` - MDA_REVIEWER\n* `MDA_ACCOUNTING_OFFICER` - MDA_ACCOUNTING_OFFICER\n* `MDA_SUPERVISING_OFFICER` - MDA_SUPERVISING_OFFICER\n* `DIRECTOR_OF_EXPENDITURE` - DIRECTOR_OF_EXPENDITURE\n* `WARRANT_INITIATOR` - WARRANT_INITIATOR\n* `WARRANT_REQUEST_APPROVER` - WARRANT_REQUEST_APPROVER\n* `WARRANT_AUTHORISER` - WARRANT_AUTHORISER\n* `WARRANT_REQUEST_REVIEWER` - WARRANT_REQUEST_REVIEWER\n* `WARRANT_REQUEST_AUTHORISER` - WARRANT_REQUEST_AUTHORISER\n* `WARRANT_REQUEST_ENDORSER` - WARRANT_REQUEST_ENDORSER\n* `WARRANT_REQUEST_CHECKER` - WARRANT_REQUEST_CHECKER\n* `PAYMENT_REQUEST_PROCESSING_INITIATOR` - PAYMENT_REQUEST_PROCESSING_INITIATOR\n* `CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER` - CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER\n* `PAYMENT_REQUEST_PROCESSING_REVIEWER` - PAYMENT_REQUEST_PROCESSING_REVIEWER\n* `PAYMENT_REQUEST_PROCESSING_AUTHORISER` - PAYMENT_REQUEST_PROCESSING_AUTHORISER\n* `TREASURY_CASH_OFFICER` - TREASURY_CASH_OFFICER\n* `EXPENDITURE_REQUEST_REVIEWER` - EXPENDITURE_REQUEST_REVIEWER\n* `EXPENDITURE_CLEARANCE_INITIATOR` - EXPENDITURE_CLEARANCE_INITIATOR\n* `EXPENDITURE_CLEARANCE_AUTHORISER` - EXPENDITURE_CLEARANCE_AUTHORISER\n* `EXPENDITURE_CLEARANCE_CHECKER` - EXPENDITURE_CLEARANCE_CHECKER\n* `EXPENDITURE_CLEARANCE_ENDORSER` - EXPENDITURE_CLEARANCE_ENDORSER\n* `EXPENDITURE_CLEARANCE_APPROVER` - EXPENDITURE_CLEARANCE_APPROVER\n* `EXPENDITURE_DIGITIZATION_INITIATOR` - EXPENDITURE_DIGITIZATION_INITIATOR\n* `WARRANT_DIGITIZATION_INITIATOR` - WARRANT_DIGITIZATION_INITIATOR\n* `SE_EXPENDITURE` - SE_EXPENDITURE\n* `CASH_OFFICER` - CASH_OFFICER\n* `GLO_INITIATOR` - GLO_INITIATOR\n* `GLO_REVIEWER` - GLO_REVIEWER\n* `FUNDS_MANAGER` - FUNDS_MANAGER\n* `SE_FUND_RELEASE` - SE_FUND_RELEASE\n* `SE_WARRANT` - SE_WARRANT\n* `RECONCILIATION_INITIATOR` - RECONCILIATION_INITIATOR\n* `RECONCILIATION_AUTHORISER` - RECONCILIATION_AUTHORISER\n* `EXPENDITURE_DIGITIZATION_REVIEWER` - EXPENDITURE_DIGITIZATION_REVIEWER\n* `EXPENDITURE_DIGITIZATION_AUTHORISER` - EXPENDITURE_DIGITIZATION_AUTHORISER\n* `WARRANT_DIGITIZATION_REVIEWER` - WARRANT_DIGITIZATION_REVIEWER\n* `WARRANT_DIGITIZATION_AUTHORISER` - WARRANT_DIGITIZATION_AUTHORISER\n* `WARRANT_GENERATION_INITIATOR` - WARRANT_GENERATION_INITIATOR\n* `WARRANT_GENERATION_REVIEWER` - WARRANT_GENERATION_REVIEWER\n* `WARRANT_GENERATION_AUTHORISER` - WARRANT_GENERATION_AUTHORISER\n* `GOVERNOR` - GOVERNOR\n* `RUNNING_GRANT_INITIATOR` - RUNNING_GRANT_INITIATOR\n* `MDA_CHECKER` - MDA_CHECKER"}}},"explode":true,"style":"form"},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"search_with_roles","schema":{"type":"string"}},{"in":"query","name":"state_ref","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["ACTIVE","IN_ACTIVE","LOCKED","PENDING"]}},"description":"* `PENDING` - PENDING\n* `ACTIVE` - ACTIVE\n* `IN_ACTIVE` - IN_ACTIVE\n* `LOCKED` - LOCKED","explode":true,"style":"form"},{"in":"query","name":"unit","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"in":"query","name":"user_designation","schema":{"type":"string","format":"uuid"}}],"tags":["two-factor"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedListUserList"}}},"description":""}}}},"/api/v1/two-factor/authenticate/":{"post":{"operationId":"two_factor_authenticate_create","description":"authenticate user with their login details.\nif field \"has_set_mfa\" is false please redirect the user to set up 2FA(authenticator app)\n\nNOTE:\n\n this end point is encrypted. encrypted the payload and send the digest as {\"hash_digest\":{encrypted payload}}","tags":["two-factor"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthenticateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/AuthenticateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/AuthenticateRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Authenticate"}}},"description":""}}}},"/api/v1/two-factor/finalize-login/":{"post":{"operationId":"two_factor_finalize_login_create","description":"verify otp for the user.\n\nNOTE:\n\n this is only meant to verify otp for the user, and it based on the auth_type of the user.\n\n this end point is encrypted. encrypted the payload and send the digest as {\"hash_digest\":{encrypted payload}}","tags":["two-factor"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MfaRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MfaRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MfaRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Mfa"}}},"description":""}}}},"/api/v1/two-factor/phone/request-verification/":{"post":{"operationId":"two_factor_phone_request_verification_create","description":"Request user phone for validation","tags":["two-factor"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestPhoneVerifyRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/RequestPhoneVerifyRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/RequestPhoneVerifyRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestPhoneVerify"}}},"description":""}}}},"/api/v1/two-factor/phone/verify-token/":{"post":{"operationId":"two_factor_phone_verify_token_create","description":"This endpoint verifies phone number token","tags":["two-factor"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyPhoneRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/VerifyPhoneRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/VerifyPhoneRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyPhone"}}},"description":""}}}},"/api/v1/two-factor/reset-2fa/":{"post":{"operationId":"two_factor_reset_2fa_create","description":"This api resets 2fa for a user.","tags":["two-factor"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResetTwoFactorAuthenticationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ResetTwoFactorAuthenticationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ResetTwoFactorAuthenticationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResetTwoFactorAuthentication"}}},"description":""}}}},"/api/v1/two-factor/setup-mfa/":{"post":{"operationId":"two_factor_setup_mfa_create","description":"This api set up 2fa for a user.\n\nplease adhere that on first use case if user choose \"TOTP\" for auth_type. make sure that you use your authenticator app\n\nto copy the qr code. because the qr code image url would not be displayed on subsequent use once the user has completed the process(for security reasons).\n\nNOTE:\n\n make sure to retrieve the user id before testing this api out.\n\n this api automatically trigger an otp generation based on the auth type set by the user.\n\n for subsequent use make sure to parse the auth type of the user in the request body.\n\n This endpoint is to be encrypted. use the private key for encryption the payload should have the form\n {\"hash_digest\":{encrypted payload}}","tags":["two-factor"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TOTPRegistrationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/TOTPRegistrationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/TOTPRegistrationRequest"}}},"required":true},"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TOTPRegistration"}}},"description":""}}}},"/api/v1/voucher/":{"get":{"operationId":"voucher_list","parameters":[{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["voucher"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedVoucherList"}}},"description":""}}},"post":{"operationId":"voucher_create","tags":["voucher"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCreateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/VoucherCreateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/VoucherCreateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCreate"}}},"description":""}}}},"/api/v1/voucher/{id}/":{"get":{"operationId":"voucher_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this voucher.","required":true}],"tags":["voucher"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherDetail"}}},"description":""}}},"patch":{"operationId":"voucher_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this voucher.","required":true}],"tags":["voucher"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedVoucherRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedVoucherRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedVoucherRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Voucher"}}},"description":""}}},"delete":{"operationId":"voucher_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this voucher.","required":true}],"tags":["voucher"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/voucher/{id}/upload-voucher-certificate/":{"post":{"operationId":"voucher_upload_voucher_certificate_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this voucher.","required":true}],"tags":["voucher"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCertificateUploadRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/VoucherCertificateUploadRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/VoucherCertificateUploadRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCertificateUpload"}}},"description":""}}}},"/api/v1/voucher/{voucher_id}/pdf/":{"get":{"operationId":"voucher_pdf_retrieve","parameters":[{"in":"path","name":"voucher_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["voucher"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetVoucherCertificate"}}},"description":""}}}},"/api/v1/voucher/{voucher_id}/verify/":{"get":{"operationId":"voucher_verify_retrieve","parameters":[{"in":"path","name":"voucher_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["voucher"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetVoucherCertificate"}}},"description":""}}}},"/api/v1/voucher/certificate-config/":{"get":{"operationId":"voucher_certificate_config_list","parameters":[{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}}],"tags":["voucher"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedVoucherCertificateList"}}},"description":""}}},"post":{"operationId":"voucher_certificate_config_create","tags":["voucher"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCertificateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/VoucherCertificateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/VoucherCertificateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCertificate"}}},"description":""}}}},"/api/v1/voucher/certificate-config/{id}/":{"get":{"operationId":"voucher_certificate_config_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this voucher certificate.","required":true}],"tags":["voucher"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCertificate"}}},"description":""}}},"patch":{"operationId":"voucher_certificate_config_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this voucher certificate.","required":true}],"tags":["voucher"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedVoucherCertificateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedVoucherCertificateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedVoucherCertificateRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCertificate"}}},"description":""}}},"delete":{"operationId":"voucher_certificate_config_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this voucher certificate.","required":true}],"tags":["voucher"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/voucher/certificate-config/authorizer/":{"get":{"operationId":"voucher_certificate_config_authorizer_retrieve","tags":["voucher"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VoucherCertificate"}}},"description":""}}}},"/api/v1/warrants/":{"get":{"operationId":"warrants_list","parameters":[{"in":"query","name":"budget_year","schema":{"type":"array","items":{"type":"integer","maximum":2147483647,"minimum":-2147483648}},"explode":true,"style":"form"},{"in":"query","name":"cancellable","schema":{"type":"boolean"}},{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"project_type","schema":{"type":"array","items":{"type":"string","enum":["CAPITAL","RECURRENT","RUNNING_GRANT"]}},"description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT","explode":true,"style":"form"},{"in":"query","name":"request__status","schema":{"type":"array","items":{"type":"string","enum":["APPROVED","CANCELLED","DUE","EXPIRED","FULLY_PAID","GENERATED","ISSUED","NOT DUE","OVER DUE","PARTLY_PAID","PENDING","REJECTED","REVALIDATED","USED"]}},"description":"* `NOT DUE` - NOT DUE\n* `DUE` - DUE\n* `OVER DUE` - OVER DUE\n* `PENDING` - PENDING\n* `REJECTED` - REJECTED\n* `ISSUED` - ISSUED\n* `APPROVED` - APPROVED\n* `USED` - USED\n* `GENERATED` - GENERATED\n* `PARTLY_PAID` - PARTLY_PAID\n* `FULLY_PAID` - FULLY_PAID\n* `CANCELLED` - CANCELLED\n* `REVALIDATED` - REVALIDATED\n* `EXPIRED` - EXPIRED","explode":true,"style":"form"},{"in":"query","name":"revalidatable","schema":{"type":"boolean"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"usable","schema":{"type":"boolean"}},{"in":"query","name":"usable_for_voucher","schema":{"type":"boolean"}}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedWarrantRequestList"}}},"description":""}}},"post":{"operationId":"warrants_create","tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WarrantRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WarrantRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequest"}}},"description":""}}}},"/api/v1/warrants/{id}/":{"get":{"operationId":"warrants_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequestDetail"}}},"description":""}}},"patch":{"operationId":"warrants_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedWarrantRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedWarrantRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedWarrantRequestRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequest"}}},"description":""}}}},"/api/v1/warrants/{id}/cancel/":{"post":{"operationId":"warrants_cancel_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantCancelRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WarrantCancelRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WarrantCancelRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantCancel"}}},"description":""}}}},"/api/v1/warrants/{id}/revalidate/":{"post":{"operationId":"warrants_revalidate_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRevalidationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WarrantRevalidationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WarrantRevalidationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRevalidation"}}},"description":""}}}},"/api/v1/warrants/{id}/update-running-grant/":{"patch":{"operationId":"warrants_update_running_grant_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedRunningGrantRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedRunningGrantRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedRunningGrantRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RunningGrant"}}},"description":""}}}},"/api/v1/warrants/{id}/upload-certificate/":{"post":{"operationId":"warrants_upload_certificate_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantCertificateUploadRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WarrantCertificateUploadRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WarrantCertificateUploadRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantCertificateUpload"}}},"description":""}}}},"/api/v1/warrants/{id}/warrant-digitization/":{"patch":{"operationId":"warrants_warrant_digitization_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedWarrantDigitizationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedWarrantDigitizationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedWarrantDigitizationRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantDigitization"}}},"description":""}}}},"/api/v1/warrants/{id}/warrant-generation/":{"patch":{"operationId":"warrants_warrant_generation_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedGenerateWarrantRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedGenerateWarrantRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedGenerateWarrantRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateWarrant"}}},"description":""}}}},"/api/v1/warrants/{id}/workflow/":{"get":{"operationId":"warrants_workflow_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this warrant request.","required":true}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestWorkflow"}}},"description":""}}}},"/api/v1/warrants/{warrant_id}/pdf/":{"get":{"operationId":"warrants_pdf_retrieve","parameters":[{"in":"path","name":"warrant_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["warrants"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetPdfData"}}},"description":""}}}},"/api/v1/warrants/{warrant_id}/verify-warrant/":{"get":{"operationId":"warrants_verify_warrant_retrieve","parameters":[{"in":"path","name":"warrant_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["warrants"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetPdfData"}}},"description":""}}}},"/api/v1/warrants/capital-warrant-without-expenditure/":{"post":{"operationId":"warrants_capital_warrant_without_expenditure_create","tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantCapitalProjectTypeWithoutExpenditureRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WarrantCapitalProjectTypeWithoutExpenditureRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WarrantCapitalProjectTypeWithoutExpenditureRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantCapitalProjectTypeWithoutExpenditure"}}},"description":""}}}},"/api/v1/warrants/certificate/":{"get":{"operationId":"warrants_certificate_list","parameters":[{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"project_type","schema":{"type":"string","nullable":true,"enum":["CAPITAL","RECURRENT","RUNNING_GRANT"]},"description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT"},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedFundReleaseList"}}},"description":""}}},"post":{"operationId":"warrants_certificate_create","tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundReleaseRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/FundReleaseRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/FundReleaseRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundRelease"}}},"description":""}}}},"/api/v1/warrants/certificate/{id}/":{"get":{"operationId":"warrants_certificate_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this fund release.","required":true}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundRelease"}}},"description":""}}},"patch":{"operationId":"warrants_certificate_partial_update","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this fund release.","required":true}],"tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedFundReleaseRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/PatchedFundReleaseRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/PatchedFundReleaseRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundRelease"}}},"description":""}}},"delete":{"operationId":"warrants_certificate_destroy","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this fund release.","required":true}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"204":{"description":"No response body"}}}},"/api/v1/warrants/certificate/authorizer/":{"get":{"operationId":"warrants_certificate_authorizer_retrieve","tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundRelease"}}},"description":""}}}},"/api/v1/warrants/clean-up-request-type/":{"post":{"operationId":"warrants_clean_up_request_type_create","tags":["warrants"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequest"}}},"description":""}}}},"/api/v1/warrants/generate-details/":{"get":{"operationId":"warrants_generate_details_retrieve","description":"download the csv","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by project type"},{"in":"query","name":"project_type","schema":{"type":"string"},"description":"Filter by project type"},{"in":"query","name":"request__status","schema":{"type":"string"},"description":"Filter by request status"},{"in":"query","name":"search","schema":{"type":"string"},"description":"search parameters"}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequest"}}},"description":""}}}},"/api/v1/warrants/running-grant/":{"post":{"operationId":"warrants_running_grant_create","tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RunningGrantRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/RunningGrantRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/RunningGrantRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RunningGrant"}}},"description":""}}}},"/api/v1/warrants/set-process-group/":{"post":{"operationId":"warrants_set_process_group_create","tags":["warrants"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequest"}}},"description":""}}}},"/api/v1/warrants/set-target-id/":{"post":{"operationId":"warrants_set_target_id_create","description":"Set target_reqeust_id for existing data in db","tags":["warrants"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantRequest"}}},"description":""}}}},"/api/v1/warrants/update-title/":{"get":{"operationId":"warrants_update_title_retrieve","tags":["warrants"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestWorkflow"}}},"description":""}}}},"/api/v1/warrants/warrant-digitization/":{"post":{"operationId":"warrants_warrant_digitization_create","tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantDigitizationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WarrantDigitizationRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WarrantDigitizationRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantDigitization"}}},"description":""}}}},"/api/v1/warrants/warrant-generation/":{"post":{"operationId":"warrants_warrant_generation_create","tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateWarrantRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/GenerateWarrantRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/GenerateWarrantRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateWarrant"}}},"description":""}}}},"/api/v1/warrants/warrants/":{"get":{"operationId":"warrants_warrants_retrieve","description":"Return all warrants that have been generated, issued or used,\nAll state executives and all users in the Central processing unit in the ministry of Finance\n can see all warrants, while other users see only the warrant tat belongs to their mda","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"ordering","schema":{"type":"string"},"description":"Which field to use when ordering"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"project_type","schema":{"type":"string"},"description":"Filter by project type"},{"in":"query","name":"request__status","schema":{"type":"string"},"description":"Filter by request status"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Warrant"}}},"description":""}}}},"/api/v1/warrants/warrants-summary/":{"get":{"operationId":"warrants_warrants_summary_retrieve","tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Warrant"}}},"description":""}}}},"/api/v1/warrants/year-end/":{"get":{"operationId":"warrants_year_end_retrieve","parameters":[{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/YearEndActivity"}}},"description":""}}},"post":{"operationId":"warrants_year_end_create","tags":["warrants"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/YearEndActivityRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/YearEndActivityRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/YearEndActivityRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/YearEndActivity"}}},"description":""}}}},"/api/v1/warrants/year-end/{year_id}/":{"get":{"operationId":"warrants_year_end_retrieve_2","parameters":[{"in":"path","name":"year_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["warrants"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/YearEndActivity"}}},"description":""}}}},"/api/v1/workbench/expenditure/":{"get":{"operationId":"workbench_expenditure_list","parameters":[{"in":"query","name":"budget_year","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"in_view","schema":{"type":"boolean"}},{"in":"query","name":"initiated_by_me","schema":{"type":"boolean"}},{"in":"query","name":"initiated_by_others","schema":{"type":"boolean"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"payment_request__category","schema":{"type":"array","items":{"type":"string","enum":["CAPITAL","RECURRENT","RUNNING_GRANT"]}},"description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT","explode":true,"style":"form"},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["APPROVED","CANCELLED","DUE","EXPIRED","FULLY_PAID","GENERATED","ISSUED","NOT DUE","OVER DUE","PARTLY_PAID","PENDING","REJECTED","REVALIDATED","USED"]}},"description":"* `NOT DUE` - NOT DUE\n* `DUE` - DUE\n* `OVER DUE` - OVER DUE\n* `PENDING` - PENDING\n* `REJECTED` - REJECTED\n* `ISSUED` - ISSUED\n* `APPROVED` - APPROVED\n* `USED` - USED\n* `GENERATED` - GENERATED\n* `PARTLY_PAID` - PARTLY_PAID\n* `FULLY_PAID` - FULLY_PAID\n* `CANCELLED` - CANCELLED\n* `REVALIDATED` - REVALIDATED\n* `EXPIRED` - EXPIRED","explode":true,"style":"form"},{"in":"query","name":"type","schema":{"type":"array","items":{"type":"string","enum":["DOCUMENT","EXPENDITURE CLEARANCE","EXPENDITURE_CONCURRENCE","FILE","MAIL","MEMO","PAYMENT","PROCUREMENT","RECONCILIATION_REQUEST","SPECIAL_BUDGET_REQUEST","VOUCHER","WARRANT","WARRANT_CANCELLATION","WARRANT_REVALIDATION"]}},"description":"* `WARRANT` - WARRANT\n* `PAYMENT` - PAYMENT\n* `EXPENDITURE CLEARANCE` - EXPENDITURE CLEARANCE\n* `EXPENDITURE_CONCURRENCE` - EXPENDITURE_CONCURRENCE\n* `WARRANT_CANCELLATION` - WARRANT_CANCELLATION\n* `WARRANT_REVALIDATION` - WARRANT_REVALIDATION\n* `RECONCILIATION_REQUEST` - RECONCILIATION_REQUEST\n* `SPECIAL_BUDGET_REQUEST` - SPECIAL_BUDGET_REQUEST\n* `VOUCHER` - VOUCHER\n* `PROCUREMENT` - PROCUREMENT\n* `MEMO` - MEMO\n* `FILE` - FILE\n* `DOCUMENT` - DOCUMENT\n* `MAIL` - MAIL","explode":true,"style":"form"},{"in":"query","name":"warrant_request__project_type","schema":{"type":"array","items":{"type":"string","enum":["CAPITAL","RECURRENT","RUNNING_GRANT"]}},"description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT","explode":true,"style":"form"}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedWorkbenchList"}}},"description":""}}}},"/api/v1/workbench/expenditure/{id}/":{"get":{"operationId":"workbench_expenditure_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workbench"}}},"description":""}}}},"/api/v1/workbench/expenditure/{id}/activities-timeline/":{"get":{"operationId":"workbench_expenditure_activities_timeline_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestActivity"}}},"description":""}}}},"/api/v1/workbench/expenditure/{id}/check-request-withdrawability/":{"get":{"operationId":"workbench_expenditure_check_request_withdrawability_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserBasic"}}},"description":""}}}},"/api/v1/workbench/expenditure/{id}/request-users/":{"get":{"operationId":"workbench_expenditure_request_users_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserBasic"}}},"description":""}}}},"/api/v1/workbench/expenditure/{id}/request-workflow/":{"get":{"operationId":"workbench_expenditure_request_workflow_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestWorkflow"}}},"description":""}}}},"/api/v1/workbench/expenditure/journal-analysis/":{"get":{"operationId":"workbench_expenditure_journal_analysis_retrieve","description":"returns the top 5 journals by classifications and the summation of the offset","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"category","schema":{"type":"string"},"required":true},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalAnalysis"}}},"description":""}}}},"/api/v1/workbench/expenditure/latest-activities/":{"get":{"operationId":"workbench_expenditure_latest_activities_retrieve","description":"Returns the latest activities for each requests","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by stage status"},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page number within the paginated result"},{"in":"query","name":"page_size","schema":{"type":"integer"},"description":"Num of results to return per page"},{"in":"query","name":"search","schema":{"type":"string"},"description":"A search term."},{"in":"query","name":"status","schema":{"type":"string"},"description":"Filter by stage status"},{"in":"query","name":"type","schema":{"type":"string"},"description":"Filter by project type"}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LatestWorkFlowActivity"}}},"description":""}}}},"/api/v1/workbench/expenditure/payment-analysis/":{"get":{"operationId":"workbench_expenditure_payment_analysis_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by stage status"}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAnalysis"}}},"description":""}}}},"/api/v1/workbench/expenditure/request-analysis/":{"get":{"operationId":"workbench_expenditure_request_analysis_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by stage status"},{"in":"query","name":"stat_type","schema":{"type":"string"},"required":true},{"in":"query","name":"type","schema":{"type":"string"},"required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentAnalysis"}}},"description":""}}}},"/api/v1/workbench/expenditure/warrant-analysis/":{"get":{"operationId":"workbench_expenditure_warrant_analysis_retrieve","parameters":[{"in":"query","name":"budget_year","schema":{"type":"string"},"description":"Filter by budget year"},{"in":"query","name":"created_at_end_date","schema":{"type":"string"},"description":"Filter by created end date"},{"in":"query","name":"created_at_start_date","schema":{"type":"string"},"description":"Filter by created start date"},{"in":"query","name":"mda","schema":{"type":"string"},"description":"Filter by stage status"}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WarrantAnalysis"}}},"description":""}}}},"/api/v1/workbench/expenditure/withdraw-request/":{"post":{"operationId":"workbench_expenditure_withdraw_request_create","description":"Withdraw request","tags":["workbench"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WithdrawRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WithdrawRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawRequest"}}},"description":""}}}},"/api/v1/workbench/requests/":{"get":{"operationId":"workbench_requests_list","parameters":[{"in":"query","name":"budget_year","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"in":"query","name":"created_at_end_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"created_at_start_date","schema":{"type":"string","format":"date"}},{"in":"query","name":"in_view","schema":{"type":"boolean"}},{"in":"query","name":"initiated_by_me","schema":{"type":"boolean"}},{"in":"query","name":"initiated_by_others","schema":{"type":"boolean"}},{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"in":"query","name":"payment_request__category","schema":{"type":"array","items":{"type":"string","enum":["CAPITAL","RECURRENT","RUNNING_GRANT"]}},"description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT","explode":true,"style":"form"},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["APPROVED","CANCELLED","DUE","EXPIRED","FULLY_PAID","GENERATED","ISSUED","NOT DUE","OVER DUE","PARTLY_PAID","PENDING","REJECTED","REVALIDATED","USED"]}},"description":"* `NOT DUE` - NOT DUE\n* `DUE` - DUE\n* `OVER DUE` - OVER DUE\n* `PENDING` - PENDING\n* `REJECTED` - REJECTED\n* `ISSUED` - ISSUED\n* `APPROVED` - APPROVED\n* `USED` - USED\n* `GENERATED` - GENERATED\n* `PARTLY_PAID` - PARTLY_PAID\n* `FULLY_PAID` - FULLY_PAID\n* `CANCELLED` - CANCELLED\n* `REVALIDATED` - REVALIDATED\n* `EXPIRED` - EXPIRED","explode":true,"style":"form"},{"in":"query","name":"type","schema":{"type":"array","items":{"type":"string","enum":["DOCUMENT","EXPENDITURE CLEARANCE","EXPENDITURE_CONCURRENCE","FILE","MAIL","MEMO","PAYMENT","PROCUREMENT","RECONCILIATION_REQUEST","SPECIAL_BUDGET_REQUEST","VOUCHER","WARRANT","WARRANT_CANCELLATION","WARRANT_REVALIDATION"]}},"description":"* `WARRANT` - WARRANT\n* `PAYMENT` - PAYMENT\n* `EXPENDITURE CLEARANCE` - EXPENDITURE CLEARANCE\n* `EXPENDITURE_CONCURRENCE` - EXPENDITURE_CONCURRENCE\n* `WARRANT_CANCELLATION` - WARRANT_CANCELLATION\n* `WARRANT_REVALIDATION` - WARRANT_REVALIDATION\n* `RECONCILIATION_REQUEST` - RECONCILIATION_REQUEST\n* `SPECIAL_BUDGET_REQUEST` - SPECIAL_BUDGET_REQUEST\n* `VOUCHER` - VOUCHER\n* `PROCUREMENT` - PROCUREMENT\n* `MEMO` - MEMO\n* `FILE` - FILE\n* `DOCUMENT` - DOCUMENT\n* `MAIL` - MAIL","explode":true,"style":"form"},{"in":"query","name":"warrant_request__project_type","schema":{"type":"array","items":{"type":"string","enum":["CAPITAL","RECURRENT","RUNNING_GRANT"]}},"description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT","explode":true,"style":"form"}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedWorkbenchList"}}},"description":""}}},"post":{"operationId":"workbench_requests_create","tags":["workbench"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkbenchRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/WorkbenchRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/WorkbenchRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workbench"}}},"description":""}}}},"/api/v1/workbench/requests/{id}/":{"get":{"operationId":"workbench_requests_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workbench"}}},"description":""}}}},"/api/v1/workbench/requests/{id}/actionable-activity/":{"get":{"operationId":"workbench_requests_actionable_activity_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestActivity"}}},"description":""}}}},"/api/v1/workbench/requests/{id}/activities/":{"get":{"operationId":"workbench_requests_activities_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestActivity"}}},"description":""}}}},"/api/v1/workbench/requests/{id}/generate-workflow/":{"post":{"operationId":"workbench_requests_generate_workflow_create","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workbench"}}},"description":""}}}},"/api/v1/workbench/requests/{id}/get-recommendation-recipient/":{"get":{"operationId":"workbench_requests_get_recommendation_recipient_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestActivity"}}},"description":""}}}},"/api/v1/workbench/requests/{id}/move-to-in-view/":{"get":{"operationId":"workbench_requests_move_to_in_view_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"description":"No response body"}}}},"/api/v1/workbench/requests/{id}/workflow/":{"get":{"operationId":"workbench_requests_workflow_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this request.","required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestWorkflow"}}},"description":""}}}},"/api/v1/workbench/requests/activities/{activity_id}/status/":{"post":{"operationId":"workbench_requests_activities_status_create","description":"Update the status of the given activity and the associated next or previous activity\nbased on the action supplied.","parameters":[{"in":"path","name":"activity_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["workbench"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateRequestActivityRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/UpdateRequestActivityRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/UpdateRequestActivityRequest"}}}},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateRequestActivity"}}},"description":""}}}},"/api/v1/workbench/requests/delegate-request/":{"post":{"operationId":"workbench_requests_delegate_request_create","description":"Delegate a Request for another user to act on","tags":["workbench"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DelegateRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DelegateRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DelegateRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DelegateRequest"}}},"description":""}}}},"/api/v1/workbench/requests/forward-request/":{"post":{"operationId":"workbench_requests_forward_request_create","description":"Forward a Request","tags":["workbench"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForwardRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ForwardRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ForwardRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForwardRequest"}}},"description":""}}}},"/api/v1/workbench/requests/generate-activity-otp/":{"post":{"operationId":"workbench_requests_generate_activity_otp_create","description":"Create OTP for Workflow Action","tags":["workbench"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWorkflowActionTokenRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/CreateWorkflowActionTokenRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/CreateWorkflowActionTokenRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWorkflowActionToken"}}},"description":""}}}},"/api/v1/workbench/requests/make-recommendation/":{"post":{"operationId":"workbench_requests_make_recommendation_create","description":"Make Recommendation to a Forwarded Request","tags":["workbench"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MakeRecommendationToForwardedRequestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MakeRecommendationToForwardedRequestRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/MakeRecommendationToForwardedRequestRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MakeRecommendationToForwardedRequest"}}},"description":""}}}},"/api/v1/workbench/requests/next-minutes/{selected_action_id}/":{"get":{"operationId":"workbench_requests_next_minutes_retrieve","parameters":[{"in":"path","name":"selected_action_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestActivity"}}},"description":""}}}},"/api/v1/workbench/requests/stats/":{"get":{"operationId":"workbench_requests_stats_retrieve","tags":["workbench"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workbench"}}},"description":""}}}},"/api/v1/workflows/group/":{"get":{"operationId":"workflows_group_list","parameters":[{"in":"query","name":"mda","schema":{"type":"array","items":{"type":"string","format":"uuid"}},"explode":true,"style":"form"},{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}},{"in":"query","name":"owner","schema":{"type":"string","format":"uuid"}},{"in":"query","name":"ownership_type","schema":{"type":"string","nullable":true,"enum":["GENERIC","RESTRICTED"]},"description":"* `GENERIC` - GENERIC\n* `RESTRICTED` - RESTRICTED"},{"name":"page","required":false,"in":"query","description":"A page number within the paginated result set.","schema":{"type":"integer"}},{"name":"page_size","required":false,"in":"query","description":"Number of results to return per page.","schema":{"type":"integer"}},{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}},{"in":"query","name":"status","schema":{"type":"array","items":{"type":"string","enum":["ACTIVE","ARCHIVE","DEACTIVATED","DRAFT"]}},"description":"* `ACTIVE` - ACTIVE\n* `DEACTIVATED` - DEACTIVATED\n* `DRAFT` - DRAFT\n* `ARCHIVE` - ARCHIVE","explode":true,"style":"form"},{"in":"query","name":"trigger_type","schema":{"type":"string","enum":["MANUAL","PROCESS"]},"description":"* `MANUAL` - MANUAL\n* `PROCESS` - PROCESS"},{"in":"query","name":"type","schema":{"type":"string"}}],"tags":["workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedProcessGroupList"}}},"description":""}}},"post":{"operationId":"workflows_group_create","tags":["workflows"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroupRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ProcessGroupRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ProcessGroupRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/{id}/":{"get":{"operationId":"workflows_group_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/{id}/processes/":{"get":{"operationId":"workflows_group_processes_retrieve","parameters":[{"in":"path","name":"id","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this process group.","required":true}],"tags":["workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}}},"description":""}}}},"/api/v1/workflows/group/activity/{activity_id}/":{"get":{"operationId":"workflows_group_activity_retrieve","parameters":[{"in":"path","name":"activity_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Activity"}}},"description":""}}}},"/api/v1/workflows/group/process/{process_id}/":{"get":{"operationId":"workflows_group_process_retrieve","parameters":[{"in":"path","name":"process_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"}}},"description":""}}}},"/api/v1/workflows/group/process/{process_id}/activities/":{"get":{"operationId":"workflows_group_process_activities_retrieve","parameters":[{"in":"path","name":"process_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Activity"}}},"description":""}}}},"/api/v1/workflows/group/process/{process_id}/inactive-activities/":{"get":{"operationId":"workflows_group_process_inactive_activities_retrieve","parameters":[{"in":"path","name":"process_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["workflows"],"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Activity"}}},"description":""}}}},"/api/v1/workflows/group/process/{process_id}/update-activities/":{"post":{"operationId":"workflows_group_process_update_activities_create","parameters":[{"in":"path","name":"process_id","schema":{"type":"string","pattern":"^[\\w-]+$"},"required":true}],"tags":["workflows"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivityBulkUpdateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ActivityBulkUpdateRequest"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/ActivityBulkUpdateRequest"}}},"required":true},"security":[{"jwtAuth":[]}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivityBulkUpdate"}}},"description":""}}}},"/api/v1/workflows/group/seed-cancel-warrant/":{"post":{"operationId":"workflows_group_seed_cancel_warrant_create","description":"This endpoint seeds data for cancelled warrant process group in the database","tags":["workflows"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/seed-payment-digitization/":{"post":{"operationId":"workflows_group_seed_payment_digitization_create","description":"This endpoint seeds data for payment digitization process group in the database","tags":["workflows"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/seed-process-group/":{"post":{"operationId":"workflows_group_seed_process_group_create","description":"This endpoint seeds data for existing states in the database","tags":["workflows"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/seed-reconciliation/":{"post":{"operationId":"workflows_group_seed_reconciliation_create","description":"This endpoint seeds data for reconciliation process group in the database","tags":["workflows"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/seed-running-grant/":{"post":{"operationId":"workflows_group_seed_running_grant_create","description":"This endpoint seeds data for payment digitization process group in the database","tags":["workflows"],"security":[{"jwtAuth":[]},{}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/seed-special-budget/":{"post":{"operationId":"workflows_group_seed_special_budget_create","tags":["workflows"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/api/v1/workflows/group/seed-warrant-revalidation/":{"post":{"operationId":"workflows_group_seed_warrant_revalidation_create","tags":["workflows"],"security":[{"jwtAuth":[]}],"deprecated":true,"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessGroup"}}},"description":""}}}},"/health-check/":{"get":{"operationId":"health_check_retrieve","tags":["health-check"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"description":"No response body"}}}},"/readiness-check/":{"get":{"operationId":"readiness_check_retrieve","tags":["readiness-check"],"security":[{"jwtAuth":[]},{}],"responses":{"200":{"description":"No response body"}}}}},"components":{"schemas":{"AccessTypeEnum":{"enum":["DESIGNATIONS","ROLES"],"type":"string","description":"* `DESIGNATIONS` - DESIGNATIONS\n* `ROLES` - ROLES"},"Account":{"type":"object","properties":{"name":{"type":"string","maxLength":200},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModulesEnum"},"maxItems":10},"phone":{"type":"string","maxLength":17},"website":{"type":"string","nullable":true,"maxLength":300},"logo":{"type":"string","format":"uri","nullable":true},"primary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"secondary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"tertiary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"email":{"type":"string","format":"email"},"firstname":{"type":"string","maxLength":100},"lastname":{"type":"string","maxLength":100},"color_variants":{"nullable":true},"slug":{"type":"string","nullable":true,"maxLength":200}},"required":["email","firstname","lastname","modules","name"]},"AccountRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModulesEnum"},"maxItems":10},"phone":{"type":"string","minLength":1,"maxLength":17},"website":{"type":"string","nullable":true,"maxLength":300},"logo":{"type":"string","format":"binary","nullable":true},"primary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"secondary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"tertiary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"email":{"type":"string","format":"email","minLength":1},"firstname":{"type":"string","minLength":1,"maxLength":100},"lastname":{"type":"string","minLength":1,"maxLength":100},"color_variants":{"nullable":true},"slug":{"type":"string","nullable":true,"maxLength":200}},"required":["email","firstname","lastname","modules","name"]},"Action36aEnum":{"enum":["ACTIVATE","DEACTIVATE"],"type":"string","description":"* `ACTIVATE` - ACTIVATE\n* `DEACTIVATE` - DEACTIVATE"},"ActionRequiredEnum":{"enum":["APPROVAL","AUTHORISATION","ENDORSEMENT","ACKNOWLEDGEMENT","FORWARDING"],"type":"string","description":"* `APPROVAL` - APPROVAL\n* `AUTHORISATION` - AUTHORISATION\n* `ENDORSEMENT` - ENDORSEMENT\n* `ACKNOWLEDGEMENT` - ACKNOWLEDGEMENT\n* `FORWARDING` - FORWARDING"},"ActivateAndDeactivateCategory":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"category":{"allOf":[{"$ref":"#/components/schemas/Category"}],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":150},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string"},"status":{"type":"boolean"},"state":{"type":"string","format":"uuid","nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true},"category_types":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["category","created_at","description","id","name","updated_at"]},"ActivateBudget":{"type":"object","properties":{"state":{"type":"string","format":"uuid"},"mda_allowed_overspend":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["mda_allowed_overspend","state"]},"ActivateBudgetRequest":{"type":"object","properties":{"state":{"type":"string","format":"uuid"},"mda_allowed_overspend":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["mda_allowed_overspend","state"]},"ActivateDeactivateWorkflow":{"type":"object","properties":{"workflow":{"type":"string","format":"uuid"},"action":{"$ref":"#/components/schemas/Action36aEnum"}},"required":["action","workflow"]},"ActivateDeactivateWorkflowRequest":{"type":"object","properties":{"workflow":{"type":"string","format":"uuid"},"action":{"$ref":"#/components/schemas/Action36aEnum"}},"required":["action","workflow"]},"Activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"title":{"type":"string","readOnly":true,"nullable":true},"role":{"readOnly":true,"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"permissions":{"type":"array","items":{"type":"string","maxLength":200},"readOnly":true,"nullable":true},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"locked":{"type":"boolean","readOnly":true}},"required":["id","locked","permissions","role","title"]},"ActivityBulkUpdate":{"type":"object","properties":{"activities":{"type":"array","items":{"$ref":"#/components/schemas/Activity"}}},"required":["activities"]},"ActivityBulkUpdateRequest":{"type":"object","properties":{"activities":{"type":"array","items":{"$ref":"#/components/schemas/ActivityRequest"}}},"required":["activities"]},"ActivityRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648}},"required":["id"]},"AdministrativeRolesEnum":{"enum":["SUPERADMIN","ADMIN","IT_ADMIN","MDA_ADMIN","BUDGET_ADMIN","EMM_ADMIN","GLOBAL_AUDITOR","MDA_INITIATOR","MDA_INTERNAL_AUDITOR","MDA_AUTHORISER","MDA_REVIEWER","MDA_ACCOUNTING_OFFICER","MDA_SUPERVISING_OFFICER","DIRECTOR_OF_EXPENDITURE","WARRANT_INITIATOR","WARRANT_REQUEST_APPROVER","WARRANT_AUTHORISER","WARRANT_REQUEST_REVIEWER","WARRANT_REQUEST_AUTHORISER","WARRANT_REQUEST_ENDORSER","WARRANT_REQUEST_CHECKER","PAYMENT_REQUEST_PROCESSING_INITIATOR","CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER","PAYMENT_REQUEST_PROCESSING_REVIEWER","PAYMENT_REQUEST_PROCESSING_AUTHORISER","TREASURY_CASH_OFFICER","EXPENDITURE_REQUEST_REVIEWER","EXPENDITURE_CLEARANCE_INITIATOR","EXPENDITURE_CLEARANCE_AUTHORISER","EXPENDITURE_CLEARANCE_CHECKER","EXPENDITURE_CLEARANCE_ENDORSER","EXPENDITURE_CLEARANCE_APPROVER","EXPENDITURE_DIGITIZATION_INITIATOR","WARRANT_DIGITIZATION_INITIATOR","SE_EXPENDITURE","CASH_OFFICER","GLO_INITIATOR","GLO_REVIEWER","FUNDS_MANAGER","SE_FUND_RELEASE","SE_WARRANT","RECONCILIATION_INITIATOR","RECONCILIATION_AUTHORISER","EXPENDITURE_DIGITIZATION_REVIEWER","EXPENDITURE_DIGITIZATION_AUTHORISER","WARRANT_DIGITIZATION_REVIEWER","WARRANT_DIGITIZATION_AUTHORISER","WARRANT_GENERATION_INITIATOR","WARRANT_GENERATION_REVIEWER","WARRANT_GENERATION_AUTHORISER","GOVERNOR","RUNNING_GRANT_INITIATOR","MDA_CHECKER"],"type":"string","description":"* `SUPERADMIN` - SUPERADMIN\n* `ADMIN` - ADMIN\n* `IT_ADMIN` - IT_ADMIN\n* `MDA_ADMIN` - MDA_ADMIN\n* `BUDGET_ADMIN` - BUDGET_ADMIN\n* `EMM_ADMIN` - EMM_ADMIN\n* `GLOBAL_AUDITOR` - GLOBAL_AUDITOR\n* `MDA_INITIATOR` - MDA_INITIATOR\n* `MDA_INTERNAL_AUDITOR` - MDA_INTERNAL_AUDITOR\n* `MDA_AUTHORISER` - MDA_AUTHORISER\n* `MDA_REVIEWER` - MDA_REVIEWER\n* `MDA_ACCOUNTING_OFFICER` - MDA_ACCOUNTING_OFFICER\n* `MDA_SUPERVISING_OFFICER` - MDA_SUPERVISING_OFFICER\n* `DIRECTOR_OF_EXPENDITURE` - DIRECTOR_OF_EXPENDITURE\n* `WARRANT_INITIATOR` - WARRANT_INITIATOR\n* `WARRANT_REQUEST_APPROVER` - WARRANT_REQUEST_APPROVER\n* `WARRANT_AUTHORISER` - WARRANT_AUTHORISER\n* `WARRANT_REQUEST_REVIEWER` - WARRANT_REQUEST_REVIEWER\n* `WARRANT_REQUEST_AUTHORISER` - WARRANT_REQUEST_AUTHORISER\n* `WARRANT_REQUEST_ENDORSER` - WARRANT_REQUEST_ENDORSER\n* `WARRANT_REQUEST_CHECKER` - WARRANT_REQUEST_CHECKER\n* `PAYMENT_REQUEST_PROCESSING_INITIATOR` - PAYMENT_REQUEST_PROCESSING_INITIATOR\n* `CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER` - CONTRACT_PAYMENT_REQUEST_PROCESSING_CHECKER\n* `PAYMENT_REQUEST_PROCESSING_REVIEWER` - PAYMENT_REQUEST_PROCESSING_REVIEWER\n* `PAYMENT_REQUEST_PROCESSING_AUTHORISER` - PAYMENT_REQUEST_PROCESSING_AUTHORISER\n* `TREASURY_CASH_OFFICER` - TREASURY_CASH_OFFICER\n* `EXPENDITURE_REQUEST_REVIEWER` - EXPENDITURE_REQUEST_REVIEWER\n* `EXPENDITURE_CLEARANCE_INITIATOR` - EXPENDITURE_CLEARANCE_INITIATOR\n* `EXPENDITURE_CLEARANCE_AUTHORISER` - EXPENDITURE_CLEARANCE_AUTHORISER\n* `EXPENDITURE_CLEARANCE_CHECKER` - EXPENDITURE_CLEARANCE_CHECKER\n* `EXPENDITURE_CLEARANCE_ENDORSER` - EXPENDITURE_CLEARANCE_ENDORSER\n* `EXPENDITURE_CLEARANCE_APPROVER` - EXPENDITURE_CLEARANCE_APPROVER\n* `EXPENDITURE_DIGITIZATION_INITIATOR` - EXPENDITURE_DIGITIZATION_INITIATOR\n* `WARRANT_DIGITIZATION_INITIATOR` - WARRANT_DIGITIZATION_INITIATOR\n* `SE_EXPENDITURE` - SE_EXPENDITURE\n* `CASH_OFFICER` - CASH_OFFICER\n* `GLO_INITIATOR` - GLO_INITIATOR\n* `GLO_REVIEWER` - GLO_REVIEWER\n* `FUNDS_MANAGER` - FUNDS_MANAGER\n* `SE_FUND_RELEASE` - SE_FUND_RELEASE\n* `SE_WARRANT` - SE_WARRANT\n* `RECONCILIATION_INITIATOR` - RECONCILIATION_INITIATOR\n* `RECONCILIATION_AUTHORISER` - RECONCILIATION_AUTHORISER\n* `EXPENDITURE_DIGITIZATION_REVIEWER` - EXPENDITURE_DIGITIZATION_REVIEWER\n* `EXPENDITURE_DIGITIZATION_AUTHORISER` - EXPENDITURE_DIGITIZATION_AUTHORISER\n* `WARRANT_DIGITIZATION_REVIEWER` - WARRANT_DIGITIZATION_REVIEWER\n* `WARRANT_DIGITIZATION_AUTHORISER` - WARRANT_DIGITIZATION_AUTHORISER\n* `WARRANT_GENERATION_INITIATOR` - WARRANT_GENERATION_INITIATOR\n* `WARRANT_GENERATION_REVIEWER` - WARRANT_GENERATION_REVIEWER\n* `WARRANT_GENERATION_AUTHORISER` - WARRANT_GENERATION_AUTHORISER\n* `GOVERNOR` - GOVERNOR\n* `RUNNING_GRANT_INITIATOR` - RUNNING_GRANT_INITIATOR\n* `MDA_CHECKER` - MDA_CHECKER"},"AnnotateDocument":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"activity":{"type":"string","format":"uuid"},"annotated_content":{"type":"string","format":"uri"}},"required":["activity","annotated_content","request"]},"AnnotateDocumentRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"activity":{"type":"string","format":"uuid"},"annotated_content":{"type":"string","format":"binary"}},"required":["activity","annotated_content","request"]},"AnnotationTypeEnum":{"enum":["Signature","Text"],"type":"string","description":"* `Signature` - Signature\n* `Text` - Text"},"Approve":{"type":"object","properties":{"memo_id":{"type":"string","format":"uuid"}},"required":["memo_id"]},"ApproveBudgetSerializers":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/Action36aEnum"},"budget":{"type":"string","format":"uuid"},"token":{"type":"string","maxLength":10}},"required":["action","budget","token"]},"ApproveBudgetSerializersRequest":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/Action36aEnum"},"budget":{"type":"string","format":"uuid"},"token":{"type":"string","minLength":1,"maxLength":10}},"required":["action","budget","token"]},"ApproveRequest":{"type":"object","properties":{"memo_id":{"type":"string","format":"uuid"}},"required":["memo_id"]},"Asset":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":50},"configured":{"type":"boolean"},"state":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","id","state","updated_at"]},"AuditLog":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"action":{"type":"string","maxLength":255},"description":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid","nullable":true},"actor":{"type":"string","format":"uuid","nullable":true},"mda":{"type":"string","format":"uuid","nullable":true}},"required":["action","created_at","id","updated_at"]},"AuditorDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"request":{"type":"string","format":"uuid"},"warrant":{"type":"string","format":"uuid","nullable":true},"created_at":{"type":"string","format":"date-time","readOnly":true}},"required":["created_at","id","request"]},"AuthToken":{"type":"object","description":"Serializer for user authentication object","properties":{"email":{"type":"string"},"password":{"type":"string"}},"required":["email","password"]},"AuthTokenRequest":{"type":"object","description":"Serializer for user authentication object","properties":{"email":{"type":"string","minLength":1},"password":{"type":"string","minLength":1}},"required":["email","password"]},"Authenticate":{"type":"object","properties":{"is_phone_verified":{"type":"boolean","readOnly":true},"phone":{"type":"string","readOnly":true},"email":{"type":"string","format":"email"},"session_id":{"type":"string","readOnly":true},"state_authentication_type":{"type":"string","readOnly":true},"state_enabled_mfa":{"type":"boolean","readOnly":true},"user_mfa_is_configured":{"type":"boolean","readOnly":true},"access":{"type":"string","readOnly":true},"refresh":{"type":"string","readOnly":true},"slug":{"type":"string"}},"required":["access","email","is_phone_verified","phone","refresh","session_id","state_authentication_type","state_enabled_mfa","user_mfa_is_configured"]},"AuthenticateRequest":{"type":"object","properties":{"email":{"type":"string","format":"email","minLength":1},"password":{"type":"string","writeOnly":true,"minLength":1},"slug":{"type":"string"}},"required":["email","password"]},"AuthenticationTypeEnum":{"enum":["SMS","TOTP"],"type":"string","description":"* `SMS` - SMS\n* `TOTP` - TOTP"},"BankAccount":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"bank_name":{"type":"string","maxLength":200},"account_name":{"type":"string","maxLength":100},"account_number":{"type":"string","maxLength":20},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"tin":{"type":"string","nullable":true,"maxLength":100},"source":{"type":"string","nullable":true,"maxLength":100},"mda":{"type":"string","format":"uuid","readOnly":true}},"required":["account_name","account_number","bank_name","created_at","id","mda","status","updated_at"]},"BankAccountRequest":{"type":"object","properties":{"bank_name":{"type":"string","minLength":1,"maxLength":200},"account_name":{"type":"string","minLength":1,"maxLength":100},"account_number":{"type":"string","minLength":1,"maxLength":20},"tin":{"type":"string","nullable":true,"maxLength":100},"source":{"type":"string","nullable":true,"maxLength":100}},"required":["account_name","account_number","bank_name"]},"BankTypeEnum":{"enum":["MDA","EXTERNAL"],"type":"string","description":"* `MDA` - MDA\n* `EXTERNAL` - EXTERNAL"},"BasicConfiguration":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"title":{"type":"string","nullable":true,"maxLength":255},"second_title":{"type":"string","nullable":true,"maxLength":255},"primary_color":{"type":"string","nullable":true,"maxLength":50},"stroke_color":{"type":"string","nullable":true,"maxLength":50},"image":{"type":"string","format":"uri","nullable":true},"second_image":{"type":"string","format":"uri","nullable":true},"capture_signature":{"type":"boolean"},"signature_image":{"type":"string","format":"uri","nullable":true},"opacity":{"type":"string","nullable":true,"maxLength":255},"second_opacity":{"type":"string","nullable":true,"maxLength":255}},"required":["id"]},"BasicConfigurationRequest":{"type":"object","properties":{"title":{"type":"string","nullable":true,"maxLength":255},"second_title":{"type":"string","nullable":true,"maxLength":255},"primary_color":{"type":"string","nullable":true,"maxLength":50},"stroke_color":{"type":"string","nullable":true,"maxLength":50},"image":{"type":"string","format":"binary","nullable":true},"second_image":{"type":"string","format":"binary","nullable":true},"capture_signature":{"type":"boolean"},"signature_image":{"type":"string","format":"binary","nullable":true},"opacity":{"type":"string","nullable":true,"maxLength":255},"second_opacity":{"type":"string","nullable":true,"maxLength":255}}},"BasicStamp":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string","maxLength":255},"description":{"type":"string"},"mdas":{"type":"array","items":{"type":"string","format":"uuid"}},"access_type":{"$ref":"#/components/schemas/AccessTypeEnum"},"preset":{"$ref":"#/components/schemas/PresetEnum"},"designations":{"type":"array","items":{"type":"string","format":"uuid"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/AdministrativeRolesEnum"},"nullable":true},"configuration":{"$ref":"#/components/schemas/BasicConfiguration"}},"required":["configuration","description","designations","id","mdas","name"]},"BehaviourEdcEnum":{"enum":["STATIC","INPUTED"],"type":"string","description":"* `STATIC` - STATIC\n* `INPUTED` - INPUTED"},"BlankEnum":{"enum":[""]},"BudgetItem":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"vote_balance":{"type":"string","readOnly":true},"treasury_balance":{"type":"string","readOnly":true},"special_approval":{"type":"string","readOnly":true},"special_approval_balance":{"type":"string","readOnly":true},"budget_year":{"type":"string","readOnly":true},"vote_balance_with_special_approval":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"ipsas_code":{"type":"string","maxLength":50},"main_vote":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","description":"approved_estimates"},"supplementary_vote":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","description":"revised estimates"},"total_vote":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"amount_in_process":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"total_client_expenditure":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","description":"total expenditure from client budget system, at the time data were synchronized "},"total_expenditure":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","description":"Expenditure generated within the system"},"expenditure_at_supp_activation":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/Type03dEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"description":{"type":"string","nullable":true},"is_concurrent":{"type":"boolean"},"state":{"type":"string","format":"uuid","nullable":true},"budget":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid","nullable":true},"client_budget_line":{"type":"string","format":"uuid","nullable":true},"concurrent_item":{"type":"string","format":"uuid","nullable":true}},"required":["budget","budget_year","created_at","id","ipsas_code","special_approval","special_approval_balance","total_vote","treasury_balance","updated_at","vote_balance","vote_balance_with_special_approval"]},"BudgetMda":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":255},"code":{"type":"string","maxLength":6},"budget_code":{"type":"string","maxLength":4},"sector_code":{"type":"string","readOnly":true},"mda_code":{"type":"string","readOnly":true},"sector_name":{"type":"string","readOnly":true},"state":{"type":"string","format":"uuid"}},"required":["budget_code","code","created_at","id","mda_code","name","sector_code","sector_name","state","updated_at"]},"BudgetMdaRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":255},"code":{"type":"string","minLength":1,"maxLength":6},"budget_code":{"type":"string","minLength":1,"maxLength":4},"state":{"type":"string","format":"uuid"}},"required":["budget_code","code","name","state"]},"BudgetPublish":{"type":"object","properties":{"budget":{"type":"string","format":"uuid"}},"required":["budget"]},"BudgetPublishRequest":{"type":"object","properties":{"budget":{"type":"string","format":"uuid"}},"required":["budget"]},"BudgetStatusUpdateDraftRequest":{"type":"object","properties":{"budget":{"type":"string","format":"uuid","writeOnly":true}},"required":["budget"]},"BudgetUpload":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"uploaded_by_firstname":{"type":"string","readOnly":true},"uploaded_by_last_name":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"identifier":{"type":"string","nullable":true,"maxLength":255},"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"description":{"type":"string"},"category":{"allOf":[{"$ref":"#/components/schemas/Category88cEnum"}],"readOnly":true},"creation_type":{"allOf":[{"$ref":"#/components/schemas/CreationTypeEnum"}],"readOnly":true},"status":{"$ref":"#/components/schemas/StatusDdcEnum"},"start_date":{"type":"string","format":"date","nullable":true},"end_date":{"type":"string","format":"date","nullable":true},"state":{"type":"string","format":"uuid","readOnly":true},"client_budget":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"main_budget":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"uploaded_by":{"type":"string","format":"uuid","nullable":true},"last_modified_by":{"type":"string","format":"uuid","nullable":true}},"required":["category","client_budget","created_at","creation_type","description","id","main_budget","state","updated_at","uploaded_by_firstname","uploaded_by_last_name","year"]},"BudgetUploadRequest":{"type":"object","properties":{"file":{"type":"string","format":"binary","writeOnly":true},"file_link":{"type":"string","format":"uri","writeOnly":true,"minLength":1},"identifier":{"type":"string","nullable":true,"minLength":1,"maxLength":255},"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"description":{"type":"string","minLength":1},"status":{"$ref":"#/components/schemas/StatusDdcEnum"},"start_date":{"type":"string","format":"date","nullable":true},"end_date":{"type":"string","format":"date","nullable":true},"uploaded_by":{"type":"string","format":"uuid","nullable":true},"last_modified_by":{"type":"string","format":"uuid","nullable":true}},"required":["description","year"]},"CapitalTypeEnum":{"enum":["CONTRACT","DIRECT"],"type":"string","description":"* `CONTRACT` - CONTRACT\n* `DIRECT` - DIRECT"},"Category":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string","maxLength":150},"category_types":{"type":"array","items":{"type":"string","format":"uuid"}},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string"},"status":{"type":"boolean"},"state":{"type":"string","format":"uuid","nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true}},"required":["category_types","description","id","name"]},"Category0deEnum":{"enum":["REVENUE","EXPENDITURE"],"type":"string","description":"* `REVENUE` - REVENUE\n* `EXPENDITURE` - EXPENDITURE"},"Category3faEnum":{"enum":["CAPITAL","RECURRENT","RUNNING_GRANT"],"type":"string","description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT"},"Category88cEnum":{"enum":["MAIN","SUPPLEMENTARY"],"type":"string","description":"* `MAIN` - MAIN\n* `SUPPLEMENTARY` - SUPPLEMENTARY"},"CategoryC3eEnum":{"enum":["APPROVED","REVISED"],"type":"string","description":"* `APPROVED` - APPROVED\n* `REVISED` - REVISED"},"CategoryList":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"category_types":{"type":"array","items":{"$ref":"#/components/schemas/CategoryType"}},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":150},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string"},"status":{"type":"boolean"},"state":{"type":"string","format":"uuid","nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true}},"required":["category_types","created_at","description","id","name","updated_at"]},"CategoryRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":150},"category_types":{"type":"array","items":{"type":"string","format":"uuid"}},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string","minLength":1},"status":{"type":"boolean"},"state":{"type":"string","format":"uuid","nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true}},"required":["category_types","description","name"]},"CategoryType":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":50}},"required":["created_at","id","updated_at"]},"CategoryTypeRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":50}}},"ChangeDocumentCategorySerializers":{"type":"object","properties":{"document":{"type":"string","format":"uuid"},"category":{"type":"string","format":"uuid"}},"required":["category","document"]},"ChangeDocumentCategorySerializersRequest":{"type":"object","properties":{"document":{"type":"string","format":"uuid"},"category":{"type":"string","format":"uuid"}},"required":["category","document"]},"CharacterTypeEnum":{"enum":["NUMERIC","ALPHANUMERIC"],"type":"string","description":"* `NUMERIC` - NUMERIC\n* `ALPHANUMERIC` - ALPHANUMERIC"},"ClearTrash":{"type":"object","description":"Clear all thrash records, permanently delete all thrash records''","properties":{"documents":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"clear_all":{"type":"boolean","nullable":true}},"required":["documents"]},"ClearTrashRequest":{"type":"object","description":"Clear all thrash records, permanently delete all thrash records''","properties":{"documents":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"clear_all":{"type":"boolean","nullable":true}},"required":["documents"]},"Clearance":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"signature":{"type":"string","format":"uri"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"mda_code":{"type":"string","maxLength":6},"template_code":{"type":"string","maxLength":3},"authorizer_name":{"type":"string","maxLength":200},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["authorizer_name","created_at","id","mda_code","state","template_code","updated_at"]},"ClearanceRequest":{"type":"object","properties":{"signature":{"type":"string","format":"binary"},"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3},"authorizer_name":{"type":"string","minLength":1,"maxLength":200}},"required":["authorizer_name","mda_code","template_code"]},"ClientBudgetSerializers":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"description":{"type":"string"},"category":{"$ref":"#/components/schemas/CategoryC3eEnum"},"capital_budget_file":{"type":"string","format":"uri","nullable":true},"recurrent_budget_file":{"type":"string","format":"uri","nullable":true},"state":{"type":"string","format":"uuid"},"main_client_budget":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","description","id","state","updated_at","year"]},"ClientMdaUnmap":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"client_mda":{"type":"string","format":"uuid"},"mda":{"type":"string","format":"uuid"}},"required":["client_mda","id","mda"]},"ClientMdaUnmapRequest":{"type":"object","properties":{"client_mda":{"type":"string","format":"uuid"},"mda":{"type":"string","format":"uuid"}},"required":["client_mda","mda"]},"CodeBlockCreate":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"position":{"type":"integer"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","nullable":true,"description":"Defined by the user","maxLength":100},"character_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CharacterTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"behaviour":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/BehaviourEdcEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"identifier":{"type":"string","nullable":true,"maxLength":100},"include_day":{"type":"boolean"},"include_month":{"type":"boolean"},"include_year":{"type":"boolean"},"day_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DayFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"month_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/MonthFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"year_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/YearFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"date_sequence":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DateSequenceEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"maximum_characters":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"character_padding":{"type":"boolean"},"serial_number_starting_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"serial_number_incremental_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true}},"required":["created_at","id","name","position","updated_at"]},"CodeBlockCreateRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"position":{"type":"integer"},"name":{"type":"string","nullable":true,"description":"Defined by the user","maxLength":100},"character_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CharacterTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"behaviour":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/BehaviourEdcEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"identifier":{"type":"string","nullable":true,"maxLength":100},"include_day":{"type":"boolean"},"include_month":{"type":"boolean"},"include_year":{"type":"boolean"},"day_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DayFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"month_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/MonthFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"year_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/YearFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"date_sequence":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DateSequenceEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"maximum_characters":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"character_padding":{"type":"boolean"},"serial_number_starting_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"serial_number_incremental_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true}},"required":["id","name","position"]},"ContentTypeEnum":{"enum":["PDF","WORD","EXCEl","POWERPOINT"],"type":"string","description":"* `PDF` - PDF\n* `WORD` - WORD\n* `EXCEl` - EXCEl\n* `POWERPOINT` - POWERPOINT"},"ContractItemDeduction":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,16}(?:\\.\\d{0,2})?$"},"contract_item":{"type":"string","format":"uuid","readOnly":true},"type":{"type":"string","format":"uuid"}},"required":["amount","contract_item","created_at","id","type","updated_at"]},"ContractItemDeductionRequest":{"type":"object","properties":{"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,16}(?:\\.\\d{0,2})?$"},"type":{"type":"string","format":"uuid"}},"required":["amount","type"]},"ContractLedger":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"outstanding_balance":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","nullable":true},"contractor":{"type":"string","nullable":true},"contract_number":{"type":"string","nullable":true,"maxLength":20},"date_awarded":{"type":"string","format":"date"},"contract_sum":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"cumulative_payment":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true},"state":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid"}},"required":["contract_sum","created_at","cumulative_payment","id","mda","outstanding_balance","state","updated_at"]},"ContractLedgerItem":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"contract_deductions":{"type":"array","items":{"$ref":"#/components/schemas/ContractItemDeduction"}},"net_payment":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"outstanding_balance":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"particular":{"type":"string"},"warrant_request_identifier":{"type":"string","maxLength":50},"payment_request_identifier":{"type":"string","maxLength":50},"bank_name":{"type":"string","maxLength":200},"account_name":{"type":"string","maxLength":200},"account_number":{"type":"string","maxLength":50},"total_deduction":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true},"gross":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"contract":{"type":"string","format":"uuid","readOnly":true},"payment_request":{"type":"string","format":"uuid","nullable":true}},"required":["account_name","account_number","bank_name","contract","created_at","gross","id","net_payment","outstanding_balance","payment_request_identifier","status","total_deduction","updated_at","warrant_request_identifier"]},"ContractLedgerItemRequest":{"type":"object","properties":{"contract_deductions":{"type":"array","items":{"$ref":"#/components/schemas/ContractItemDeductionRequest"}},"particular":{"type":"string","minLength":1},"warrant_request_identifier":{"type":"string","minLength":1,"maxLength":50},"payment_request_identifier":{"type":"string","minLength":1,"maxLength":50},"bank_name":{"type":"string","minLength":1,"maxLength":200},"account_name":{"type":"string","minLength":1,"maxLength":200},"account_number":{"type":"string","minLength":1,"maxLength":50},"gross":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"payment_request":{"type":"string","format":"uuid","nullable":true}},"required":["account_name","account_number","bank_name","gross","payment_request_identifier","warrant_request_identifier"]},"ContractLedgerRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true},"title":{"type":"string","nullable":true},"contractor":{"type":"string","nullable":true},"contract_number":{"type":"string","nullable":true,"maxLength":20},"date_awarded":{"type":"string","format":"date"},"contract_sum":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"mda":{"type":"string","format":"uuid"}},"required":["contract_sum","mda"]},"CreateAdministrativeDocumentSerializers":{"type":"object","properties":{"name":{"type":"string","nullable":true},"purpose":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"category":{"type":"string","format":"uuid","nullable":true},"document_type":{"$ref":"#/components/schemas/DocumentTypeEnum"},"content":{"type":"string","format":"uri","nullable":true},"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","nullable":true,"maxLength":250},"parent":{"type":"string","format":"uuid","nullable":true},"administrative_mda":{"type":"string","format":"uuid","nullable":true},"administrative_departments":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_units":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"ownership_type":{"$ref":"#/components/schemas/OwnershipTypeAabEnum"},"administrative_users":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["document_type"]},"CreateAdministrativeDocumentSerializersRequest":{"type":"object","properties":{"name":{"type":"string","nullable":true},"purpose":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"category":{"type":"string","format":"uuid","nullable":true},"document_type":{"$ref":"#/components/schemas/DocumentTypeEnum"},"content":{"type":"string","format":"binary","nullable":true},"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","nullable":true,"maxLength":250},"parent":{"type":"string","format":"uuid","nullable":true},"administrative_mda":{"type":"string","format":"uuid","nullable":true},"administrative_departments":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_units":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"ownership_type":{"$ref":"#/components/schemas/OwnershipTypeAabEnum"},"administrative_users":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["document_type"]},"CreateArchiveInnerContent":{"type":"object","properties":{"archive":{"type":"string","format":"uuid"},"file":{"type":"array","items":{"$ref":"#/components/schemas/DocumentArchiveCreate"}}},"required":["archive","file"]},"CreateArchiveInnerContentRequest":{"type":"object","properties":{"archive":{"type":"string","format":"uuid"},"file":{"type":"array","items":{"$ref":"#/components/schemas/DocumentArchiveCreateRequest"}}},"required":["archive","file"]},"CreateArchiveSerializers":{"type":"object","properties":{"name":{"type":"string","nullable":true},"purpose":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"category":{"type":"string","format":"uuid","nullable":true},"document_type":{"$ref":"#/components/schemas/DocumentTypeEnum"},"content":{"type":"string","format":"uri","nullable":true},"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","nullable":true,"maxLength":250},"parent":{"type":"string","format":"uuid","nullable":true},"administrative_mda":{"type":"string","format":"uuid","nullable":true},"administrative_departments":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_units":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"ownership_type":{"$ref":"#/components/schemas/OwnershipTypeAabEnum"},"administrative_users":{"type":"array","items":{"type":"string","format":"uuid"}},"offline_file_no":{"type":"string","nullable":true,"maxLength":250},"physical_storage_location":{"type":"string","nullable":true,"maxLength":250}},"required":["offline_file_no","physical_storage_location"]},"CreateArchiveSerializersRequest":{"type":"object","properties":{"name":{"type":"string","nullable":true},"purpose":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"category":{"type":"string","format":"uuid","nullable":true},"document_type":{"$ref":"#/components/schemas/DocumentTypeEnum"},"content":{"type":"string","format":"binary","nullable":true},"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","nullable":true,"maxLength":250},"parent":{"type":"string","format":"uuid","nullable":true},"administrative_mda":{"type":"string","format":"uuid","nullable":true},"administrative_departments":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_units":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"ownership_type":{"$ref":"#/components/schemas/OwnershipTypeAabEnum"},"administrative_users":{"type":"array","items":{"type":"string","format":"uuid"}},"offline_file_no":{"type":"string","nullable":true,"maxLength":250},"physical_storage_location":{"type":"string","nullable":true,"maxLength":250}},"required":["offline_file_no","physical_storage_location"]},"CreateClientBudget":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"description":{"type":"string"},"category":{"$ref":"#/components/schemas/CategoryC3eEnum"},"capital_budget_file":{"type":"string","format":"uri","nullable":true},"recurrent_budget_file":{"type":"string","format":"uri","nullable":true},"state":{"type":"string","format":"uuid","readOnly":true},"main_client_budget":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["created_at","description","id","main_client_budget","state","updated_at","year"]},"CreateClientBudgetRequest":{"type":"object","properties":{"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"description":{"type":"string","minLength":1},"category":{"$ref":"#/components/schemas/CategoryC3eEnum"},"capital_budget_file":{"type":"string","format":"binary","nullable":true},"recurrent_budget_file":{"type":"string","format":"binary","nullable":true}},"required":["description","year"]},"CreatePassword":{"type":"object","description":"Serializer for password change on reset","properties":{"token":{"type":"string"},"password":{"type":"string"}},"required":["password","token"]},"CreatePasswordRequest":{"type":"object","description":"Serializer for password change on reset","properties":{"token":{"type":"string","minLength":1},"password":{"type":"string","minLength":1}},"required":["password","token"]},"CreatePersonalDocumentSerializers":{"type":"object","properties":{"name":{"type":"string","nullable":true},"purpose":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"category":{"type":"string","format":"uuid","nullable":true},"document_type":{"$ref":"#/components/schemas/DocumentTypeEnum"},"content":{"type":"string","format":"uri","nullable":true},"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","nullable":true,"maxLength":250},"parent":{"type":"string","format":"uuid","nullable":true}},"required":["document_type"]},"CreatePersonalDocumentSerializersRequest":{"type":"object","properties":{"name":{"type":"string","nullable":true},"purpose":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"category":{"type":"string","format":"uuid","nullable":true},"document_type":{"$ref":"#/components/schemas/DocumentTypeEnum"},"content":{"type":"string","format":"binary","nullable":true},"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","nullable":true,"maxLength":250},"parent":{"type":"string","format":"uuid","nullable":true}},"required":["document_type"]},"CreateWorkflowActionToken":{"type":"object","properties":{"action":{"type":"string","format":"uuid"}},"required":["action"]},"CreateWorkflowActionTokenRequest":{"type":"object","properties":{"action":{"type":"string","format":"uuid"}},"required":["action"]},"CreationTypeEnum":{"enum":["MANUAL","SYSTEM"],"type":"string","description":"* `MANUAL` - MANUAL\n* `SYSTEM` - SYSTEM"},"CustomObtainTokenPair":{"type":"object","properties":{"phone":{"type":"string","nullable":true,"maxLength":20},"email":{"type":"string"}},"required":["email"]},"CustomObtainTokenPairRequest":{"type":"object","properties":{"phone":{"type":"string","nullable":true,"maxLength":20},"email":{"type":"string","minLength":1},"password":{"type":"string","writeOnly":true,"minLength":1}},"required":["email","password"]},"DateSequenceEnum":{"enum":["DD/MON/YYYY","DD/YYYY/MON","MON/YYYY/DD","MON/DD/YYYY","YYYY/MON/DD","YYYY/DD/MON","DD/MM/YYYY","DD/YYYY/MM","MM/YYYY/DD","MM/DD/YYYY","YYYY/MM/DD","YYYY/DD/MM","DD/MON/YY","DD/YY/MON","MON/YY/DD","MON/DD/YY","YY/MON/DD","YY/DD/MON","DD/MM/YY","DD/YY/MM","MM/YY/DD","MM/DD/YY","YY/MM/DD","YY/DD/MM","MM/YYYY","YYYY/MM","MM/YY","YY/MM","MON/YYYY","YYYY/MON","MON/YY","YY/MON","DD/YYYY","YYYY/DD","DD/YY","YY/DD","DD/MON","MON/DD","DD/MM","MM/DD","YYYY","YY","MON","MM","DD"],"type":"string","description":"* `DD/MON/YYYY` - DD/MON/YYYY\n* `DD/YYYY/MON` - DD/YYYY/MON\n* `MON/YYYY/DD` - MON/YYYY/DD\n* `MON/DD/YYYY` - MON/DD/YYYY\n* `YYYY/MON/DD` - YYYY/MON/DD\n* `YYYY/DD/MON` - YYYY/DD/MON\n* `DD/MM/YYYY` - DD/MM/YYYY\n* `DD/YYYY/MM` - DD/YYYY/MM\n* `MM/YYYY/DD` - MM/YYYY/DD\n* `MM/DD/YYYY` - MM/DD/YYYY\n* `YYYY/MM/DD` - YYYY/MM/DD\n* `YYYY/DD/MM` - YYYY/DD/MM\n* `DD/MON/YY` - DD/MON/YY\n* `DD/YY/MON` - DD/YY/MON\n* `MON/YY/DD` - MON/YY/DD\n* `MON/DD/YY` - MON/DD/YY\n* `YY/MON/DD` - YY/MON/DD\n* `YY/DD/MON` - YY/DD/MON\n* `DD/MM/YY` - DD/MM/YY\n* `DD/YY/MM` - DD/YY/MM\n* `MM/YY/DD` - MM/YY/DD\n* `MM/DD/YY` - MM/DD/YY\n* `YY/MM/DD` - YY/MM/DD\n* `YY/DD/MM` - YY/DD/MM\n* `MM/YYYY` - MM/YYYY\n* `YYYY/MM` - YYYY/MM\n* `MM/YY` - MM/YY\n* `YY/MM` - YY/MM\n* `MON/YYYY` - MON/YYYY\n* `YYYY/MON` - YYYY/MON\n* `MON/YY` - MON/YY\n* `YY/MON` - YY/MON\n* `DD/YYYY` - DD/YYYY\n* `YYYY/DD` - YYYY/DD\n* `DD/YY` - DD/YY\n* `YY/DD` - YY/DD\n* `DD/MON` - DD/MON\n* `MON/DD` - MON/DD\n* `DD/MM` - DD/MM\n* `MM/DD` - MM/DD\n* `YYYY` - YYYY\n* `YY` - YY\n* `MON` - MON\n* `MM` - MM\n* `DD` - DD"},"DayFormatEnum":{"enum":["DD"],"type":"string","description":"* `DD` - DD"},"DeactivateBudget":{"type":"object","properties":{"state":{"type":"string","format":"uuid"}},"required":["state"]},"DeactivateBudgetRequest":{"type":"object","properties":{"state":{"type":"string","format":"uuid"}},"required":["state"]},"Deduction":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"tax_name":{"type":"string","maxLength":200},"tax_abbreviation":{"type":"string","maxLength":5},"bank_name":{"type":"string","maxLength":50},"account_name":{"type":"string","maxLength":50},"account_number":{"type":"string","maxLength":10},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["account_name","account_number","bank_name","created_at","id","state","status","tax_abbreviation","tax_name","updated_at"]},"DeductionRequest":{"type":"object","properties":{"tax_name":{"type":"string","minLength":1,"maxLength":200},"tax_abbreviation":{"type":"string","minLength":1,"maxLength":5},"bank_name":{"type":"string","minLength":1,"maxLength":50},"account_name":{"type":"string","minLength":1,"maxLength":50},"account_number":{"type":"string","minLength":1,"maxLength":10}},"required":["account_name","account_number","bank_name","tax_abbreviation","tax_name"]},"DelegateRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"delegating_user":{"type":"string","format":"uuid"},"comment":{"type":"string"}},"required":["comment","delegating_user","request"]},"DelegateRequestRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"delegating_user":{"type":"string","format":"uuid"},"comment":{"type":"string","minLength":1}},"required":["comment","delegating_user","request"]},"Department":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"unit_count":{"type":"string","readOnly":true},"people_count":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"type":{"$ref":"#/components/schemas/TypeC72Enum"},"name":{"type":"string","maxLength":200},"code":{"type":"string","maxLength":20},"description":{"type":"string","nullable":true},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"mda":{"type":"string","format":"uuid"},"director":{"type":"string","format":"uuid","nullable":true}},"required":["code","created_at","id","mda","name","people_count","status","unit_count","updated_at"]},"DepartmentCreateUpdate":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"type":{"$ref":"#/components/schemas/TypeC72Enum"},"name":{"type":"string","maxLength":200},"code":{"type":"string","maxLength":20},"description":{"type":"string","nullable":true},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"mda":{"type":"string","format":"uuid"},"director":{"type":"string","format":"uuid","nullable":true}},"required":["code","created_at","id","mda","name","status","updated_at"]},"DepartmentCreateUpdateRequest":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/TypeC72Enum"},"name":{"type":"string","minLength":1,"maxLength":200},"code":{"type":"string","minLength":1,"maxLength":20},"description":{"type":"string","nullable":true},"mda":{"type":"string","format":"uuid"},"director":{"type":"string","format":"uuid","nullable":true}},"required":["code","mda","name"]},"Designation":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":500},"state":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid"}},"required":["created_at","id","mda","name","state","updated_at"]},"DesignationRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":500},"mda":{"type":"string","format":"uuid"}},"required":["mda","name"]},"DigitizedProjectTypeEnum":{"enum":["CAPITAL","RECURRENT"],"type":"string","description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT"},"Document":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"cloudinary_served_url":{"type":"string","format":"uri","nullable":true,"maxLength":200},"file":{"type":"string","format":"uri","readOnly":true,"nullable":true},"target":{"type":"string","format":"uuid","readOnly":true},"request_type":{"readOnly":true,"nullable":true,"oneOf":[{"$ref":"#/components/schemas/RequestTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"type":{"readOnly":true,"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DocumentTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"name":{"type":"string","nullable":true,"maxLength":250},"size":{"type":"string","nullable":true,"maxLength":30},"state":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"classification":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","file","id","mda","request_type","state","target","type","updated_at"]},"DocumentArchiveCreate":{"type":"object","properties":{"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","maxLength":250},"category":{"type":"string","format":"uuid"},"content":{"type":"string","format":"uri","nullable":true},"archive_document_page_number":{"type":"integer"}},"required":["archive_document_page_number","category","content","content_name","content_size"]},"DocumentArchiveCreateRequest":{"type":"object","properties":{"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","maxLength":250},"category":{"type":"string","format":"uuid"},"content":{"type":"string","format":"binary","nullable":true},"archive_document_page_number":{"type":"integer"}},"required":["archive_document_page_number","category","content","content_name","content_size"]},"DocumentClassification":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":500},"description":{"type":"string"},"is_active":{"type":"boolean","readOnly":true},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["created_at","description","id","is_active","state","title","updated_at"]},"DocumentClassificationRequest":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":500},"description":{"type":"string","minLength":1}},"required":["description","title"]},"DocumentDirectoryAccessDetailSerializers":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"state":{"type":"string","format":"uuid","nullable":true},"document":{"type":"string","format":"uuid"},"users":{"type":"array","items":{"type":"string","format":"uuid"}},"mda":{"type":"array","items":{"type":"string","format":"uuid"}},"unit":{"type":"array","items":{"type":"string","format":"uuid"}},"department":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["created_at","document","id","updated_at"]},"DocumentDirectoryAccessSerializers":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"document":{"type":"string","format":"uuid"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"state":{"type":"string","format":"uuid","nullable":true},"users":{"type":"array","items":{"type":"string","format":"uuid"}},"mda":{"type":"array","items":{"type":"string","format":"uuid"}},"unit":{"type":"array","items":{"type":"string","format":"uuid"}},"department":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["created_at","document","id","updated_at"]},"DocumentDirectoryAccessSerializersRequest":{"type":"object","properties":{"document":{"type":"string","format":"uuid"},"roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"state":{"type":"string","format":"uuid","nullable":true},"users":{"type":"array","items":{"type":"string","format":"uuid"}},"mda":{"type":"array","items":{"type":"string","format":"uuid"}},"unit":{"type":"array","items":{"type":"string","format":"uuid"}},"department":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["document"]},"DocumentDirectoryList":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"administrative_mda_name":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","nullable":true},"purpose":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"document_type":{"$ref":"#/components/schemas/DocumentTypeEnum"},"content":{"type":"string","format":"uri","nullable":true},"content_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ContentTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"doc_extension":{"type":"string","nullable":true,"maxLength":30},"content_size":{"type":"integer","maximum":2147483647,"minimum":0},"content_name":{"type":"string","nullable":true,"maxLength":250},"file_code":{"type":"string","nullable":true,"maxLength":250},"is_leaf":{"type":"boolean"},"is_administrative":{"type":"boolean","description":"Flag to determine if it is a private or administrative file"},"ownership_type":{"$ref":"#/components/schemas/OwnershipTypeAabEnum"},"administrative_roles":{"type":"array","items":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"nullable":true},"position":{"type":"integer","maximum":2147483647,"minimum":0},"number_of_documents":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"last_modified":{"type":"string","format":"date-time","nullable":true},"created_from_workflow":{"type":"boolean"},"is_memo_file":{"type":"boolean"},"offline_file_no":{"type":"string","nullable":true,"maxLength":250},"physical_storage_location":{"type":"string","nullable":true,"maxLength":250},"archive_document_page_number":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"archive_document_display_page_number":{"type":"string","nullable":true,"maxLength":500},"is_deleted":{"type":"boolean"},"deleted_date":{"type":"string","format":"date-time","nullable":true},"lft":{"type":"integer","readOnly":true},"rght":{"type":"integer","readOnly":true},"tree_id":{"type":"integer","readOnly":true},"level":{"type":"integer","readOnly":true},"state":{"type":"string","format":"uuid"},"created_by":{"type":"string","format":"uuid","nullable":true},"category":{"type":"string","format":"uuid","nullable":true},"parent":{"type":"string","format":"uuid","nullable":true},"administrative_mda":{"type":"string","format":"uuid","nullable":true},"last_modified_by":{"type":"string","format":"uuid","nullable":true},"deleted_by":{"type":"string","format":"uuid","nullable":true},"administrative_departments":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_units":{"type":"array","items":{"type":"string","format":"uuid"}},"administrative_users":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["administrative_mda_name","created_at","id","level","lft","rght","state","tree_id","updated_at"]},"DocumentDirectoryStat":{"type":"object","properties":{"folders":{"type":"integer"},"documents":{"type":"integer"},"archive":{"type":"integer"},"files":{"type":"integer"}},"required":["archive","documents","files","folders"]},"DocumentRenameSerializers":{"type":"object","properties":{"document":{"type":"string","format":"uuid"},"name":{"type":"string"}},"required":["document","name"]},"DocumentRenameSerializersRequest":{"type":"object","properties":{"document":{"type":"string","format":"uuid"},"name":{"type":"string","minLength":1}},"required":["document","name"]},"DocumentRequest":{"type":"object","properties":{"cloudinary_served_url":{"type":"string","format":"uri","nullable":true,"maxLength":200},"name":{"type":"string","nullable":true,"maxLength":250},"size":{"type":"string","nullable":true,"maxLength":30},"classification":{"type":"string","format":"uuid","nullable":true}}},"DocumentTypeEnum":{"enum":["FILE","DOCUMENT","FOLDER","ARCHIVE","WORKFLOW"],"type":"string","description":"* `FILE` - FILE\n* `DOCUMENT` - DOCUMENT\n* `FOLDER` - FOLDER\n* `ARCHIVE` - ARCHIVE\n* `WORKFLOW` - WORKFLOW"},"ExpenditureCertificateUpload":{"type":"object","properties":{"clearance_certificate":{"type":"string","format":"uri","nullable":true}},"required":["clearance_certificate"]},"ExpenditureCertificateUploadRequest":{"type":"object","properties":{"clearance_certificate":{"type":"string","format":"binary","nullable":true}},"required":["clearance_certificate"]},"ExpenditureClearance":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/Document"}},"updated_vote_balance":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":250},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"vote_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true},"amount_in_words":{"type":"string","maxLength":255},"purpose":{"type":"string","nullable":true},"clearance_certificate":{"type":"string","format":"uri","nullable":true},"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/TypeEddEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_digitized":{"type":"boolean"},"current_actual_expenditure":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"current_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"clearance_authorizer_name":{"type":"string","nullable":true,"maxLength":200},"clearance_authorizer_signature":{"type":"string","nullable":true,"maxLength":200},"request":{"type":"string","format":"uuid","readOnly":true},"state":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid","readOnly":true},"budget_line":{"type":"string","format":"uuid"},"initiator":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"mda_accounting_officer":{"type":"string","format":"uuid","nullable":true}},"required":["amount","amount_in_words","budget_line","created_at","id","initiator","mda","request","state","title","type","updated_at","updated_vote_balance","vote_balance"]},"ExpenditureClearanceRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of existing supporting documents. to retain when updating "},"title":{"type":"string","minLength":1,"maxLength":250},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","minLength":1,"maxLength":255},"purpose":{"type":"string","nullable":true},"clearance_certificate":{"type":"string","format":"binary","nullable":true},"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/TypeEddEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_digitized":{"type":"boolean"},"current_actual_expenditure":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"current_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"clearance_authorizer_name":{"type":"string","nullable":true,"maxLength":200},"clearance_authorizer_signature":{"type":"string","nullable":true,"maxLength":200},"budget_line":{"type":"string","format":"uuid"},"mda_accounting_officer":{"type":"string","format":"uuid","nullable":true}},"required":["amount","amount_in_words","budget_line","title","type"]},"ExpenditureConcurrence":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/Document"}},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":250},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","maxLength":255},"purpose":{"type":"string","nullable":true},"remark":{"type":"string","nullable":true},"request":{"type":"string","format":"uuid","readOnly":true},"state":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid","readOnly":true},"funding_mda":{"type":"string","format":"uuid"},"budget_line":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"initiator":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["amount","amount_in_words","budget_line","created_at","funding_mda","id","initiator","mda","request","state","title","updated_at"]},"ExpenditureConcurrenceRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"title":{"type":"string","minLength":1,"maxLength":250},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","minLength":1,"maxLength":255},"purpose":{"type":"string","nullable":true},"remark":{"type":"string","nullable":true},"funding_mda":{"type":"string","format":"uuid"}},"required":["amount","amount_in_words","funding_mda","title"]},"ExpenditureDigitization":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/TypeEddEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","maxLength":250},"mda":{"type":"string","format":"uuid"},"budget_line":{"type":"string","format":"uuid"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","maxLength":255},"purpose":{"type":"string","nullable":true},"manual_identifier":{"type":"string","nullable":true,"maxLength":255}},"required":["amount","amount_in_words","budget_line","id","manual_identifier","mda","title","type"]},"ExpenditureDigitizationRequest":{"type":"object","properties":{"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/TypeEddEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","minLength":1,"maxLength":250},"mda":{"type":"string","format":"uuid"},"budget_line":{"type":"string","format":"uuid"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","minLength":1,"maxLength":255},"purpose":{"type":"string","nullable":true},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of existing supporting documents. to retain when updating "}},"required":["amount","amount_in_words","budget_line","manual_identifier","mda","title","type"]},"ExpenseClassification":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"$ref":"#/components/schemas/Category0deEnum"},"description":{"type":"string"},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["category","created_at","description","id","state","status","updated_at"]},"ExpenseClassificationRequest":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/Category0deEnum"},"description":{"type":"string","minLength":1}},"required":["category","description"]},"ExpenseStatusUpdate":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"ExpenseStatusUpdateRequest":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"FileMemo":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":200},"url":{"type":"string","format":"uri","readOnly":true},"provider":{"allOf":[{"$ref":"#/components/schemas/ProviderEnum"}],"readOnly":true},"document_id":{"type":"string","readOnly":true},"is_approved":{"type":"boolean","readOnly":true},"created_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"approved_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["approved_by","created_at","created_by","document_id","id","is_approved","provider","title","updated_at","url"]},"FileMemoRequest":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200}},"required":["title"]},"FileTypeEnum":{"enum":["PDF","CSV"],"type":"string","description":"* `PDF` - PDF\n* `CSV` - CSV"},"FluidApprovalTypeEnum":{"enum":["ApproveOnly","ApproveAndForward"],"type":"string","description":"* `ApproveOnly` - ApproveOnly\n* `ApproveAndForward` - ApproveAndForward"},"FluidMemoRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":200},"description":{"type":"string","readOnly":true,"nullable":true},"memo_type":{"type":"string","readOnly":true},"audit_memo":{"type":"string","format":"uri","readOnly":true,"nullable":true},"is_signed_request":{"type":"boolean"},"subject":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"addressed_to":{"type":"string","nullable":true,"maxLength":255},"state":{"type":"string","format":"uuid","readOnly":true},"initiator":{"type":"string","format":"uuid","readOnly":true},"request":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid","readOnly":true},"memo":{"type":"string","format":"uuid","nullable":true},"process_group":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"containing_file":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"workflow_file":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"supporting_documents":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["audit_memo","containing_file","created_at","description","id","initiator","mda","memo_type","process_group","request","state","title","updated_at","workflow_file"]},"FluidMemoRequestRequest":{"type":"object","properties":{"recipient_assignee":{"type":"string","format":"uuid","writeOnly":true},"recipient_mda":{"type":"string","format":"uuid","writeOnly":true},"recipient_designation":{"type":"string","format":"uuid","writeOnly":true},"comment":{"type":"string","writeOnly":true,"minLength":1},"title":{"type":"string","minLength":1,"maxLength":200},"is_signed_request":{"type":"boolean"},"subject":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"addressed_to":{"type":"string","nullable":true,"maxLength":255},"memo":{"type":"string","format":"uuid","nullable":true},"supporting_documents":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["comment","recipient_mda","title"]},"ForwardRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"request_forward_receiver":{"type":"string","format":"uuid"},"comment":{"type":"string"}},"required":["comment","request","request_forward_receiver"]},"ForwardRequestRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"request_forward_receiver":{"type":"string","format":"uuid"},"comment":{"type":"string","minLength":1}},"required":["comment","request","request_forward_receiver"]},"FundRelease":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"signature":{"type":"string","format":"uri"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProjectType3faEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"issued_color":{"type":"string","nullable":true,"maxLength":255},"mda_code":{"type":"string","maxLength":6},"template_code":{"type":"string","maxLength":3},"authorizer_title":{"type":"string","maxLength":200},"authorizer_name":{"type":"string","maxLength":200},"title":{"type":"string","nullable":true,"maxLength":255},"sub_authorizer_title":{"type":"string","nullable":true,"maxLength":200},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["authorizer_name","authorizer_title","created_at","id","mda_code","state","template_code","updated_at"]},"FundReleaseRequest":{"type":"object","properties":{"signature":{"type":"string","format":"binary"},"project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProjectType3faEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"issued_color":{"type":"string","nullable":true,"maxLength":255},"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3},"authorizer_title":{"type":"string","minLength":1,"maxLength":200},"authorizer_name":{"type":"string","minLength":1,"maxLength":200},"title":{"type":"string","nullable":true,"maxLength":255},"sub_authorizer_title":{"type":"string","nullable":true,"maxLength":200}},"required":["authorizer_name","authorizer_title","mda_code","template_code"]},"GeneralLedger":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"total_inflow":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"total_outflow":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"last_closure":{"type":"string","readOnly":true},"reconciliation":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"description":{"type":"string","nullable":true,"maxLength":50},"code":{"type":"string","nullable":true,"maxLength":10},"bank_name":{"type":"string","maxLength":200},"account_name":{"type":"string","maxLength":100},"account_number":{"type":"string","maxLength":20},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"address_1":{"type":"string","nullable":true,"maxLength":100},"address_2":{"type":"string","nullable":true,"maxLength":100},"address_3":{"type":"string","nullable":true,"maxLength":100},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["account_name","account_number","balance","bank_name","created_at","id","last_closure","reconciliation","state","status","total_inflow","total_outflow","updated_at"]},"GeneralLedgerBasic":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"description":{"type":"string","nullable":true,"maxLength":50},"code":{"type":"string","nullable":true,"maxLength":10},"bank_name":{"type":"string","maxLength":200},"account_name":{"type":"string","maxLength":100},"account_number":{"type":"string","maxLength":20},"status":{"$ref":"#/components/schemas/StatusE93Enum"},"address_1":{"type":"string","nullable":true,"maxLength":100},"address_2":{"type":"string","nullable":true,"maxLength":100},"address_3":{"type":"string","nullable":true,"maxLength":100},"state":{"type":"string","format":"uuid"}},"required":["account_name","account_number","bank_name","created_at","id","state","updated_at"]},"GeneralLedgerBasicRequest":{"type":"object","properties":{"description":{"type":"string","nullable":true,"minLength":1,"maxLength":50},"code":{"type":"string","nullable":true,"minLength":1,"maxLength":10},"bank_name":{"type":"string","minLength":1,"maxLength":200},"account_name":{"type":"string","minLength":1,"maxLength":100},"account_number":{"type":"string","minLength":1,"maxLength":20},"status":{"$ref":"#/components/schemas/StatusE93Enum"},"address_1":{"type":"string","nullable":true,"minLength":1,"maxLength":100},"address_2":{"type":"string","nullable":true,"maxLength":100},"address_3":{"type":"string","nullable":true,"maxLength":100},"state":{"type":"string","format":"uuid"}},"required":["account_name","account_number","bank_name","state"]},"GeneralLedgerGenerate":{"type":"object","properties":{"start_date":{"type":"string","format":"date"},"end_date":{"type":"string","format":"date"},"file_type":{"$ref":"#/components/schemas/FileTypeEnum"}},"required":["end_date","file_type","start_date"]},"GeneralLedgerGenerateRequest":{"type":"object","properties":{"start_date":{"type":"string","format":"date"},"end_date":{"type":"string","format":"date"},"file_type":{"$ref":"#/components/schemas/FileTypeEnum"}},"required":["end_date","file_type","start_date"]},"GeneralLedgerRequest":{"type":"object","properties":{"description":{"type":"string","nullable":true,"minLength":1,"maxLength":50},"code":{"type":"string","nullable":true,"minLength":1,"maxLength":10},"bank_name":{"type":"string","minLength":1,"maxLength":200},"account_name":{"type":"string","minLength":1,"maxLength":100},"account_number":{"type":"string","minLength":1,"maxLength":20},"address_1":{"type":"string","nullable":true,"minLength":1,"maxLength":100},"address_2":{"type":"string","nullable":true,"maxLength":100},"address_3":{"type":"string","nullable":true,"maxLength":100}},"required":["account_name","account_number","bank_name"]},"GenerateBudgetTokenSerializers":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"token":{"type":"string","readOnly":true,"nullable":true},"budget":{"type":"string","format":"uuid"},"user":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["budget","created_at","id","token","updated_at","user"]},"GenerateBudgetTokenSerializersRequest":{"type":"object","properties":{"budget":{"type":"string","format":"uuid"}},"required":["budget"]},"GenerateWarrant":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","maxLength":200},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string"},"purpose":{"type":"string","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/Document"}},"initiator":{"type":"string","format":"uuid","readOnly":true},"request":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"vote_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true},"remark":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255}},"required":["amount_in_words","generation_type","id","initiator","request","title","vote_balance"]},"GenerateWarrantRequest":{"type":"object","properties":{"mda":{"type":"string","format":"uuid","writeOnly":true},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","minLength":1,"maxLength":200},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"remark":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"warrant_type":{"allOf":[{"$ref":"#/components/schemas/WarrantTypeEnum"}],"writeOnly":true}},"required":["amount_in_words","generation_type","mda","title"]},"GenerationTypeEnum":{"enum":["BUDGET_EXPENSE","NON_BUDGET_EXPENSE"],"type":"string","description":"* `BUDGET_EXPENSE` - BUDGET_EXPENSE\n* `NON_BUDGET_EXPENSE` - NON_BUDGET_EXPENSE"},"GetPdfData":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"mda_code":{"type":"string","maxLength":6},"template_code":{"type":"string","maxLength":3},"authorizer_name":{"type":"string","maxLength":200},"signature":{"type":"string","format":"uri"},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["authorizer_name","created_at","id","mda_code","signature","state","template_code","updated_at"]},"GetVoucherCertificate":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProjectType03dEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"issued_color":{"type":"string","nullable":true,"maxLength":255},"mda_code":{"type":"string","maxLength":6},"template_code":{"type":"string","maxLength":3},"authorizer_title":{"type":"string","nullable":true,"maxLength":200},"authorizer_name":{"type":"string","maxLength":200},"signature":{"type":"string","format":"uri"},"auditor_stamp":{"type":"string","format":"uri","nullable":true},"title":{"type":"string","nullable":true,"maxLength":255},"sub_authorizer_title":{"type":"string","nullable":true,"maxLength":200},"notes":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["authorizer_name","created_at","id","mda_code","signature","state","template_code","updated_at"]},"InitializePasswordReset":{"type":"object","description":"Serializer for sending password reset email to the user","properties":{"email":{"type":"string"}},"required":["email"]},"InitializePasswordResetRequest":{"type":"object","description":"Serializer for sending password reset email to the user","properties":{"email":{"type":"string","minLength":1}},"required":["email"]},"InviteUser":{"type":"object","description":"Serializer for invite user","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"email":{"type":"string","format":"email","title":"Email address","maxLength":254},"phone":{"type":"string","nullable":true,"maxLength":17},"firstname":{"type":"string","nullable":true,"maxLength":255},"lastname":{"type":"string","nullable":true,"maxLength":255},"middlename":{"type":"string","nullable":true,"maxLength":100},"title":{"type":"string","nullable":true,"maxLength":30},"personnel_id":{"type":"string","nullable":true,"maxLength":50},"mda":{"type":"string","format":"uuid"},"designation":{"type":"string"},"roles":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"}]}},"department":{"type":"string","format":"uuid","nullable":true},"unit":{"type":"string","format":"uuid","nullable":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"verified":{"type":"boolean","readOnly":true}},"required":["created_at","designation","email","id","mda","verified"]},"InviteUserRequest":{"type":"object","description":"Serializer for invite user","properties":{"email":{"type":"string","format":"email","minLength":1,"title":"Email address","maxLength":254},"phone":{"type":"string","nullable":true,"maxLength":17},"firstname":{"type":"string","nullable":true,"maxLength":255},"lastname":{"type":"string","nullable":true,"maxLength":255},"middlename":{"type":"string","nullable":true,"maxLength":100},"title":{"type":"string","nullable":true,"minLength":1,"maxLength":30},"personnel_id":{"type":"string","nullable":true,"maxLength":50},"mda":{"type":"string","format":"uuid"},"designation":{"type":"string","minLength":1},"roles":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"}]}},"department":{"type":"string","format":"uuid","nullable":true},"unit":{"type":"string","format":"uuid","nullable":true}},"required":["designation","email","mda"]},"JournalAnalysis":{"type":"object","properties":{"total_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"title":{"type":"string","maxLength":255}},"required":["title","total_amount"]},"JournalClassification":{"type":"object","properties":{"expense_classification":{"type":"string","format":"uuid"}},"required":["expense_classification"]},"JournalClassificationRequest":{"type":"object","properties":{"expense_classification":{"type":"string","format":"uuid"}},"required":["expense_classification"]},"JournalEntry":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"$ref":"#/components/schemas/Category0deEnum"},"source":{"type":"string","nullable":true,"maxLength":255},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"transaction_date":{"type":"string","format":"date","nullable":true},"reference_number":{"type":"string","maxLength":25},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"description":{"type":"string"},"ledger":{"type":"string","format":"uuid"},"expense_classification":{"type":"string","format":"uuid"},"payment":{"type":"string","format":"uuid","nullable":true},"user":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"closure":{"type":"string","format":"uuid","nullable":true}},"required":["amount","category","created_at","description","expense_classification","id","ledger","reference_number","updated_at","user"]},"JournalEntryDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"additional_details":{"type":"string","readOnly":true},"user":{"$ref":"#/components/schemas/UserBasic"},"expense_classification":{"$ref":"#/components/schemas/ExpenseClassification"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"$ref":"#/components/schemas/Category0deEnum"},"source":{"type":"string","nullable":true,"maxLength":255},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"transaction_date":{"type":"string","format":"date","nullable":true},"reference_number":{"type":"string","maxLength":25},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"description":{"type":"string"},"ledger":{"type":"string","format":"uuid"},"closure":{"type":"string","format":"uuid","nullable":true}},"required":["additional_details","amount","category","created_at","description","expense_classification","id","ledger","reference_number","updated_at","user"]},"JournalEntryGenerate":{"type":"object","properties":{"general_ledger":{"type":"string","format":"uuid"},"start_date":{"type":"string","format":"date"},"end_date":{"type":"string","format":"date"},"file_type":{"$ref":"#/components/schemas/FileTypeEnum"},"category":{"$ref":"#/components/schemas/Category0deEnum"}},"required":["end_date","file_type","general_ledger","start_date"]},"JournalEntryGenerateRequest":{"type":"object","properties":{"general_ledger":{"type":"string","format":"uuid"},"start_date":{"type":"string","format":"date"},"end_date":{"type":"string","format":"date"},"file_type":{"$ref":"#/components/schemas/FileTypeEnum"},"category":{"$ref":"#/components/schemas/Category0deEnum"}},"required":["end_date","file_type","general_ledger","start_date"]},"JournalEntryRequest":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/Category0deEnum"},"source":{"type":"string","nullable":true,"maxLength":255},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"transaction_date":{"type":"string","format":"date","nullable":true},"reference_number":{"type":"string","minLength":1,"maxLength":25},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"description":{"type":"string","minLength":1},"ledger":{"type":"string","format":"uuid"},"expense_classification":{"type":"string","format":"uuid"},"payment":{"type":"string","format":"uuid","nullable":true},"closure":{"type":"string","format":"uuid","nullable":true}},"required":["amount","category","description","expense_classification","ledger","reference_number"]},"JournalEntryReversal":{"type":"object","properties":{"transaction_date":{"type":"string","format":"date","nullable":true},"description":{"type":"string"}},"required":["description"]},"JournalEntryReversalRequest":{"type":"object","properties":{"transaction_date":{"type":"string","format":"date","nullable":true},"description":{"type":"string","minLength":1},"journal_entry":{"type":"string","format":"uuid","writeOnly":true}},"required":["description","journal_entry"]},"LatestWorkFlowActivity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"title":{"type":"string","maxLength":255},"status":{"$ref":"#/components/schemas/Status08cEnum"},"created_at":{"type":"string","format":"date-time","readOnly":true}},"required":["created_at","id","title"]},"LinkPayment":{"type":"object","properties":{"activity":{"type":"string","format":"uuid"},"action":{"type":"string","maxLength":50}},"required":["action","activity"]},"LinkPaymentRequest":{"type":"object","properties":{"activity":{"type":"string","format":"uuid"},"action":{"type":"string","minLength":1,"maxLength":50}},"required":["action","activity"]},"ListCodeBlock":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"description":{"type":"string","nullable":true,"maxLength":250},"name":{"type":"string","nullable":true,"description":"Defined by the user","maxLength":100},"character_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CharacterTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"behaviour":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/BehaviourEdcEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"identifier":{"type":"string","nullable":true,"maxLength":100},"include_day":{"type":"boolean"},"include_month":{"type":"boolean"},"include_year":{"type":"boolean"},"day_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DayFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"month_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/MonthFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"year_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/YearFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"date_sequence":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DateSequenceEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"maximum_characters":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"character_padding":{"type":"boolean"},"serial_number_starting_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"serial_number_incremental_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"asset":{"type":"string","format":"uuid","nullable":true},"state":{"type":"string","format":"uuid","nullable":true},"code_type":{"type":"string","format":"uuid","nullable":true,"description":"Static text predefined by the system"},"created_by":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","id","updated_at"]},"ListSelectedCodeBlock":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"order":{"type":"integer"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"description":{"type":"string","nullable":true,"maxLength":250},"name":{"type":"string","nullable":true,"description":"Defined by the user","maxLength":100},"character_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CharacterTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"behaviour":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/BehaviourEdcEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"identifier":{"type":"string","nullable":true,"maxLength":100},"include_day":{"type":"boolean"},"include_month":{"type":"boolean"},"include_year":{"type":"boolean"},"day_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DayFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"month_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/MonthFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"year_format":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/YearFormatEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"date_sequence":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DateSequenceEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"maximum_characters":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"character_padding":{"type":"boolean"},"serial_number_starting_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"serial_number_incremental_value":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"asset":{"type":"string","format":"uuid","nullable":true},"state":{"type":"string","format":"uuid","nullable":true},"code_type":{"type":"string","format":"uuid","nullable":true,"description":"Static text predefined by the system"},"created_by":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","id","order","updated_at"]},"ListUser":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"email":{"type":"string","format":"email","readOnly":true,"title":"Email address"},"phone":{"type":"string","nullable":true,"maxLength":17},"firstname":{"type":"string","nullable":true,"maxLength":255},"lastname":{"type":"string","nullable":true,"maxLength":255},"middlename":{"type":"string","nullable":true,"maxLength":100},"mda":{"type":"string","format":"uuid","nullable":true},"state_ref":{"type":"string","format":"uuid","nullable":true},"title":{"type":"string","nullable":true,"maxLength":30},"is_active":{"type":"string","readOnly":true},"last_login":{"type":"string","format":"date-time","nullable":true},"personnel_id":{"type":"string","nullable":true,"maxLength":50},"designation":{"type":"string","nullable":true,"maxLength":150},"roles":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"}]}},"department":{"type":"string","format":"uuid","nullable":true},"unit":{"type":"string","format":"uuid","nullable":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"image":{"type":"string","format":"uri","nullable":true},"verified":{"type":"boolean","readOnly":true},"status":{"allOf":[{"$ref":"#/components/schemas/Status138Enum"}],"readOnly":true},"signature_url":{"type":"string","format":"uri","readOnly":true,"nullable":true},"signature_created_at":{"type":"string","format":"date-time","readOnly":true,"nullable":true},"stamps":{"type":"string","readOnly":true},"two_factor_enabled_at":{"type":"string","format":"date-time","readOnly":true,"nullable":true}},"required":["created_at","email","id","is_active","signature_created_at","signature_url","stamps","status","two_factor_enabled_at","verified"]},"MakeRecommendationToForwardedRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"comment":{"type":"string"}},"required":["comment","request"]},"MakeRecommendationToForwardedRequestRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"},"comment":{"type":"string","minLength":1}},"required":["comment","request"]},"MatchedReconciliation":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"gl_entry":{"allOf":[{"$ref":"#/components/schemas/ReconciliationItem"}],"readOnly":true},"bs_entry":{"allOf":[{"$ref":"#/components/schemas/ReconciliationItem"}],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"state":{"type":"string","format":"uuid","readOnly":true},"reconciliation":{"type":"string","format":"uuid","readOnly":true}},"required":["bs_entry","created_at","gl_entry","id","reconciliation","state","updated_at"]},"Mda":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"department_count":{"type":"string","readOnly":true},"personnel_count":{"type":"string","readOnly":true},"module_stats":{"type":"string","readOnly":true},"workflow_count":{"type":"string","readOnly":true},"warrant_request_count":{"type":"string","readOnly":true},"payment_request_count":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":200},"type":{"$ref":"#/components/schemas/Type374Enum"},"code":{"type":"string","maxLength":20},"description":{"type":"string","nullable":true},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"default":{"type":"boolean"},"budget_code":{"type":"string","readOnly":true,"nullable":true},"is_mapped":{"type":"boolean"},"state":{"type":"string","format":"uuid","readOnly":true},"supervising_officer":{"type":"string","format":"uuid","nullable":true},"accounting_officer":{"type":"string","format":"uuid","nullable":true},"moderator":{"type":"string","format":"uuid","nullable":true},"client_mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["budget_code","code","created_at","department_count","id","module_stats","name","payment_request_count","personnel_count","state","status","type","updated_at","warrant_request_count","workflow_count"]},"MdaBasic":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":200},"type":{"$ref":"#/components/schemas/Type374Enum"},"code":{"type":"string","maxLength":20},"description":{"type":"string","nullable":true},"status":{"$ref":"#/components/schemas/StatusE93Enum"},"default":{"type":"boolean"},"budget_code":{"type":"string","nullable":true,"maxLength":4},"is_mapped":{"type":"boolean"},"state":{"type":"string","format":"uuid"},"supervising_officer":{"type":"string","format":"uuid","nullable":true},"accounting_officer":{"type":"string","format":"uuid","nullable":true},"moderator":{"type":"string","format":"uuid","nullable":true},"client_mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["code","created_at","id","name","state","type","updated_at"]},"MdaBasicRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"type":{"$ref":"#/components/schemas/Type374Enum"},"code":{"type":"string","minLength":1,"maxLength":20},"description":{"type":"string","nullable":true},"status":{"$ref":"#/components/schemas/StatusE93Enum"},"default":{"type":"boolean"},"budget_code":{"type":"string","nullable":true,"maxLength":4},"is_mapped":{"type":"boolean"},"state":{"type":"string","format":"uuid"},"supervising_officer":{"type":"string","format":"uuid","nullable":true},"accounting_officer":{"type":"string","format":"uuid","nullable":true},"moderator":{"type":"string","format":"uuid","nullable":true},"client_mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["code","name","state","type"]},"MdaClientSerializers":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":500},"externaL_mda_ref":{"type":"string","maxLength":500},"mda_type":{"type":"string","nullable":true,"maxLength":500},"mda_code":{"type":"string","nullable":true,"maxLength":200},"is_mapped":{"type":"boolean"},"has_request":{"type":"boolean"},"state":{"type":"string","format":"uuid"}},"required":["created_at","externaL_mda_ref","id","name","state","updated_at"]},"MdaMapToClient":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"client_mda":{"type":"array","items":{"type":"string","format":"uuid"}},"mda":{"type":"string","format":"uuid"}},"required":["id","mda"]},"MdaMapToClientRequest":{"type":"object","properties":{"client_mda":{"type":"array","items":{"type":"string","format":"uuid"}},"mda":{"type":"string","format":"uuid"}},"required":["mda"]},"MdaRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"type":{"$ref":"#/components/schemas/Type374Enum"},"code":{"type":"string","minLength":1,"maxLength":20},"description":{"type":"string","nullable":true},"default":{"type":"boolean"},"is_mapped":{"type":"boolean"},"supervising_officer":{"type":"string","format":"uuid","nullable":true},"accounting_officer":{"type":"string","format":"uuid","nullable":true},"moderator":{"type":"string","format":"uuid","nullable":true},"client_mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["code","name","type"]},"MdaUser":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"firstname":{"type":"string","nullable":true,"maxLength":255},"lastname":{"type":"string","nullable":true,"maxLength":255},"email":{"type":"string","format":"email","title":"Email address","maxLength":254},"personnel_id":{"type":"string","nullable":true,"maxLength":50},"unit":{"type":"string","format":"uuid","nullable":true},"phone":{"type":"string","nullable":true,"maxLength":17},"is_active":{"type":"boolean"}},"required":["email","id"]},"MemoRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":200},"description":{"type":"string","readOnly":true,"nullable":true},"memo_type":{"type":"string","readOnly":true},"audit_memo":{"type":"string","format":"uri","nullable":true},"is_signed_request":{"type":"boolean"},"subject":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"addressed_to":{"type":"string","nullable":true,"maxLength":255},"state":{"type":"string","format":"uuid","readOnly":true},"initiator":{"type":"string","format":"uuid","readOnly":true},"request":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid","readOnly":true},"memo":{"type":"string","format":"uuid","nullable":true},"process_group":{"type":"string","format":"uuid","nullable":true},"containing_file":{"type":"string","format":"uuid","nullable":true},"workflow_file":{"type":"string","format":"uuid","nullable":true},"supporting_documents":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["created_at","description","id","initiator","mda","memo_type","request","state","title","updated_at"]},"MemoRequestDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":200},"description":{"type":"string","nullable":true},"memo_type":{"type":"string","maxLength":200},"audit_memo":{"type":"string","format":"uri","nullable":true},"is_signed_request":{"type":"boolean"},"subject":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"addressed_to":{"type":"string","nullable":true,"maxLength":255},"state":{"type":"string","format":"uuid"},"initiator":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid"},"mda":{"type":"string","format":"uuid"},"memo":{"type":"string","format":"uuid","nullable":true},"process_group":{"type":"string","format":"uuid","nullable":true},"containing_file":{"type":"string","format":"uuid","nullable":true},"workflow_file":{"type":"string","format":"uuid","nullable":true},"supporting_documents":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["created_at","id","initiator","mda","memo_type","request","state","title","updated_at"]},"MemoRequestMinute":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"remark":{"type":"string","nullable":true},"recipient_role":{"type":"string","readOnly":true,"nullable":true},"action":{"type":"string","nullable":true,"maxLength":100},"state":{"type":"string","format":"uuid","readOnly":true},"creator":{"type":"string","format":"uuid","readOnly":true},"recipient":{"type":"string","format":"uuid","nullable":true},"memo_request":{"type":"string","format":"uuid"},"request_activity":{"type":"string","format":"uuid"}},"required":["created_at","creator","id","memo_request","recipient_role","request_activity","state","updated_at"]},"MemoRequestMinuteRequest":{"type":"object","properties":{"remark":{"type":"string","nullable":true},"action":{"type":"string","nullable":true,"maxLength":100},"recipient":{"type":"string","format":"uuid","nullable":true},"memo_request":{"type":"string","format":"uuid"},"request_activity":{"type":"string","format":"uuid"}},"required":["memo_request","request_activity"]},"MemoRequestRequest":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"audit_memo":{"type":"string","format":"binary","nullable":true},"is_signed_request":{"type":"boolean"},"subject":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"addressed_to":{"type":"string","nullable":true,"maxLength":255},"memo":{"type":"string","format":"uuid","nullable":true},"process_group":{"type":"string","format":"uuid","nullable":true},"containing_file":{"type":"string","format":"uuid","nullable":true},"workflow_file":{"type":"string","format":"uuid","nullable":true},"supporting_documents":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["title"]},"MemoTemplate":{"type":"object","properties":{"template_id":{"type":"string","format":"uuid"},"title":{"type":"string"}},"required":["template_id","title"]},"MemoTemplateRequest":{"type":"object","properties":{"template_id":{"type":"string","format":"uuid"},"title":{"type":"string","minLength":1}},"required":["template_id","title"]},"MergeTransaction":{"type":"object","properties":{"gl_entry":{"type":"string","format":"uuid"},"bs_entry":{"type":"string","format":"uuid"}},"required":["bs_entry","gl_entry"]},"MergeTransactionRequest":{"type":"object","properties":{"gl_entry":{"type":"string","format":"uuid"},"bs_entry":{"type":"string","format":"uuid"}},"required":["bs_entry","gl_entry"]},"Mfa":{"type":"object","description":"serializer is meant to receive otp from the user and validate it","properties":{"otp":{"type":"string","maxLength":6},"session_id":{"type":"string"},"email":{"type":"string","format":"email"}},"required":["email","otp","session_id"]},"MfaRequest":{"type":"object","description":"serializer is meant to receive otp from the user and validate it","properties":{"otp":{"type":"string","minLength":1,"maxLength":6},"session_id":{"type":"string","minLength":1},"email":{"type":"string","format":"email","minLength":1}},"required":["email","otp","session_id"]},"ModulesEnum":{"enum":["GMM","EMM","WMM","BMM","DMM"],"type":"string","description":"* `GMM` - GMM\n* `EMM` - EMM\n* `WMM` - WMM\n* `BMM` - BMM\n* `DMM` - DMM"},"MonthFormatEnum":{"enum":["MM","MON"],"type":"string","description":"* `MM` - MM\n* `MON` - MON"},"MonthlyClosure":{"type":"object","properties":{"ledger":{"type":"string","format":"uuid","readOnly":true},"debit":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true},"credit":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true},"classification":{"type":"string","readOnly":true},"category":{"type":"string","readOnly":true},"closing_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true}},"required":["category","classification","closing_balance","credit","debit","ledger"]},"MonthlyClosureDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"initial_closing_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"closing_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"start_date":{"type":"string","format":"date"},"end_date":{"type":"string","format":"date"},"closed_by":{"type":"string","format":"uuid","nullable":true},"ledger":{"type":"string","format":"uuid"}},"required":["created_at","end_date","id","ledger","start_date","updated_at"]},"MonthlyClosureList":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"closed_by":{"$ref":"#/components/schemas/UserBasic"},"transaction_count":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"initial_closing_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"closing_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"start_date":{"type":"string","format":"date"},"end_date":{"type":"string","format":"date"}},"required":["closed_by","created_at","end_date","id","start_date","transaction_count","updated_at"]},"MonthlyClosureRequest":{"type":"object","properties":{"start_date":{"type":"string","format":"date","writeOnly":true},"end_date":{"type":"string","format":"date","writeOnly":true},"submit":{"type":"boolean","writeOnly":true}},"required":["end_date","start_date","submit"]},"Notification":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"request_id":{"type":"string","format":"uuid","nullable":true},"title":{"type":"string","nullable":true,"maxLength":250},"link":{"type":"string","format":"uri","nullable":true,"maxLength":200},"request_type":{"type":"string","nullable":true,"maxLength":100},"previous_action":{"type":"string","nullable":true,"maxLength":100},"read":{"type":"boolean"},"status_flag":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/StatusFlagEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"message":{"type":"string","nullable":true,"maxLength":500},"state":{"type":"string","format":"uuid"},"owner":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","id","state","updated_at"]},"NullEnum":{"enum":[null]},"OwnershipTypeAabEnum":{"enum":["ALL","USERS","DEPARTMENT","ROLES","UNIT","ONLY_ME"],"type":"string","description":"* `ALL` - ALL\n* `USERS` - USERS\n* `DEPARTMENT` - DEPARTMENT\n* `ROLES` - ROLES\n* `UNIT` - UNIT\n* `ONLY_ME` - ONLY_ME"},"OwnershipTypeD55Enum":{"enum":["GENERIC","RESTRICTED"],"type":"string","description":"* `GENERIC` - GENERIC\n* `RESTRICTED` - RESTRICTED"},"PaginatedAssetList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Asset"}}}},"PaginatedAuditLogList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/AuditLog"}}}},"PaginatedBasicStampList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/BasicStamp"}}}},"PaginatedBudgetMdaList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/BudgetMda"}}}},"PaginatedBudgetUploadList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/BudgetUpload"}}}},"PaginatedCategoryListList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/CategoryList"}}}},"PaginatedCategoryTypeList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/CategoryType"}}}},"PaginatedClearanceList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Clearance"}}}},"PaginatedClientBudgetSerializersList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ClientBudgetSerializers"}}}},"PaginatedContractLedgerList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ContractLedger"}}}},"PaginatedDepartmentList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Department"}}}},"PaginatedDesignationList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Designation"}}}},"PaginatedDocumentClassificationList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/DocumentClassification"}}}},"PaginatedExpenditureClearanceList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ExpenditureClearance"}}}},"PaginatedExpenditureConcurrenceList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ExpenditureConcurrence"}}}},"PaginatedFileMemoList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/FileMemo"}}}},"PaginatedFundReleaseList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/FundRelease"}}}},"PaginatedJournalEntryList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/JournalEntry"}}}},"PaginatedListUserList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ListUser"}}}},"PaginatedMdaClientSerializersList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/MdaClientSerializers"}}}},"PaginatedMemoRequestList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/MemoRequest"}}}},"PaginatedMemoRequestMinuteList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/MemoRequestMinute"}}}},"PaginatedNotificationList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Notification"}}}},"PaginatedPaymentAdviceList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/PaymentAdvice"}}}},"PaginatedPaymentListList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/PaymentList"}}}},"PaginatedPaymentRequestListList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/PaymentRequestList"}}}},"PaginatedPaymentTemplateList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/PaymentTemplate"}}}},"PaginatedProcessGroupList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ProcessGroup"}}}},"PaginatedReconciliationList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Reconciliation"}}}},"PaginatedRequestCommentList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/RequestComment"}}}},"PaginatedStateList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/State"}}}},"PaginatedTemplateList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Template"}}}},"PaginatedVoucherCertificateList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/VoucherCertificate"}}}},"PaginatedVoucherList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Voucher"}}}},"PaginatedWarrantRequestList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/WarrantRequest"}}}},"PaginatedWorkbenchList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Workbench"}}}},"PaginatedWorkflowList":{"type":"object","properties":{"count":{"type":"integer","example":123},"next":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=4"},"previous":{"type":"string","nullable":true,"format":"uri","example":"http://api.example.org/accounts/?page=2"},"results":{"type":"array","items":{"$ref":"#/components/schemas/Workflow"}}}},"PasswordRequiredCharListEnum":{"enum":["NUMBER","UPPERCASE_LETTERS","LOWERCASE_LETTERS","SYMBOLS"],"type":"string","description":"* `NUMBER` - NUMBER\n* `UPPERCASE_LETTERS` - UPPERCASE_LETTERS\n* `LOWERCASE_LETTERS` - LOWERCASE_LETTERS\n* `SYMBOLS` - SYMBOLS"},"PatchedAccountRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModulesEnum"},"maxItems":10},"phone":{"type":"string","minLength":1,"maxLength":17},"website":{"type":"string","nullable":true,"maxLength":300},"logo":{"type":"string","format":"binary","nullable":true},"primary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"secondary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"tertiary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"email":{"type":"string","format":"email","minLength":1},"firstname":{"type":"string","minLength":1,"maxLength":100},"lastname":{"type":"string","minLength":1,"maxLength":100},"color_variants":{"nullable":true},"slug":{"type":"string","nullable":true,"maxLength":200}}},"PatchedActivateAndDeactivateCategoryRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":150},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string","minLength":1},"status":{"type":"boolean"},"state":{"type":"string","format":"uuid","nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true},"category_types":{"type":"array","items":{"type":"string","format":"uuid"}}}},"PatchedBankAccountRequest":{"type":"object","properties":{"bank_name":{"type":"string","minLength":1,"maxLength":200},"account_name":{"type":"string","minLength":1,"maxLength":100},"account_number":{"type":"string","minLength":1,"maxLength":20},"tin":{"type":"string","nullable":true,"maxLength":100},"source":{"type":"string","nullable":true,"maxLength":100}}},"PatchedBudgetMdaRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":255},"code":{"type":"string","minLength":1,"maxLength":6},"budget_code":{"type":"string","minLength":1,"maxLength":4},"state":{"type":"string","format":"uuid"}}},"PatchedBudgetUploadRequest":{"type":"object","properties":{"file":{"type":"string","format":"binary","writeOnly":true},"file_link":{"type":"string","format":"uri","writeOnly":true,"minLength":1},"identifier":{"type":"string","nullable":true,"minLength":1,"maxLength":255},"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"description":{"type":"string","minLength":1},"status":{"$ref":"#/components/schemas/StatusDdcEnum"},"start_date":{"type":"string","format":"date","nullable":true},"end_date":{"type":"string","format":"date","nullable":true},"uploaded_by":{"type":"string","format":"uuid","nullable":true},"last_modified_by":{"type":"string","format":"uuid","nullable":true}}},"PatchedClearanceRequest":{"type":"object","properties":{"signature":{"type":"string","format":"binary"},"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3},"authorizer_name":{"type":"string","minLength":1,"maxLength":200}}},"PatchedContractLedgerRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true},"title":{"type":"string","nullable":true},"contractor":{"type":"string","nullable":true},"contract_number":{"type":"string","nullable":true,"maxLength":20},"date_awarded":{"type":"string","format":"date"},"contract_sum":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"mda":{"type":"string","format":"uuid"}}},"PatchedDeductionRequest":{"type":"object","properties":{"tax_name":{"type":"string","minLength":1,"maxLength":200},"tax_abbreviation":{"type":"string","minLength":1,"maxLength":5},"bank_name":{"type":"string","minLength":1,"maxLength":50},"account_name":{"type":"string","minLength":1,"maxLength":50},"account_number":{"type":"string","minLength":1,"maxLength":10}}},"PatchedDepartmentCreateUpdateRequest":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/TypeC72Enum"},"name":{"type":"string","minLength":1,"maxLength":200},"code":{"type":"string","minLength":1,"maxLength":20},"description":{"type":"string","nullable":true},"mda":{"type":"string","format":"uuid"},"director":{"type":"string","format":"uuid","nullable":true}}},"PatchedDesignationRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":500},"mda":{"type":"string","format":"uuid"}}},"PatchedDocumentClassificationRequest":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":500},"description":{"type":"string","minLength":1}}},"PatchedExpenditureClearanceRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of existing supporting documents. to retain when updating "},"title":{"type":"string","minLength":1,"maxLength":250},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","minLength":1,"maxLength":255},"purpose":{"type":"string","nullable":true},"clearance_certificate":{"type":"string","format":"binary","nullable":true},"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/TypeEddEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_digitized":{"type":"boolean"},"current_actual_expenditure":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"current_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"clearance_authorizer_name":{"type":"string","nullable":true,"maxLength":200},"clearance_authorizer_signature":{"type":"string","nullable":true,"maxLength":200},"budget_line":{"type":"string","format":"uuid"},"mda_accounting_officer":{"type":"string","format":"uuid","nullable":true}}},"PatchedExpenditureConcurrenceRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"title":{"type":"string","minLength":1,"maxLength":250},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","minLength":1,"maxLength":255},"purpose":{"type":"string","nullable":true},"remark":{"type":"string","nullable":true},"funding_mda":{"type":"string","format":"uuid"}}},"PatchedExpenditureDigitizationRequest":{"type":"object","properties":{"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/TypeEddEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","minLength":1,"maxLength":250},"mda":{"type":"string","format":"uuid"},"budget_line":{"type":"string","format":"uuid"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","minLength":1,"maxLength":255},"purpose":{"type":"string","nullable":true},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of existing supporting documents. to retain when updating "}}},"PatchedExpenseClassificationRequest":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/Category0deEnum"},"description":{"type":"string","minLength":1}}},"PatchedFileMemoRequest":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200}}},"PatchedFundReleaseRequest":{"type":"object","properties":{"signature":{"type":"string","format":"binary"},"project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProjectType3faEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"issued_color":{"type":"string","nullable":true,"maxLength":255},"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3},"authorizer_title":{"type":"string","minLength":1,"maxLength":200},"authorizer_name":{"type":"string","minLength":1,"maxLength":200},"title":{"type":"string","nullable":true,"maxLength":255},"sub_authorizer_title":{"type":"string","nullable":true,"maxLength":200}}},"PatchedGeneralLedgerRequest":{"type":"object","properties":{"description":{"type":"string","nullable":true,"minLength":1,"maxLength":50},"code":{"type":"string","nullable":true,"minLength":1,"maxLength":10},"bank_name":{"type":"string","minLength":1,"maxLength":200},"account_name":{"type":"string","minLength":1,"maxLength":100},"account_number":{"type":"string","minLength":1,"maxLength":20},"address_1":{"type":"string","nullable":true,"minLength":1,"maxLength":100},"address_2":{"type":"string","nullable":true,"maxLength":100},"address_3":{"type":"string","nullable":true,"maxLength":100}}},"PatchedGenerateWarrantRequest":{"type":"object","properties":{"mda":{"type":"string","format":"uuid","writeOnly":true},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","minLength":1,"maxLength":200},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"remark":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"warrant_type":{"allOf":[{"$ref":"#/components/schemas/WarrantTypeEnum"}],"writeOnly":true}}},"PatchedListUserRequest":{"type":"object","properties":{"phone":{"type":"string","nullable":true,"maxLength":17},"firstname":{"type":"string","nullable":true,"maxLength":255},"lastname":{"type":"string","nullable":true,"maxLength":255},"middlename":{"type":"string","nullable":true,"maxLength":100},"mda":{"type":"string","format":"uuid","nullable":true},"state_ref":{"type":"string","format":"uuid","nullable":true},"title":{"type":"string","nullable":true,"minLength":1,"maxLength":30},"last_login":{"type":"string","format":"date-time","nullable":true},"personnel_id":{"type":"string","nullable":true,"maxLength":50},"designation":{"type":"string","nullable":true,"minLength":1,"maxLength":150},"roles":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"}]}},"department":{"type":"string","format":"uuid","nullable":true},"unit":{"type":"string","format":"uuid","nullable":true},"image":{"type":"string","format":"binary","nullable":true}}},"PatchedMdaRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"type":{"$ref":"#/components/schemas/Type374Enum"},"code":{"type":"string","minLength":1,"maxLength":20},"description":{"type":"string","nullable":true},"default":{"type":"boolean"},"is_mapped":{"type":"boolean"},"supervising_officer":{"type":"string","format":"uuid","nullable":true},"accounting_officer":{"type":"string","format":"uuid","nullable":true},"moderator":{"type":"string","format":"uuid","nullable":true},"client_mda":{"type":"array","items":{"type":"string","format":"uuid"}}}},"PatchedPaymentRequestListRequest":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/Category3faEnum"},"capital_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CapitalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"file_reference_number":{"type":"string","nullable":true,"maxLength":50},"purpose":{"type":"string","minLength":1},"fund_release_statement":{"type":"string","nullable":true},"bank_type":{"$ref":"#/components/schemas/BankTypeEnum"},"external_bank_name":{"type":"string","nullable":true,"maxLength":250},"external_account_number":{"type":"string","nullable":true,"maxLength":20},"external_account_name":{"type":"string","nullable":true},"approved":{"type":"boolean"},"manual_warrant":{"type":"string","nullable":true,"description":"warrant id generated off the platform","maxLength":255},"digitized_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"digitized_project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DigitizedProjectTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"digitized_amount_in_words":{"type":"string","nullable":true,"minLength":1},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"digitized_title":{"type":"string","nullable":true,"maxLength":200},"warrant":{"type":"string","format":"uuid","nullable":true},"request":{"type":"string","format":"uuid"},"mda_account":{"type":"string","format":"uuid","nullable":true},"initiator":{"type":"string","format":"uuid"},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"digitized_by":{"type":"string","format":"uuid","nullable":true},"digitized_budget_line":{"type":"string","format":"uuid","nullable":true}}},"PatchedPaymentTemplateRequest":{"type":"object","properties":{"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3}}},"PatchedReconciliationClassificationRequest":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/ReconciliationClassificationCategoryEnum"},"description":{"type":"string","minLength":1,"maxLength":250},"type":{"$ref":"#/components/schemas/ReconciliationClassificationTypeEnum"}}},"PatchedReconciliationRequest":{"type":"object","properties":{"processed_at":{"type":"string","format":"date-time","nullable":true},"confirmed_at":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/ReconciliationStatusEnum"},"unreconciled_transactions":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"state":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid","nullable":true},"processed_by":{"type":"string","format":"uuid","nullable":true},"confirmed_by":{"type":"string","format":"uuid","nullable":true}}},"PatchedRequestCommentRequest":{"type":"object","properties":{"target_request":{"type":"string","format":"uuid"},"body":{"type":"string","minLength":1},"mentions":{"type":"array","items":{"type":"string","format":"uuid"}}}},"PatchedRunningGrantRequest":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"mda":{"type":"string","format":"uuid","writeOnly":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}}},"PatchedSecurityConfigRequest":{"type":"object","properties":{"password_required_char_list":{"type":"array","items":{"$ref":"#/components/schemas/PasswordRequiredCharListEnum"},"maxItems":30},"password_min_length":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"password_max_attempt":{"type":"integer","maximum":10,"minimum":-2147483648},"password_min_history":{"type":"integer","maximum":10,"minimum":-2147483648},"password_max_days":{"type":"integer","maximum":365,"minimum":-2147483648},"password_expiry_notify_days":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"session_signout_after":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"session_signout_after_duration":{"oneOf":[{"$ref":"#/components/schemas/SessionSignoutAfterDurationEnum"},{"$ref":"#/components/schemas/BlankEnum"}]},"session_disable_after":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"session_disable_after_duration":{"$ref":"#/components/schemas/SessionDisableAfterDurationEnum"}}},"PatchedStampRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":255},"description":{"type":"string","minLength":1},"mdas":{"type":"array","items":{"type":"string","format":"uuid"}},"access_type":{"$ref":"#/components/schemas/AccessTypeEnum"},"preset":{"$ref":"#/components/schemas/PresetEnum"},"designations":{"type":"array","items":{"type":"string","format":"uuid"}},"roles":{"type":"array","items":{"type":"string","minLength":1,"maxLength":50}}}},"PatchedStateContactInfoRequest":{"type":"object","properties":{"display_help_button":{"type":"boolean"},"display_state":{"type":"boolean"},"display_media_attachment":{"type":"boolean"},"document_title":{"type":"string","nullable":true,"maxLength":200},"mda_manual":{"type":"string","format":"binary","nullable":true},"contact_email":{"type":"string","format":"email","nullable":true,"maxLength":254},"display_contact_email":{"type":"boolean"},"contact_person":{"type":"string","nullable":true,"maxLength":200},"display_contact_person":{"type":"boolean"},"phone":{"type":"string","nullable":true,"maxLength":200},"display_phone":{"type":"boolean"},"display_address":{"type":"boolean"},"contact_address":{"type":"string","nullable":true,"maxLength":200},"office_name":{"type":"string","nullable":true,"maxLength":200},"address1":{"type":"string","nullable":true},"address2":{"type":"string","nullable":true},"lga":{"type":"string","nullable":true,"maxLength":200},"city":{"type":"string","nullable":true,"maxLength":200}}},"PatchedTemplateRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200}}},"PatchedUnitRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"code":{"type":"string","minLength":1,"maxLength":20},"description":{"type":"string","nullable":true},"head":{"type":"string","format":"uuid","nullable":true}}},"PatchedUpdateCategoryRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":150},"category_types":{"type":"array","items":{"type":"string","format":"uuid"}},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string","minLength":1},"status":{"type":"boolean"}}},"PatchedUpdateCategoryTypeRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":50}}},"PatchedVoucherCertificateRequest":{"type":"object","properties":{"project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProjectType03dEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"issued_color":{"type":"string","nullable":true,"maxLength":255},"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3},"authorizer_title":{"type":"string","nullable":true,"maxLength":200},"authorizer_name":{"type":"string","minLength":1,"maxLength":200},"signature":{"type":"string","format":"binary"},"auditor_stamp":{"type":"string","format":"binary","nullable":true},"title":{"type":"string","nullable":true,"maxLength":255},"sub_authorizer_title":{"type":"string","nullable":true,"maxLength":200},"notes":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid"}}},"PatchedVoucherRequest":{"type":"object","properties":{"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","minLength":1,"maxLength":255},"voucher_certificate":{"type":"string","format":"binary","nullable":true},"qrcode":{"type":"string","format":"binary","nullable":true},"type":{"$ref":"#/components/schemas/Type03dEnum"},"issued_date":{"type":"string","format":"date-time","nullable":true},"authorizer_title":{"type":"string","nullable":true,"maxLength":255},"voucher_reference":{"type":"string","nullable":true,"maxLength":255},"authorizer_name":{"type":"string","nullable":true,"maxLength":200},"authorizer_signature":{"type":"string","nullable":true,"maxLength":200},"attached_notes":{"type":"string","nullable":true},"auditor_stamp":{"type":"string","format":"binary","nullable":true},"description":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"payment_mode":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/PaymentModeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"bank_name":{"type":"string","nullable":true,"maxLength":200},"recipient_name":{"type":"string","nullable":true,"maxLength":200},"recipient_account_number":{"type":"string","nullable":true,"maxLength":200},"fund_release_to":{"type":"string","nullable":true,"maxLength":300},"certificate_notes":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid"},"warrant":{"type":"string","format":"uuid"},"payment_request":{"type":"string","format":"uuid","nullable":true},"mda":{"type":"string","format":"uuid"},"initiator":{"type":"string","format":"uuid","nullable":true},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"mda_account":{"type":"string","format":"uuid","nullable":true}}},"PatchedWarrantDigitizationRequest":{"type":"object","properties":{"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"title":{"type":"string","minLength":1,"maxLength":200},"mda":{"type":"string","format":"uuid","writeOnly":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}}},"PatchedWarrantRequestRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of existing supporting documents."},"related_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of associated clearance supporting documents."},"voucher_status":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/VoucherStatusEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","minLength":1,"maxLength":200},"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"cancelled_at":{"type":"string","format":"date-time","nullable":true},"cancellation_reason":{"type":"string","nullable":true},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_cancellable":{"type":"boolean"},"has_cancellation_request":{"type":"boolean"},"is_revalidatable":{"type":"boolean"},"has_revalidation_request":{"type":"boolean"},"warrant_authorizer_title":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_name":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_signature":{"type":"string","nullable":true,"maxLength":250},"voucher":{"type":"string","format":"uuid","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"clearance":{"type":"string","format":"uuid","nullable":true},"year_end":{"type":"string","format":"uuid","nullable":true},"revalidated_budget_line":{"type":"string","format":"uuid","nullable":true}}},"PatchedWorkflowRequest":{"type":"object","properties":{"name":{"type":"string","nullable":true,"maxLength":500},"description":{"type":"string","nullable":true},"display_mda_name":{"type":"string","nullable":true},"mda_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"ownership_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/OwnershipTypeD55Enum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"trigger_type":{"$ref":"#/components/schemas/TriggerTypeEnum"},"is_state_wide":{"type":"boolean","description":"if a request is created by admin or it admin, it is set to true"},"mda":{"type":"array","items":{"type":"string","format":"uuid"}}}},"PaymentAdvice":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"account":{"$ref":"#/components/schemas/GeneralLedgerBasic"},"payment_count":{"type":"integer","readOnly":true},"total_amount":{"type":"integer","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"identifier":{"type":"string","maxLength":50},"status":{"$ref":"#/components/schemas/Status994Enum"},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"default":1},"processed_at":{"type":"string","format":"date-time","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"state":{"type":"string","format":"uuid"},"processed_by":{"type":"string","format":"uuid","nullable":true}},"required":["account","created_at","id","identifier","payment_count","state","status","total_amount","updated_at"]},"PaymentAdviceGenerate":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["payments"]},"PaymentAdviceGenerateRequest":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["payments"]},"PaymentAdvicePaymentRemove":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["payments"]},"PaymentAdvicePaymentRemoveRequest":{"type":"object","properties":{"payments":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["payments"]},"PaymentAdvicePdf":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"payments":{"type":"array","items":{"$ref":"#/components/schemas/PaymentDetail"}},"account":{"$ref":"#/components/schemas/GeneralLedgerBasic"},"amount_total":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"identifier":{"type":"string","maxLength":50},"status":{"$ref":"#/components/schemas/Status994Enum"},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"default":1},"processed_at":{"type":"string","format":"date-time","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"state":{"type":"string","format":"uuid"},"processed_by":{"type":"string","format":"uuid","nullable":true}},"required":["account","amount_total","created_at","id","identifier","payments","state","status","updated_at"]},"PaymentAdviceProcessRequest":{"type":"object","properties":{"payment_proofs":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}},"required":["payment_proofs"]},"PaymentAgTco":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"account":{"$ref":"#/components/schemas/GeneralLedgerBasic"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"default":1},"identifier":{"type":"string","maxLength":100},"bank_ref_position":{"type":"integer","maximum":2147483647,"minimum":0,"nullable":true},"bank_ref_number":{"type":"string","nullable":true,"maxLength":30},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"status":{"$ref":"#/components/schemas/Status759Enum"},"processed_at":{"type":"string","format":"date-time","nullable":true},"state":{"type":"string","format":"uuid"},"payment_request":{"type":"string","format":"uuid"},"payment_advice":{"type":"string","format":"uuid","nullable":true},"processed_by":{"type":"string","format":"uuid","nullable":true}},"required":["account","amount","bank_ref_number","bank_ref_position","created_at","id","identifier","payment_request","state","updated_at"]},"PaymentAnalysis":{"type":"object","properties":{"total_approved":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"total_paid":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"total_outstanding":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"percentage_paid":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"percentage_outstanding":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true}},"required":["percentage_outstanding","percentage_paid","total_approved","total_outstanding","total_paid"]},"PaymentApprove":{"type":"object","properties":{"payments":{"type":"array","items":{"$ref":"#/components/schemas/PaymentChild"}},"returned_payments":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["payments"]},"PaymentApproveRequest":{"type":"object","properties":{"payments":{"type":"array","items":{"$ref":"#/components/schemas/PaymentChildRequest"}},"returned_payments":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["payments"]},"PaymentBreakdown":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"deduction":{"$ref":"#/components/schemas/PaymentDeduction"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"payment":{"type":"string","format":"uuid"}},"required":["amount","created_at","deduction","id","payment","updated_at"]},"PaymentChild":{"type":"object","properties":{"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"account":{"type":"string","format":"uuid"}},"required":["account","amount"]},"PaymentChildRequest":{"type":"object","properties":{"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"account":{"type":"string","format":"uuid"}},"required":["account","amount"]},"PaymentDeduction":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,16}(?:\\.\\d{0,2})?$"},"comment":{"type":"string","nullable":true},"payment":{"type":"string","format":"uuid","readOnly":true},"type":{"type":"string","format":"uuid"}},"required":["amount","created_at","id","payment","type","updated_at"]},"PaymentDeductionRequest":{"type":"object","properties":{"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,16}(?:\\.\\d{0,2})?$"},"comment":{"type":"string","nullable":true},"type":{"type":"string","format":"uuid"}},"required":["amount","type"]},"PaymentDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"breakdowns":{"type":"array","items":{"$ref":"#/components/schemas/PaymentBreakdown"}},"account":{"$ref":"#/components/schemas/GeneralLedgerBasic"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"default":1},"identifier":{"type":"string","maxLength":100},"bank_ref_position":{"type":"integer","maximum":2147483647,"minimum":0,"nullable":true},"bank_ref_number":{"type":"string","nullable":true,"maxLength":30},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"status":{"$ref":"#/components/schemas/Status759Enum"},"processed_at":{"type":"string","format":"date-time","nullable":true},"state":{"type":"string","format":"uuid"},"payment_request":{"type":"string","format":"uuid"},"payment_advice":{"type":"string","format":"uuid","nullable":true},"processed_by":{"type":"string","format":"uuid","nullable":true}},"required":["account","amount","bank_ref_number","bank_ref_position","breakdowns","created_at","id","identifier","payment_request","state","updated_at"]},"PaymentLedger":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"account":{"type":"string","format":"uuid"},"identifier":{"type":"string","maxLength":100},"bank_ref_number":{"type":"string","nullable":true,"maxLength":30},"payment_request":{"type":"string","format":"uuid"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"status":{"$ref":"#/components/schemas/Status759Enum"},"processed_at":{"type":"string","format":"date-time","nullable":true},"mda":{"type":"string","readOnly":true}},"required":["account","amount","id","identifier","mda","payment_request"]},"PaymentList":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"payment_advice_identifier":{"type":"string"},"mda":{"type":"string"},"request":{"type":"string"},"account":{"$ref":"#/components/schemas/GeneralLedgerBasic"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"default":1},"identifier":{"type":"string","maxLength":100},"bank_ref_position":{"type":"integer","maximum":2147483647,"minimum":0,"nullable":true},"bank_ref_number":{"type":"string","nullable":true,"maxLength":30},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"status":{"$ref":"#/components/schemas/Status759Enum"},"processed_at":{"type":"string","format":"date-time","nullable":true},"state":{"type":"string","format":"uuid"},"payment_request":{"type":"string","format":"uuid"},"payment_advice":{"type":"string","format":"uuid","nullable":true},"processed_by":{"type":"string","format":"uuid","nullable":true}},"required":["account","amount","bank_ref_number","bank_ref_position","created_at","id","identifier","payment_request","request","state","updated_at"]},"PaymentModeEnum":{"enum":["External","MdaAccount"],"type":"string","description":"* `External` - External\n* `MdaAccount` - MdaAccount"},"PaymentProcess":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true}},"required":["id"]},"PaymentProcessRequest":{"type":"object","properties":{"payment_proof":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}},"required":["payment_proof"]},"PaymentRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"deductions":{"type":"array","items":{"$ref":"#/components/schemas/PaymentDeduction"}},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"allOf":[{"$ref":"#/components/schemas/Category3faEnum"}],"readOnly":true},"capital_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CapitalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"file_reference_number":{"type":"string","nullable":true,"maxLength":50},"purpose":{"type":"string"},"fund_release_statement":{"type":"string","nullable":true},"bank_type":{"$ref":"#/components/schemas/BankTypeEnum"},"external_bank_name":{"type":"string","nullable":true,"maxLength":250},"external_account_number":{"type":"string","nullable":true,"maxLength":20},"external_account_name":{"type":"string","nullable":true},"approved":{"type":"boolean","readOnly":true},"manual_warrant":{"type":"string","nullable":true,"description":"warrant id generated off the platform","maxLength":255},"digitized_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"digitized_project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DigitizedProjectTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"digitized_amount_in_words":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"digitized_title":{"type":"string","nullable":true,"maxLength":200},"warrant":{"type":"string","format":"uuid","nullable":true},"request":{"type":"string","format":"uuid","readOnly":true},"mda_account":{"type":"string","format":"uuid","nullable":true},"initiator":{"type":"string","format":"uuid","readOnly":true},"reviewed_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"checked_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"approved_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"digitized_by":{"type":"string","format":"uuid","nullable":true},"digitized_budget_line":{"type":"string","format":"uuid","nullable":true}},"required":["approved","approved_by","bank_type","category","checked_by","created_at","fund_release_statement","id","initiator","purpose","request","reviewed_by","updated_at","warrant"]},"PaymentRequestDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"identifier":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"$ref":"#/components/schemas/Category3faEnum"},"capital_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CapitalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"file_reference_number":{"type":"string","nullable":true,"maxLength":50},"purpose":{"type":"string"},"fund_release_statement":{"type":"string","nullable":true},"bank_type":{"$ref":"#/components/schemas/BankTypeEnum"},"external_bank_name":{"type":"string","nullable":true,"maxLength":250},"external_account_number":{"type":"string","nullable":true,"maxLength":20},"external_account_name":{"type":"string","nullable":true},"approved":{"type":"boolean"},"manual_warrant":{"type":"string","nullable":true,"description":"warrant id generated off the platform","maxLength":255},"digitized_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"digitized_project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DigitizedProjectTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"digitized_amount_in_words":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"digitized_title":{"type":"string","nullable":true,"maxLength":200},"warrant":{"type":"string","format":"uuid","nullable":true},"request":{"type":"string","format":"uuid"},"mda_account":{"type":"string","format":"uuid","nullable":true},"initiator":{"type":"string","format":"uuid"},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"digitized_by":{"type":"string","format":"uuid","nullable":true},"digitized_budget_line":{"type":"string","format":"uuid","nullable":true}},"required":["bank_type","created_at","id","identifier","initiator","purpose","request","updated_at"]},"PaymentRequestDigitization":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"deductions":{"type":"array","items":{"$ref":"#/components/schemas/PaymentDeduction"}},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"$ref":"#/components/schemas/Category3faEnum"},"capital_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CapitalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"purpose":{"type":"string"},"fund_release_statement":{"type":"string","nullable":true},"bank_type":{"$ref":"#/components/schemas/BankTypeEnum"},"external_bank_name":{"type":"string","nullable":true,"maxLength":250},"external_account_number":{"type":"string","nullable":true,"maxLength":20},"external_account_name":{"type":"string","nullable":true},"approved":{"type":"boolean"},"manual_warrant":{"type":"string","nullable":true,"description":"warrant id generated off the platform","maxLength":255},"digitized_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"digitized_project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DigitizedProjectTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"digitized_amount_in_words":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"digitized_title":{"type":"string","nullable":true,"maxLength":200},"request":{"type":"string","format":"uuid","readOnly":true},"mda_account":{"type":"string","format":"uuid","nullable":true},"initiator":{"type":"string","format":"uuid"},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"digitized_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"digitized_budget_line":{"type":"string","format":"uuid","nullable":true}},"required":["approved_by","bank_type","checked_by","created_at","digitized_amount","digitized_amount_in_words","digitized_budget_line","digitized_by","digitized_project_type","digitized_title","fund_release_statement","id","initiator","manual_warrant","purpose","request","reviewed_by","updated_at"]},"PaymentRequestDigitizationRequest":{"type":"object","properties":{"digitizing_mda":{"type":"string","format":"uuid","writeOnly":true},"deductions":{"type":"array","items":{"$ref":"#/components/schemas/PaymentDeductionRequest"}},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true},"category":{"$ref":"#/components/schemas/Category3faEnum"},"capital_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CapitalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"purpose":{"type":"string","minLength":1},"fund_release_statement":{"type":"string","nullable":true},"bank_type":{"$ref":"#/components/schemas/BankTypeEnum"},"external_bank_name":{"type":"string","nullable":true,"maxLength":250},"external_account_number":{"type":"string","nullable":true,"maxLength":20},"external_account_name":{"type":"string","nullable":true},"approved":{"type":"boolean"},"manual_warrant":{"type":"string","nullable":true,"description":"warrant id generated off the platform","maxLength":255},"digitized_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"digitized_project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DigitizedProjectTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"digitized_amount_in_words":{"type":"string","nullable":true,"minLength":1},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"digitized_title":{"type":"string","nullable":true,"maxLength":200},"mda_account":{"type":"string","format":"uuid","nullable":true},"initiator":{"type":"string","format":"uuid"},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"digitized_budget_line":{"type":"string","format":"uuid","nullable":true}},"required":["approved_by","bank_type","checked_by","digitized_amount","digitized_amount_in_words","digitized_budget_line","digitized_project_type","digitized_title","digitizing_mda","fund_release_statement","initiator","manual_warrant","purpose","reviewed_by"]},"PaymentRequestList":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"identifier":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"$ref":"#/components/schemas/Category3faEnum"},"capital_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CapitalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"file_reference_number":{"type":"string","nullable":true,"maxLength":50},"purpose":{"type":"string"},"fund_release_statement":{"type":"string","nullable":true},"bank_type":{"$ref":"#/components/schemas/BankTypeEnum"},"external_bank_name":{"type":"string","nullable":true,"maxLength":250},"external_account_number":{"type":"string","nullable":true,"maxLength":20},"external_account_name":{"type":"string","nullable":true},"approved":{"type":"boolean"},"manual_warrant":{"type":"string","nullable":true,"description":"warrant id generated off the platform","maxLength":255},"digitized_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"digitized_project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DigitizedProjectTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"digitized_amount_in_words":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"digitized_title":{"type":"string","nullable":true,"maxLength":200},"warrant":{"type":"string","format":"uuid","nullable":true},"request":{"type":"string","format":"uuid"},"mda_account":{"type":"string","format":"uuid","nullable":true},"initiator":{"type":"string","format":"uuid"},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"digitized_by":{"type":"string","format":"uuid","nullable":true},"digitized_budget_line":{"type":"string","format":"uuid","nullable":true}},"required":["bank_type","created_at","id","identifier","initiator","purpose","request","updated_at"]},"PaymentRequestRequest":{"type":"object","properties":{"deductions":{"type":"array","items":{"$ref":"#/components/schemas/PaymentDeductionRequest"}},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of associated warrant supporting documents."},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true},"capital_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/CapitalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"file_reference_number":{"type":"string","nullable":true,"maxLength":50},"purpose":{"type":"string","minLength":1},"fund_release_statement":{"type":"string","nullable":true},"bank_type":{"$ref":"#/components/schemas/BankTypeEnum"},"external_bank_name":{"type":"string","nullable":true,"maxLength":250},"external_account_number":{"type":"string","nullable":true,"maxLength":20},"external_account_name":{"type":"string","nullable":true},"manual_warrant":{"type":"string","nullable":true,"description":"warrant id generated off the platform","maxLength":255},"digitized_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"digitized_project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/DigitizedProjectTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"digitized_amount_in_words":{"type":"string","nullable":true,"minLength":1},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"digitized_title":{"type":"string","nullable":true,"maxLength":200},"warrant":{"type":"string","format":"uuid","nullable":true},"mda_account":{"type":"string","format":"uuid","nullable":true},"digitized_by":{"type":"string","format":"uuid","nullable":true},"digitized_budget_line":{"type":"string","format":"uuid","nullable":true}},"required":["bank_type","fund_release_statement","purpose","warrant"]},"PaymentTemplate":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"mda_code":{"type":"string","maxLength":6},"template_code":{"type":"string","maxLength":3},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["created_at","id","mda_code","state","template_code","updated_at"]},"PaymentTemplateRequest":{"type":"object","properties":{"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3}},"required":["mda_code","template_code"]},"PaymentUploadFile":{"type":"object","properties":{"payment":{"type":"string","format":"uuid"}},"required":["payment"]},"PaymentUploadFileRequest":{"type":"object","properties":{"payment":{"type":"string","format":"uuid"},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}},"required":["payment"]},"PresetEnum":{"enum":["DEFAULT","ROUND"],"type":"string","description":"* `DEFAULT` - DEFAULT\n* `ROUND` - ROUND"},"Process":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","maxLength":200},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"group":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","group","id","title","updated_at"]},"ProcessGroup":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"processes":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProcessGroupTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"name":{"type":"string","nullable":true,"maxLength":500},"description":{"type":"string","nullable":true},"display_mda_name":{"type":"string","nullable":true},"mda_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"is_default":{"type":"boolean"},"ownership_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/OwnershipTypeD55Enum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"status":{"$ref":"#/components/schemas/Status626Enum"},"activities_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"trigger_type":{"$ref":"#/components/schemas/TriggerTypeEnum"},"is_state_wide":{"type":"boolean","description":"if a request is created by admin or it admin, it is set to true"},"owner":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true},"mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["created_at","id","mda","owner","processes","updated_at"]},"ProcessGroupRequest":{"type":"object","properties":{"type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProcessGroupTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"name":{"type":"string","nullable":true,"maxLength":500},"description":{"type":"string","nullable":true},"display_mda_name":{"type":"string","nullable":true},"mda_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"is_default":{"type":"boolean"},"ownership_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/OwnershipTypeD55Enum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"status":{"$ref":"#/components/schemas/Status626Enum"},"activities_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"trigger_type":{"$ref":"#/components/schemas/TriggerTypeEnum"},"is_state_wide":{"type":"boolean","description":"if a request is created by admin or it admin, it is set to true"},"created_by":{"type":"string","format":"uuid","nullable":true},"mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["mda"]},"ProcessGroupTypeEnum":{"enum":["Expenditure Clearance Group","Warrant Request Process Group","Payment Process Group","Reconciliation Process Group","Warrant Digitization Process Group"],"type":"string","description":"* `Expenditure Clearance Group` - Expenditure Clearance Group\n* `Warrant Request Process Group` - Warrant Request Process Group\n* `Payment Process Group` - Payment Process Group\n* `Reconciliation Process Group` - Reconciliation Process Group\n* `Warrant Digitization Process Group` - Warrant Digitization Process Group"},"ProjectType03dEnum":{"enum":["CAPITAL","RECURRENT"],"type":"string","description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT"},"ProjectType3faEnum":{"enum":["CAPITAL","RECURRENT","RUNNING_GRANT"],"type":"string","description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT\n* `RUNNING_GRANT` - RUNNING_GRANT"},"ProviderEnum":{"enum":["GOOGLE","MICROSOFT"],"type":"string","description":"* `GOOGLE` - GOOGLE\n* `MICROSOFT` - MICROSOFT"},"PublishWorkflow":{"type":"object","properties":{"workflow":{"type":"string","format":"uuid"}},"required":["workflow"]},"PublishWorkflowRequest":{"type":"object","properties":{"workflow":{"type":"string","format":"uuid"}},"required":["workflow"]},"RecipientTypeEnum":{"enum":["External","Internal"],"type":"string","description":"* `External` - External\n* `Internal` - Internal"},"Reconciliation":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"closure":{"allOf":[{"$ref":"#/components/schemas/MonthlyClosure"}],"readOnly":true},"ledger":{"allOf":[{"$ref":"#/components/schemas/GeneralLedgerBasic"}],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"processed_at":{"type":"string","format":"date-time","nullable":true},"confirmed_at":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/ReconciliationStatusEnum"},"unreconciled_transactions":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"state":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid","nullable":true},"processed_by":{"type":"string","format":"uuid","nullable":true},"confirmed_by":{"type":"string","format":"uuid","nullable":true}},"required":["closure","created_at","id","ledger","state","updated_at"]},"ReconciliationClassification":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"category":{"$ref":"#/components/schemas/ReconciliationClassificationCategoryEnum"},"description":{"type":"string","maxLength":250},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"type":{"$ref":"#/components/schemas/ReconciliationClassificationTypeEnum"},"state":{"type":"string","format":"uuid","readOnly":true},"created_by":{"type":"string","format":"uuid","readOnly":true}},"required":["category","created_at","created_by","description","id","state","status","type","updated_at"]},"ReconciliationClassificationCategoryEnum":{"enum":["GENERAL_LEDGER","BANK_STATEMENT"],"type":"string","description":"* `GENERAL_LEDGER` - GENERAL_LEDGER\n* `BANK_STATEMENT` - BANK_STATEMENT"},"ReconciliationClassificationRequest":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/ReconciliationClassificationCategoryEnum"},"description":{"type":"string","minLength":1,"maxLength":250},"type":{"$ref":"#/components/schemas/ReconciliationClassificationTypeEnum"}},"required":["category","description","type"]},"ReconciliationClassificationStatusUpdate":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"ReconciliationClassificationStatusUpdateRequest":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"ReconciliationClassificationTypeEnum":{"enum":["ADD_TO_GL_BALANCE","SUBTRACT_FROM_GL_BALANCE"],"type":"string","description":"* `ADD_TO_GL_BALANCE` - ADD_TO_GL_BALANCE\n* `SUBTRACT_FROM_GL_BALANCE` - SUBTRACT_FROM_GL_BALANCE"},"ReconciliationItem":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"transaction_date":{"type":"string","format":"date"},"matched_id":{"type":"string","readOnly":true},"classification_name":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"type":{"$ref":"#/components/schemas/ReconciliationItemTypeEnum"},"description":{"type":"string","maxLength":250},"reference_id":{"type":"string","maxLength":20},"debit":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"credit":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"source":{"$ref":"#/components/schemas/SourceEnum"},"merged":{"type":"boolean"},"state":{"type":"string","format":"uuid"},"reconciliation":{"type":"string","format":"uuid"},"ledger":{"type":"string","format":"uuid"},"classification":{"type":"string","format":"uuid","nullable":true}},"required":["classification_name","created_at","credit","debit","description","id","ledger","matched_id","reconciliation","reference_id","source","state","transaction_date","type","updated_at"]},"ReconciliationItemClassification":{"type":"object","properties":{"classification":{"type":"string","format":"uuid"}},"required":["classification"]},"ReconciliationItemClassificationRequest":{"type":"object","properties":{"classification":{"type":"string","format":"uuid"}},"required":["classification"]},"ReconciliationItemRequest":{"type":"object","properties":{"transaction_date":{"type":"string","format":"date"},"type":{"$ref":"#/components/schemas/ReconciliationItemTypeEnum"},"description":{"type":"string","minLength":1,"maxLength":250},"reference_id":{"type":"string","minLength":1,"maxLength":20},"debit":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"credit":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"source":{"$ref":"#/components/schemas/SourceEnum"},"merged":{"type":"boolean"},"state":{"type":"string","format":"uuid"},"reconciliation":{"type":"string","format":"uuid"},"ledger":{"type":"string","format":"uuid"},"classification":{"type":"string","format":"uuid","nullable":true}},"required":["credit","debit","description","ledger","reconciliation","reference_id","source","state","transaction_date","type"]},"ReconciliationItemTypeEnum":{"enum":["GL","BS","UBL","UGL"],"type":"string","description":"* `GL` - GL\n* `BS` - BS\n* `UBL` - UBL\n* `UGL` - UGL"},"ReconciliationRequest":{"type":"object","properties":{"processed_at":{"type":"string","format":"date-time","nullable":true},"confirmed_at":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/ReconciliationStatusEnum"},"unreconciled_transactions":{"type":"integer","maximum":2147483647,"minimum":-2147483648,"nullable":true},"state":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid","nullable":true},"processed_by":{"type":"string","format":"uuid","nullable":true},"confirmed_by":{"type":"string","format":"uuid","nullable":true}},"required":["state"]},"ReconciliationStatusEnum":{"enum":["PENDING","IN_PROCESS","SUBMITTED","COMPLETED"],"type":"string","description":"* `PENDING` - PENDING\n* `IN_PROCESS` - IN_PROCESS\n* `SUBMITTED` - SUBMITTED\n* `COMPLETED` - COMPLETED"},"RequestActivity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"actor":{"$ref":"#/components/schemas/UserBasic"},"message":{"type":"string","readOnly":true},"memo_minute_remark":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"target_request":{"type":"string","format":"uuid"},"title":{"type":"string","maxLength":255},"action_list":{"type":"array","items":{"type":"string","nullable":true,"maxLength":50},"nullable":true},"description":{"type":"string","nullable":true},"role":{"type":"string","nullable":true,"maxLength":100},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"status":{"$ref":"#/components/schemas/Status08cEnum"},"action":{"type":"string","nullable":true,"maxLength":100},"comment":{"type":"string","nullable":true},"actioned_at":{"type":"string","format":"date-time","nullable":true},"is_default":{"type":"boolean"},"is_end":{"type":"boolean"},"sla":{"type":"integer","maximum":2147483647,"minimum":0},"sla_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/SlaTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"workflow":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid"},"selected_action":{"type":"string","format":"uuid","nullable":true},"prev":{"type":"string","format":"uuid","nullable":true},"next":{"type":"string","format":"uuid","nullable":true},"designation":{"type":"string","format":"uuid","nullable":true},"memo_minute":{"type":"string","format":"uuid","nullable":true}},"required":["actor","created_at","id","memo_minute_remark","message","position","request","target_request","title","updated_at","workflow"]},"RequestComment":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"author":{"allOf":[{"$ref":"#/components/schemas/UserBasic"}],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"target_request":{"type":"string","format":"uuid"},"body":{"type":"string"},"request":{"type":"string","format":"uuid","readOnly":true},"mentions":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["author","body","created_at","id","request","target_request","updated_at"]},"RequestCommentRequest":{"type":"object","properties":{"target_request":{"type":"string","format":"uuid"},"body":{"type":"string","minLength":1},"mentions":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["body","target_request"]},"RequestPhoneVerify":{"type":"object","properties":{"phone":{"type":"string","maxLength":15},"email":{"type":"string","format":"email"},"session_id":{"type":"string"}},"required":["email","phone","session_id"]},"RequestPhoneVerifyRequest":{"type":"object","properties":{"phone":{"type":"string","minLength":1,"maxLength":15},"email":{"type":"string","format":"email","minLength":1},"session_id":{"type":"string","minLength":1}},"required":["email","phone","session_id"]},"RequestTypeEnum":{"enum":["WARRANT","PAYMENT","EXPENDITURE CLEARANCE","EXPENDITURE_CONCURRENCE","WARRANT_CANCELLATION","WARRANT_REVALIDATION","RECONCILIATION_REQUEST","SPECIAL_BUDGET_REQUEST","PAYMENT_ADVICE","PAYMENT_REQUEST"],"type":"string","description":"* `WARRANT` - WARRANT\n* `PAYMENT` - PAYMENT\n* `EXPENDITURE CLEARANCE` - EXPENDITURE CLEARANCE\n* `EXPENDITURE_CONCURRENCE` - EXPENDITURE_CONCURRENCE\n* `WARRANT_CANCELLATION` - WARRANT_CANCELLATION\n* `WARRANT_REVALIDATION` - WARRANT_REVALIDATION\n* `RECONCILIATION_REQUEST` - RECONCILIATION_REQUEST\n* `SPECIAL_BUDGET_REQUEST` - SPECIAL_BUDGET_REQUEST\n* `PAYMENT_ADVICE` - PAYMENT_ADVICE\n* `PAYMENT_REQUEST` - PAYMENT_REQUEST"},"RequestWorkflow":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"target_request":{"type":"string","format":"uuid"},"title":{"type":"string","maxLength":255},"action_list":{"type":"array","items":{"type":"string","nullable":true,"maxLength":50},"nullable":true},"description":{"type":"string","nullable":true},"role":{"type":"string","nullable":true,"maxLength":100},"position":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"status":{"$ref":"#/components/schemas/Status08cEnum"},"action":{"type":"string","nullable":true,"maxLength":100},"comment":{"type":"string","nullable":true},"is_default":{"type":"boolean"},"is_end":{"type":"boolean"},"sla":{"type":"integer","maximum":2147483647,"minimum":0},"sla_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/SlaTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"request":{"type":"string","format":"uuid"},"mda":{"type":"string","format":"uuid","nullable":true},"actor":{"type":"string","format":"uuid","nullable":true},"selected_action":{"type":"string","format":"uuid","nullable":true},"prev":{"type":"string","format":"uuid","nullable":true},"next":{"type":"string","format":"uuid","nullable":true},"designation":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","id","position","request","target_request","title","updated_at"]},"ResendToken":{"type":"object","description":"Serializer for resending token","properties":{"email":{"type":"string","format":"email"}},"required":["email"]},"ResendTokenRequest":{"type":"object","description":"Serializer for resending token","properties":{"email":{"type":"string","format":"email","minLength":1}},"required":["email"]},"ResetTwoFactorAuthentication":{"type":"object","properties":{"user":{"type":"string","format":"uuid"}},"required":["user"]},"ResetTwoFactorAuthenticationRequest":{"type":"object","properties":{"user":{"type":"string","format":"uuid"}},"required":["user"]},"RestoreTrash":{"type":"object","properties":{"documents":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"restore_all":{"type":"boolean","nullable":true}},"required":["documents"]},"RestoreTrashRequest":{"type":"object","properties":{"documents":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"restore_all":{"type":"boolean","nullable":true}},"required":["documents"]},"Roles":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"RunningGrant":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"project_type":{"allOf":[{"$ref":"#/components/schemas/ProjectType3faEnum"}],"readOnly":true},"title":{"type":"string","maxLength":200},"budget_line":{"type":"string","format":"uuid","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string"},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"request":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["amount","amount_in_words","budget_line","id","project_type","request","title"]},"RunningGrantRequest":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"mda":{"type":"string","format":"uuid","writeOnly":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}},"required":["amount","amount_in_words","budget_line","mda","title"]},"SecurityConfig":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"password_required_char_list":{"type":"array","items":{"$ref":"#/components/schemas/PasswordRequiredCharListEnum"},"maxItems":30},"password_min_length":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"password_max_attempt":{"type":"integer","maximum":10,"minimum":-2147483648},"password_min_history":{"type":"integer","maximum":10,"minimum":-2147483648},"password_max_days":{"type":"integer","maximum":365,"minimum":-2147483648},"password_expiry_notify_days":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"session_signout_after":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"session_signout_after_duration":{"oneOf":[{"$ref":"#/components/schemas/SessionSignoutAfterDurationEnum"},{"$ref":"#/components/schemas/BlankEnum"}]},"session_disable_after":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"session_disable_after_duration":{"$ref":"#/components/schemas/SessionDisableAfterDurationEnum"},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["created_at","id","state","updated_at"]},"SelectedCodeBlock":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/CodeBlockCreate"}},"asset":{"type":"string","format":"uuid"}},"required":["asset","data"]},"SelectedCodeBlockRequest":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/CodeBlockCreateRequest"}},"asset":{"type":"string","format":"uuid"}},"required":["asset","data"]},"SessionDisableAfterDurationEnum":{"enum":["DAYS","WEEKS","MONTHS","YEARS"],"type":"string","description":"* `DAYS` - DAYS\n* `WEEKS` - WEEKS\n* `MONTHS` - MONTHS\n* `YEARS` - YEARS"},"SessionSignoutAfterDurationEnum":{"enum":["SECONDS","MINUTES","HOURS"],"type":"string","description":"* `SECONDS` - SECONDS\n* `MINUTES` - MINUTES\n* `HOURS` - HOURS"},"SignedDocumentAnnotation":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"x_coordinate":{"type":"string","maxLength":250},"y_coordinate":{"type":"string","maxLength":250},"true_x":{"type":"string","maxLength":250},"true_y":{"type":"string","maxLength":250},"zoom":{"type":"string","maxLength":250},"page_num":{"type":"string","maxLength":250},"email":{"type":"string","format":"email","nullable":true,"maxLength":254},"is_recipient_external":{"type":"boolean"},"annotation_type":{"$ref":"#/components/schemas/AnnotationTypeEnum"},"annotated_signature":{"type":"string","format":"uri","nullable":true},"annotated_text":{"type":"string","nullable":true},"recipient":{"type":"string","format":"uuid","nullable":true},"memo_request":{"type":"string","format":"uuid","readOnly":true}},"required":["annotation_type","created_at","id","memo_request","page_num","true_x","true_y","updated_at","x_coordinate","y_coordinate","zoom"]},"SignedDocumentAnnotationRequest":{"type":"object","properties":{"x_coordinate":{"type":"string","minLength":1,"maxLength":250},"y_coordinate":{"type":"string","minLength":1,"maxLength":250},"true_x":{"type":"string","minLength":1,"maxLength":250},"true_y":{"type":"string","minLength":1,"maxLength":250},"zoom":{"type":"string","minLength":1,"maxLength":250},"page_num":{"type":"string","minLength":1,"maxLength":250},"email":{"type":"string","format":"email","nullable":true,"maxLength":254},"is_recipient_external":{"type":"boolean"},"annotation_type":{"$ref":"#/components/schemas/AnnotationTypeEnum"},"annotated_signature":{"type":"string","format":"binary","nullable":true},"annotated_text":{"type":"string","nullable":true},"recipient":{"type":"string","format":"uuid","nullable":true}},"required":["annotation_type","page_num","true_x","true_y","x_coordinate","y_coordinate","zoom"]},"SignedMemoRecipient":{"type":"object","properties":{"email":{"type":"string","format":"email"},"recipient_type":{"$ref":"#/components/schemas/RecipientTypeEnum"},"user":{"type":"string","format":"uuid","nullable":true}},"required":["recipient_type"]},"SignedMemoRecipientRequest":{"type":"object","properties":{"email":{"type":"string","format":"email"},"recipient_type":{"$ref":"#/components/schemas/RecipientTypeEnum"},"user":{"type":"string","format":"uuid","nullable":true}},"required":["recipient_type"]},"SignedMemoRequest":{"type":"object","properties":{"title":{"type":"string","maxLength":200},"memo":{"type":"string","format":"uuid","nullable":true},"id":{"type":"string","format":"uuid","readOnly":true}},"required":["id","title"]},"SignedMemoRequestRequest":{"type":"object","properties":{"recipients":{"type":"array","items":{"$ref":"#/components/schemas/SignedMemoRecipientRequest"},"writeOnly":true},"annotations":{"type":"array","items":{"$ref":"#/components/schemas/SignedDocumentAnnotationRequest"},"writeOnly":true,"nullable":true},"comment":{"type":"string","writeOnly":true,"minLength":1},"title":{"type":"string","minLength":1,"maxLength":200},"memo":{"type":"string","format":"uuid","nullable":true}},"required":["comment","recipients","title"]},"SlaTypeEnum":{"enum":["DAYS","WEEKS","MONTHS","YEARS"],"type":"string","description":"* `DAYS` - DAYS\n* `WEEKS` - WEEKS\n* `MONTHS` - MONTHS\n* `YEARS` - YEARS"},"SourceEnum":{"enum":["BANK_STATEMENT","GENERAL_LEDGER"],"type":"string","description":"* `BANK_STATEMENT` - BANK_STATEMENT\n* `GENERAL_LEDGER` - GENERAL_LEDGER"},"SpecialBudget":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/Document"}},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"special_approval_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"purpose":{"type":"string"},"state":{"type":"string","format":"uuid","readOnly":true},"mda":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid","readOnly":true},"budget_item":{"type":"string","format":"uuid"},"initiator":{"type":"string","format":"uuid","readOnly":true},"approved_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["approved_by","budget_item","created_at","id","initiator","mda","purpose","request","special_approval_amount","state","updated_at","year"]},"SpecialBudgetRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"year":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"special_approval_amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"purpose":{"type":"string","minLength":1},"mda":{"type":"string","format":"uuid"},"budget_item":{"type":"string","format":"uuid"}},"required":["budget_item","mda","purpose","special_approval_amount","year"]},"Stamp":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string","maxLength":255},"description":{"type":"string"},"mdas":{"type":"array","items":{"type":"string","format":"uuid"}},"access_type":{"$ref":"#/components/schemas/AccessTypeEnum"},"preset":{"$ref":"#/components/schemas/PresetEnum"},"designations":{"type":"array","items":{"type":"string","format":"uuid"}},"roles":{"type":"array","items":{"type":"string","maxLength":50}}},"required":["description","id","mdas","name"]},"StampRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":255},"description":{"type":"string","minLength":1},"mdas":{"type":"array","items":{"type":"string","format":"uuid"}},"access_type":{"$ref":"#/components/schemas/AccessTypeEnum"},"preset":{"$ref":"#/components/schemas/PresetEnum"},"designations":{"type":"array","items":{"type":"string","format":"uuid"}},"roles":{"type":"array","items":{"type":"string","minLength":1,"maxLength":50}}},"required":["description","mdas","name"]},"State":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"admin":{"$ref":"#/components/schemas/UserBasic"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"identifier":{"type":"string","maxLength":300},"name":{"type":"string","maxLength":200},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModulesEnum"},"maxItems":10},"time_zone":{"type":"string","maxLength":100},"logo":{"type":"string","format":"uri","nullable":true},"website":{"type":"string","nullable":true,"maxLength":300},"color_variants":{"nullable":true},"primary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"secondary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"tertiary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"status":{"$ref":"#/components/schemas/Status462Enum"},"slug":{"type":"string","nullable":true,"maxLength":200},"enable_budget_overspend":{"type":"boolean"},"authentication_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AuthenticationTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"enable_2fa":{"type":"boolean"},"capital_warrant_without_clearance_enabled":{"type":"boolean"},"warrant_name":{"type":"string","nullable":true,"maxLength":200},"supports_warrant":{"type":"boolean"},"supports_expenditure":{"type":"boolean"},"support_running_grant":{"type":"boolean"},"supports_voucher":{"type":"boolean"},"state_display_name":{"type":"string","nullable":true,"maxLength":200},"authentication_last_modified_by":{"type":"string","format":"uuid","nullable":true},"mda_allowed_overspend":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["admin","created_at","id","identifier","mda_allowed_overspend","modules","name","updated_at"]},"StateContactInfo":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"display_help_button":{"type":"boolean"},"display_state":{"type":"boolean"},"display_media_attachment":{"type":"boolean"},"document_title":{"type":"string","nullable":true,"maxLength":200},"mda_manual":{"type":"string","format":"uri","nullable":true},"contact_email":{"type":"string","format":"email","nullable":true,"maxLength":254},"display_contact_email":{"type":"boolean"},"contact_person":{"type":"string","nullable":true,"maxLength":200},"display_contact_person":{"type":"boolean"},"phone":{"type":"string","nullable":true,"maxLength":200},"display_phone":{"type":"boolean"},"display_address":{"type":"boolean"},"contact_address":{"type":"string","nullable":true,"maxLength":200},"office_name":{"type":"string","nullable":true,"maxLength":200},"address1":{"type":"string","nullable":true},"address2":{"type":"string","nullable":true},"lga":{"type":"string","nullable":true,"maxLength":200},"city":{"type":"string","nullable":true,"maxLength":200},"state":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["created_at","id","state","updated_at"]},"StateRequest":{"type":"object","properties":{"admin":{"$ref":"#/components/schemas/UserBasicRequest"},"identifier":{"type":"string","minLength":1,"maxLength":300},"name":{"type":"string","minLength":1,"maxLength":200},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModulesEnum"},"maxItems":10},"time_zone":{"type":"string","minLength":1,"maxLength":100},"logo":{"type":"string","format":"binary","nullable":true},"website":{"type":"string","nullable":true,"maxLength":300},"color_variants":{"nullable":true},"primary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"secondary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"tertiary_color":{"type":"string","pattern":"^(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":20},"status":{"$ref":"#/components/schemas/Status462Enum"},"slug":{"type":"string","nullable":true,"maxLength":200},"enable_budget_overspend":{"type":"boolean"},"authentication_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AuthenticationTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"enable_2fa":{"type":"boolean"},"capital_warrant_without_clearance_enabled":{"type":"boolean"},"warrant_name":{"type":"string","nullable":true,"maxLength":200},"supports_warrant":{"type":"boolean"},"supports_expenditure":{"type":"boolean"},"support_running_grant":{"type":"boolean"},"supports_voucher":{"type":"boolean"},"state_display_name":{"type":"string","nullable":true,"maxLength":200},"authentication_last_modified_by":{"type":"string","format":"uuid","nullable":true},"mda_allowed_overspend":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["admin","identifier","mda_allowed_overspend","modules","name"]},"Status08cEnum":{"enum":["PENDING","ONGOING","RETURNED","COMPLETED","CANCELLED","REJECTED","WITHDRAWN","FORWARDED"],"type":"string","description":"* `PENDING` - PENDING\n* `ONGOING` - ONGOING\n* `RETURNED` - RETURNED\n* `COMPLETED` - COMPLETED\n* `CANCELLED` - CANCELLED\n* `REJECTED` - REJECTED\n* `WITHDRAWN` - WITHDRAWN\n* `FORWARDED` - FORWARDED"},"Status138Enum":{"enum":["PENDING","ACTIVE","IN_ACTIVE","LOCKED"],"type":"string","description":"* `PENDING` - PENDING\n* `ACTIVE` - ACTIVE\n* `IN_ACTIVE` - IN_ACTIVE\n* `LOCKED` - LOCKED"},"Status462Enum":{"enum":["ACTIVE","SUSPENDED","DEACTIVATED"],"type":"string","description":"* `ACTIVE` - ACTIVE\n* `SUSPENDED` - SUSPENDED\n* `DEACTIVATED` - DEACTIVATED"},"Status626Enum":{"enum":["ACTIVE","DEACTIVATED","DRAFT","ARCHIVE"],"type":"string","description":"* `ACTIVE` - ACTIVE\n* `DEACTIVATED` - DEACTIVATED\n* `DRAFT` - DRAFT\n* `ARCHIVE` - ARCHIVE"},"Status759Enum":{"enum":["APPROVED","CONFIRMED","PAYMENT_ADVICE_QUEUE","PAYMENT_ADVICE_GENERATED","PROCESSED"],"type":"string","description":"* `APPROVED` - APPROVED\n* `CONFIRMED` - CONFIRMED\n* `PAYMENT_ADVICE_QUEUE` - PAYMENT_ADVICE_QUEUE\n* `PAYMENT_ADVICE_GENERATED` - PAYMENT_ADVICE_GENERATED\n* `PROCESSED` - PROCESSED"},"Status994Enum":{"enum":["OPEN","GENERATED","PROCESSED"],"type":"string","description":"* `OPEN` - OPEN\n* `GENERATED` - GENERATED\n* `PROCESSED` - PROCESSED"},"StatusDdcEnum":{"enum":["ACTIVE","PROCESSING","PROCESSED","DRAFT","INACTIVE","SUSPENDED","DEACTIVATED"],"type":"string","description":"* `ACTIVE` - ACTIVE\n* `PROCESSING` - PROCESSING\n* `PROCESSED` - PROCESSED\n* `DRAFT` - DRAFT\n* `INACTIVE` - INACTIVE\n* `SUSPENDED` - SUSPENDED\n* `DEACTIVATED` - DEACTIVATED"},"StatusE93Enum":{"enum":["ACTIVE","INACTIVE"],"type":"string","description":"* `ACTIVE` - ACTIVE\n* `INACTIVE` - INACTIVE"},"StatusFlagEnum":{"enum":["ISSUED","RETURNED","REJECTED","SUCCESSFUL","COMMENTS"],"type":"string","description":"* `ISSUED` - ISSUED\n* `RETURNED` - RETURNED\n* `REJECTED` - REJECTED\n* `SUCCESSFUL` - SUCCESSFUL\n* `COMMENTS` - COMMENTS"},"SupplementaryBudget":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"identifier":{"type":"string","nullable":true,"maxLength":255},"year":{"type":"integer","readOnly":true},"description":{"type":"string"},"category":{"allOf":[{"$ref":"#/components/schemas/Category88cEnum"}],"readOnly":true},"creation_type":{"$ref":"#/components/schemas/CreationTypeEnum"},"status":{"$ref":"#/components/schemas/StatusDdcEnum"},"start_date":{"type":"string","format":"date","nullable":true},"end_date":{"type":"string","format":"date","nullable":true},"state":{"type":"string","format":"uuid","readOnly":true},"client_budget":{"type":"string","format":"uuid","nullable":true},"main_budget":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"uploaded_by":{"type":"string","format":"uuid","nullable":true},"last_modified_by":{"type":"string","format":"uuid","nullable":true}},"required":["category","created_at","description","id","main_budget","state","updated_at","year"]},"SupplementaryBudgetRequest":{"type":"object","properties":{"file":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true},"identifier":{"type":"string","nullable":true,"minLength":1,"maxLength":255},"description":{"type":"string","minLength":1},"creation_type":{"$ref":"#/components/schemas/CreationTypeEnum"},"status":{"$ref":"#/components/schemas/StatusDdcEnum"},"start_date":{"type":"string","format":"date","nullable":true},"end_date":{"type":"string","format":"date","nullable":true},"client_budget":{"type":"string","format":"uuid","nullable":true},"uploaded_by":{"type":"string","format":"uuid","nullable":true},"last_modified_by":{"type":"string","format":"uuid","nullable":true}},"required":["description","file"]},"TOTPRegistration":{"type":"object","description":"serializer is meant to register the time base authentication","properties":{"qr_code":{"type":"string","readOnly":true},"email":{"type":"string","format":"email"},"session_id":{"type":"string"},"otp_secret":{"type":"string","readOnly":true},"app_name":{"type":"string","readOnly":true}},"required":["app_name","email","otp_secret","qr_code","session_id"]},"TOTPRegistrationRequest":{"type":"object","description":"serializer is meant to register the time base authentication","properties":{"email":{"type":"string","format":"email","minLength":1},"session_id":{"type":"string","minLength":1}},"required":["email","session_id"]},"Template":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":200},"url":{"type":"string","format":"uri","readOnly":true},"document_id":{"type":"string","readOnly":true},"provider":{"allOf":[{"$ref":"#/components/schemas/ProviderEnum"}],"readOnly":true},"created_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["created_at","created_by","document_id","id","name","provider","updated_at","url"]},"TemplateRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200}},"required":["name"]},"TokenRefresh":{"type":"object","properties":{"access":{"type":"string","readOnly":true}},"required":["access"]},"TokenRefreshRequest":{"type":"object","properties":{"refresh":{"type":"string","writeOnly":true,"minLength":1}},"required":["refresh"]},"TokenVerifyRequest":{"type":"object","properties":{"token":{"type":"string","writeOnly":true,"minLength":1}},"required":["token"]},"TriggerTypeEnum":{"enum":["MANUAL","PROCESS"],"type":"string","description":"* `MANUAL` - MANUAL\n* `PROCESS` - PROCESS"},"TwoFactorAuthenticationSetup":{"type":"object","properties":{"state":{"type":"string","format":"uuid"},"authentication_type":{"$ref":"#/components/schemas/AuthenticationTypeEnum"},"enable_2fa":{"type":"boolean"}},"required":["authentication_type","enable_2fa","state"]},"TwoFactorAuthenticationSetupRequest":{"type":"object","properties":{"state":{"type":"string","format":"uuid"},"authentication_type":{"$ref":"#/components/schemas/AuthenticationTypeEnum"},"enable_2fa":{"type":"boolean"}},"required":["authentication_type","enable_2fa","state"]},"Type03dEnum":{"enum":["CAPITAL","RECURRENT"],"type":"string","description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT"},"Type374Enum":{"enum":["DEPARTMENT","AGENCY","MINISTRY"],"type":"string","description":"* `DEPARTMENT` - DEPARTMENT\n* `AGENCY` - AGENCY\n* `MINISTRY` - MINISTRY"},"TypeC72Enum":{"enum":["DEPARTMENT","UNIT"],"type":"string","description":"* `DEPARTMENT` - DEPARTMENT\n* `UNIT` - UNIT"},"TypeEddEnum":{"enum":["EXPENDITURE_CLEARANCE","EXPENDITURE_CLEARANCE_FOR_PAYMENT"],"type":"string","description":"* `EXPENDITURE_CLEARANCE` - EXPENDITURE_CLEARANCE\n* `EXPENDITURE_CLEARANCE_FOR_PAYMENT` - EXPENDITURE_CLEARANCE_FOR_PAYMENT"},"Unit":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"people_count":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":200},"code":{"type":"string","maxLength":20},"description":{"type":"string","nullable":true},"status":{"allOf":[{"$ref":"#/components/schemas/StatusE93Enum"}],"readOnly":true},"department":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"head":{"type":"string","format":"uuid","nullable":true}},"required":["code","created_at","department","id","name","people_count","status","updated_at"]},"UnitExtended":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":200},"code":{"type":"string","maxLength":20},"description":{"type":"string","nullable":true},"status":{"$ref":"#/components/schemas/StatusE93Enum"},"department":{"type":"string","format":"uuid","nullable":true},"head":{"type":"string","format":"uuid","nullable":true}},"required":["code","created_at","id","name","updated_at"]},"UnitRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"code":{"type":"string","minLength":1,"maxLength":20},"description":{"type":"string","nullable":true},"head":{"type":"string","format":"uuid","nullable":true}},"required":["code","name"]},"UnitStatusUpdate":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UnitStatusUpdateRequest":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UpdateBankAccountStatus":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UpdateBankAccountStatusRequest":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UpdateCategory":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string","maxLength":150},"category_types":{"type":"array","items":{"type":"string","format":"uuid"}},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string"},"status":{"type":"boolean"}},"required":["category_types","description","id","name"]},"UpdateCategoryRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":150},"category_types":{"type":"array","items":{"type":"string","format":"uuid"}},"code":{"type":"string","nullable":true,"maxLength":4},"description":{"type":"string","minLength":1},"status":{"type":"boolean"}},"required":["category_types","description","name"]},"UpdateCategoryType":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string","maxLength":50}},"required":["id"]},"UpdateCategoryTypeRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":50}}},"UpdateConcurrenceRequest":{"type":"object","properties":{"budget_line":{"type":"string","format":"uuid"},"action":{"type":"string","maxLength":50},"comment":{"type":"string","maxLength":1000}},"required":["action","comment"]},"UpdateConcurrenceRequestRequest":{"type":"object","properties":{"budget_line":{"type":"string","format":"uuid"},"action":{"type":"string","minLength":1,"maxLength":50},"comment":{"type":"string","minLength":1,"maxLength":1000}},"required":["action","comment"]},"UpdateDeduction":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UpdateDeductionRequest":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UpdateDocumentClassification":{"type":"object","properties":{"is_active":{"type":"boolean"}}},"UpdateDocumentClassificationRequest":{"type":"object","properties":{"is_active":{"type":"boolean"}}},"UpdateGeneralLedger":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UpdateGeneralLedgerRequest":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/StatusE93Enum"}}},"UpdateRequestActivity":{"type":"object","properties":{"action":{"type":"string","maxLength":50},"selected_action":{"type":"string","format":"uuid"},"comment":{"type":"string"},"warrant_remark":{"type":"string"},"otp":{"type":"string"},"memo_content":{"type":"string","format":"uri"},"minute_remark":{"type":"string"},"minute_recipient":{"type":"string","format":"uuid"},"fluid_approval_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/FluidApprovalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]}}},"UpdateRequestActivityRequest":{"type":"object","properties":{"action":{"type":"string","minLength":1,"maxLength":50},"selected_action":{"type":"string","format":"uuid"},"comment":{"type":"string","minLength":1},"warrant_remark":{"type":"string","minLength":1},"otp":{"type":"string","minLength":1},"memo_content":{"type":"string","format":"binary"},"minute_remark":{"type":"string","minLength":1},"minute_recipient":{"type":"string","format":"uuid"},"fluid_approval_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/FluidApprovalTypeEnum"},{"$ref":"#/components/schemas/NullEnum"}]}}},"UpdateStatus":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/Status462Enum"}}},"UpdateStatusRequest":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/Status462Enum"}}},"UpdateUserStatus":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/UpdateUserStatusActionEnum"}},"required":["action"]},"UpdateUserStatusActionEnum":{"enum":["ACTIVATE","DEACTIVATE","UNLOCK"],"type":"string","description":"* `ACTIVATE` - ACTIVATE\n* `DEACTIVATE` - DEACTIVATE\n* `UNLOCK` - UNLOCK"},"UpdateUserStatusRequest":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/UpdateUserStatusActionEnum"}},"required":["action"]},"UploadBankStatementRequest":{"type":"object","properties":{"bank_statement":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}},"required":["bank_statement"]},"UploadBudgetMda":{"type":"object","properties":{"file":{"type":"array","items":{"$ref":"#/components/schemas/Document"}}},"required":["file"]},"UploadBudgetMdaRequest":{"type":"object","properties":{"file":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}}},"required":["file"]},"UploadClientMda":{"type":"object","description":"Serializer for bulk create users","properties":{"file":{"type":"string","format":"uri"},"state":{"type":"string","format":"uuid"}},"required":["file","state"]},"UploadClientMdaRequest":{"type":"object","description":"Serializer for bulk create users","properties":{"file":{"type":"string","format":"binary"},"state":{"type":"string","format":"uuid"}},"required":["file","state"]},"UploadIpsasLedger":{"type":"object","description":"Serializer for bulk create users","properties":{"file":{"type":"string","format":"uri"}},"required":["file"]},"UploadIpsasLedgerRequest":{"type":"object","description":"Serializer for bulk create users","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]},"UserBasic":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"personnel_id":{"type":"string","nullable":true,"maxLength":50},"firstname":{"type":"string","nullable":true,"maxLength":255},"lastname":{"type":"string","nullable":true,"maxLength":255},"middlename":{"type":"string","nullable":true,"maxLength":100},"email":{"type":"string","format":"email","title":"Email address","maxLength":254},"phone":{"type":"string","nullable":true,"maxLength":17},"designation":{"type":"string","nullable":true,"maxLength":150},"roles":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"}]}},"verified":{"type":"boolean"},"status":{"$ref":"#/components/schemas/Status138Enum"}},"required":["email","id"]},"UserBasicRequest":{"type":"object","properties":{"personnel_id":{"type":"string","nullable":true,"maxLength":50},"firstname":{"type":"string","nullable":true,"maxLength":255},"lastname":{"type":"string","nullable":true,"maxLength":255},"middlename":{"type":"string","nullable":true,"maxLength":100},"email":{"type":"string","format":"email","minLength":1,"title":"Email address","maxLength":254},"phone":{"type":"string","nullable":true,"maxLength":17},"designation":{"type":"string","nullable":true,"minLength":1,"maxLength":150},"roles":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"}]}},"verified":{"type":"boolean"},"status":{"$ref":"#/components/schemas/Status138Enum"}},"required":["email"]},"UserLogoutRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid","writeOnly":true}},"required":["id"]},"UserSignature":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"signature":{"type":"string","format":"uri"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"user":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["created_at","id","signature","updated_at","user"]},"UserSignatureRequest":{"type":"object","properties":{"otp":{"type":"string","writeOnly":true,"minLength":1},"signature":{"type":"string","format":"binary"}},"required":["otp","signature"]},"VerifyPhone":{"type":"object","description":"Serializer for phone number verification","properties":{"phone":{"type":"string","maxLength":14},"email":{"type":"string","format":"email"},"access":{"type":"string","readOnly":true},"refresh":{"type":"string","readOnly":true}},"required":["access","email","phone","refresh"]},"VerifyPhoneRequest":{"type":"object","description":"Serializer for phone number verification","properties":{"phone":{"type":"string","minLength":1,"maxLength":14},"email":{"type":"string","format":"email","minLength":1},"token":{"type":"string","writeOnly":true,"minLength":1}},"required":["email","phone","token"]},"VerifyToken":{"type":"object","description":"Serializer for token verification","properties":{"token":{"type":"string"}},"required":["token"]},"VerifyTokenRequest":{"type":"object","description":"Serializer for token verification","properties":{"token":{"type":"string","minLength":1}},"required":["token"]},"Voucher":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","maxLength":255},"voucher_certificate":{"type":"string","format":"uri","nullable":true},"qrcode":{"type":"string","format":"uri","nullable":true},"type":{"$ref":"#/components/schemas/Type03dEnum"},"issued_date":{"type":"string","format":"date-time","nullable":true},"authorizer_title":{"type":"string","nullable":true,"maxLength":255},"voucher_reference":{"type":"string","nullable":true,"maxLength":255},"authorizer_name":{"type":"string","nullable":true,"maxLength":200},"authorizer_signature":{"type":"string","nullable":true,"maxLength":200},"attached_notes":{"type":"string","nullable":true},"auditor_stamp":{"type":"string","format":"uri","nullable":true},"description":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"payment_mode":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/PaymentModeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"bank_name":{"type":"string","nullable":true,"maxLength":200},"recipient_name":{"type":"string","nullable":true,"maxLength":200},"recipient_account_number":{"type":"string","nullable":true,"maxLength":200},"fund_release_to":{"type":"string","nullable":true,"maxLength":300},"certificate_notes":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid"},"warrant":{"type":"string","format":"uuid"},"payment_request":{"type":"string","format":"uuid","nullable":true},"mda":{"type":"string","format":"uuid"},"initiator":{"type":"string","format":"uuid","nullable":true},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"mda_account":{"type":"string","format":"uuid","nullable":true}},"required":["amount","amount_in_words","created_at","id","mda","state","type","updated_at","warrant"]},"VoucherCertificate":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProjectType03dEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"issued_color":{"type":"string","nullable":true,"maxLength":255},"mda_code":{"type":"string","maxLength":6},"template_code":{"type":"string","maxLength":3},"authorizer_title":{"type":"string","nullable":true,"maxLength":200},"authorizer_name":{"type":"string","maxLength":200},"signature":{"type":"string","format":"uri"},"auditor_stamp":{"type":"string","format":"uri","nullable":true},"title":{"type":"string","nullable":true,"maxLength":255},"sub_authorizer_title":{"type":"string","nullable":true,"maxLength":200},"notes":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid"}},"required":["authorizer_name","created_at","id","mda_code","signature","state","template_code","updated_at"]},"VoucherCertificateRequest":{"type":"object","properties":{"project_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/ProjectType03dEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"issued_color":{"type":"string","nullable":true,"maxLength":255},"mda_code":{"type":"string","minLength":1,"maxLength":6},"template_code":{"type":"string","minLength":1,"maxLength":3},"authorizer_title":{"type":"string","nullable":true,"maxLength":200},"authorizer_name":{"type":"string","minLength":1,"maxLength":200},"signature":{"type":"string","format":"binary"},"auditor_stamp":{"type":"string","format":"binary","nullable":true},"title":{"type":"string","nullable":true,"maxLength":255},"sub_authorizer_title":{"type":"string","nullable":true,"maxLength":200},"notes":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid"}},"required":["authorizer_name","mda_code","signature","state","template_code"]},"VoucherCertificateUpload":{"type":"object","properties":{"voucher_certificate":{"type":"string","format":"uri","nullable":true}},"required":["voucher_certificate"]},"VoucherCertificateUploadRequest":{"type":"object","properties":{"voucher_certificate":{"type":"string","format":"binary","nullable":true}},"required":["voucher_certificate"]},"VoucherCreate":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/Type03dEnum"},"description":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"warrant":{"type":"string","format":"uuid"},"payment_mode":{"$ref":"#/components/schemas/PaymentModeEnum"},"bank_name":{"type":"string","nullable":true,"maxLength":200},"recipient_name":{"type":"string","nullable":true,"maxLength":200},"recipient_account_number":{"type":"string","nullable":true,"maxLength":200},"mda_account":{"type":"string","format":"uuid","nullable":true},"fund_release_to":{"type":"string","nullable":true,"maxLength":300}},"required":["payment_mode","type","warrant"]},"VoucherCreateRequest":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/Type03dEnum"},"description":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"warrant":{"type":"string","format":"uuid"},"payment_mode":{"$ref":"#/components/schemas/PaymentModeEnum"},"bank_name":{"type":"string","nullable":true,"maxLength":200},"recipient_name":{"type":"string","nullable":true,"maxLength":200},"recipient_account_number":{"type":"string","nullable":true,"maxLength":200},"mda_account":{"type":"string","format":"uuid","nullable":true},"fund_release_to":{"type":"string","nullable":true,"maxLength":300}},"required":["payment_mode","type","warrant"]},"VoucherDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"amount_in_words":{"type":"string","maxLength":255},"voucher_certificate":{"type":"string","format":"uri","nullable":true},"qrcode":{"type":"string","format":"uri","nullable":true},"type":{"$ref":"#/components/schemas/Type03dEnum"},"issued_date":{"type":"string","format":"date-time","nullable":true},"authorizer_title":{"type":"string","nullable":true,"maxLength":255},"voucher_reference":{"type":"string","nullable":true,"maxLength":255},"authorizer_name":{"type":"string","nullable":true,"maxLength":200},"authorizer_signature":{"type":"string","nullable":true,"maxLength":200},"attached_notes":{"type":"string","nullable":true},"auditor_stamp":{"type":"string","format":"uri","nullable":true},"description":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"payment_mode":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/PaymentModeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"bank_name":{"type":"string","nullable":true,"maxLength":200},"recipient_name":{"type":"string","nullable":true,"maxLength":200},"recipient_account_number":{"type":"string","nullable":true,"maxLength":200},"fund_release_to":{"type":"string","nullable":true,"maxLength":300},"certificate_notes":{"type":"string","nullable":true},"state":{"type":"string","format":"uuid"},"warrant":{"type":"string","format":"uuid"},"payment_request":{"type":"string","format":"uuid","nullable":true},"mda":{"type":"string","format":"uuid"},"initiator":{"type":"string","format":"uuid","nullable":true},"reviewed_by":{"type":"string","format":"uuid","nullable":true},"checked_by":{"type":"string","format":"uuid","nullable":true},"approved_by":{"type":"string","format":"uuid","nullable":true},"mda_account":{"type":"string","format":"uuid","nullable":true}},"required":["amount","amount_in_words","created_at","id","mda","state","type","updated_at","warrant"]},"VoucherStatusEnum":{"enum":["PENDING","APPROVED","REJECTED"],"type":"string","description":"* `PENDING` - PENDING\n* `APPROVED` - APPROVED\n* `REJECTED` - REJECTED"},"Warrant":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"voucher_status":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/VoucherStatusEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"warrant_identifier":{"type":"string","nullable":true,"maxLength":50},"title":{"type":"string","maxLength":200},"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"vote_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string"},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"warrant_certificate":{"type":"string","format":"uri","nullable":true},"cancelled_at":{"type":"string","format":"date-time","nullable":true},"cancellation_reason":{"type":"string","nullable":true},"deprecated":{"type":"boolean"},"is_generated_warrant":{"type":"boolean"},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"is_digitized":{"type":"boolean"},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_cancellable":{"type":"boolean"},"has_cancellation_request":{"type":"boolean"},"is_revalidatable":{"type":"boolean"},"has_revalidation_request":{"type":"boolean"},"warrant_authorizer_title":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_name":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_signature":{"type":"string","nullable":true,"maxLength":250},"initiator":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid","nullable":true},"voucher":{"type":"string","format":"uuid","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"clearance":{"type":"string","format":"uuid","nullable":true},"mda_accounting_officer":{"type":"string","format":"uuid","nullable":true},"year_end":{"type":"string","format":"uuid","nullable":true},"revalidated_budget_line":{"type":"string","format":"uuid","nullable":true},"revalidated_from":{"type":"string","format":"uuid","nullable":true}},"required":["amount","amount_in_words","created_at","id","initiator","project_type","title","updated_at"]},"WarrantAnalysis":{"type":"object","properties":{"total_issued":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"total_request":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"total_used":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"percentage_issued":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true},"percentage_used":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$","readOnly":true}},"required":["percentage_issued","percentage_used","total_issued","total_request","total_used"]},"WarrantCancel":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"cancellation_reason":{"type":"string"},"cancellation_documents":{"type":"array","items":{"$ref":"#/components/schemas/Document"}}},"required":["cancellation_reason","id"]},"WarrantCancelRequest":{"type":"object","properties":{"cancellation_reason":{"type":"string","minLength":1},"cancellation_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}}},"required":["cancellation_reason"]},"WarrantCapitalProjectTypeWithoutExpenditure":{"type":"object","properties":{"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/Document"}},"budget_line":{"type":"string","format":"uuid"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string"},"title":{"type":"string","maxLength":200}},"required":["amount","amount_in_words","budget_line","project_type","title"]},"WarrantCapitalProjectTypeWithoutExpenditureRequest":{"type":"object","properties":{"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"related_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of associated clearance supporting documents."},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of existing supporting documents."},"budget_line":{"type":"string","format":"uuid"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"title":{"type":"string","minLength":1,"maxLength":200}},"required":["amount","amount_in_words","budget_line","project_type","title"]},"WarrantCertificateUpload":{"type":"object","properties":{"warrant_certificate":{"type":"string","format":"uri","nullable":true},"warrant_remark":{"type":"string","maxLength":1000}},"required":["warrant_certificate"]},"WarrantCertificateUploadRequest":{"type":"object","properties":{"warrant_certificate":{"type":"string","format":"binary","nullable":true},"warrant_remark":{"type":"string","minLength":1,"maxLength":1000}},"required":["warrant_certificate"]},"WarrantDigitization":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"title":{"type":"string","maxLength":200},"budget_line":{"type":"string","format":"uuid","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string"},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"request":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["amount","amount_in_words","budget_line","id","manual_identifier","project_type","request","title"]},"WarrantDigitizationRequest":{"type":"object","properties":{"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"title":{"type":"string","minLength":1,"maxLength":200},"mda":{"type":"string","format":"uuid","writeOnly":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"},"writeOnly":true}},"required":["amount","amount_in_words","budget_line","manual_identifier","mda","project_type","title"]},"WarrantRequest":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/Document"}},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"voucher_status":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/VoucherStatusEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"warrant_identifier":{"type":"string","readOnly":true,"nullable":true},"title":{"type":"string","maxLength":200},"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"vote_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$","readOnly":true},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string"},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"warrant_certificate":{"type":"string","format":"uri","readOnly":true,"nullable":true},"cancelled_at":{"type":"string","format":"date-time","nullable":true},"cancellation_reason":{"type":"string","nullable":true},"deprecated":{"type":"boolean","readOnly":true},"is_generated_warrant":{"type":"boolean","readOnly":true},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"is_digitized":{"type":"boolean","readOnly":true},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_cancellable":{"type":"boolean"},"has_cancellation_request":{"type":"boolean"},"is_revalidatable":{"type":"boolean"},"has_revalidation_request":{"type":"boolean"},"warrant_authorizer_title":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_name":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_signature":{"type":"string","nullable":true,"maxLength":250},"initiator":{"type":"string","format":"uuid","readOnly":true},"request":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"voucher":{"type":"string","format":"uuid","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"clearance":{"type":"string","format":"uuid","nullable":true},"mda_accounting_officer":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"year_end":{"type":"string","format":"uuid","nullable":true},"revalidated_budget_line":{"type":"string","format":"uuid","nullable":true},"revalidated_from":{"type":"string","format":"uuid","readOnly":true,"nullable":true}},"required":["created_at","deprecated","id","initiator","is_digitized","is_generated_warrant","mda_accounting_officer","project_type","request","revalidated_from","updated_at","vote_balance","warrant_certificate","warrant_identifier"]},"WarrantRequestDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"updated_vote_balance":{"type":"string","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"voucher_status":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/VoucherStatusEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"warrant_identifier":{"type":"string","nullable":true,"maxLength":50},"title":{"type":"string","maxLength":200},"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"vote_balance":{"type":"string","format":"decimal","pattern":"^-?\\d{0,22}(?:\\.\\d{0,2})?$"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string"},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"warrant_certificate":{"type":"string","format":"uri","nullable":true},"cancelled_at":{"type":"string","format":"date-time","nullable":true},"cancellation_reason":{"type":"string","nullable":true},"deprecated":{"type":"boolean"},"is_generated_warrant":{"type":"boolean"},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"is_digitized":{"type":"boolean"},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_cancellable":{"type":"boolean"},"has_cancellation_request":{"type":"boolean"},"is_revalidatable":{"type":"boolean"},"has_revalidation_request":{"type":"boolean"},"warrant_authorizer_title":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_name":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_signature":{"type":"string","nullable":true,"maxLength":250},"initiator":{"type":"string","format":"uuid"},"request":{"type":"string","format":"uuid","nullable":true},"voucher":{"type":"string","format":"uuid","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"clearance":{"type":"string","format":"uuid","nullable":true},"mda_accounting_officer":{"type":"string","format":"uuid","nullable":true},"year_end":{"type":"string","format":"uuid","nullable":true},"revalidated_budget_line":{"type":"string","format":"uuid","nullable":true},"revalidated_from":{"type":"string","format":"uuid","nullable":true}},"required":["amount","amount_in_words","created_at","id","initiator","project_type","title","updated_at","updated_vote_balance"]},"WarrantRequestRequest":{"type":"object","properties":{"supporting_documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentRequest"}},"existing_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of existing supporting documents."},"related_documents":{"type":"array","items":{"type":"string","format":"uuid"},"writeOnly":true,"description":"List of associated clearance supporting documents."},"voucher_status":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/VoucherStatusEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"title":{"type":"string","minLength":1,"maxLength":200},"project_type":{"$ref":"#/components/schemas/ProjectType3faEnum"},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,15}(?:\\.\\d{0,4})?$"},"amount_in_words":{"type":"string","minLength":1},"purpose":{"type":"string","nullable":true},"beneficiary":{"type":"string","nullable":true,"maxLength":255},"remark":{"type":"string","nullable":true},"cancelled_at":{"type":"string","format":"date-time","nullable":true},"cancellation_reason":{"type":"string","nullable":true},"generation_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/GenerationTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"manual_identifier":{"type":"string","nullable":true,"maxLength":255},"issued_date":{"type":"string","format":"date-time","nullable":true},"is_cancellable":{"type":"boolean"},"has_cancellation_request":{"type":"boolean"},"is_revalidatable":{"type":"boolean"},"has_revalidation_request":{"type":"boolean"},"warrant_authorizer_title":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_name":{"type":"string","nullable":true,"maxLength":250},"warrant_authorizer_signature":{"type":"string","nullable":true,"maxLength":250},"voucher":{"type":"string","format":"uuid","nullable":true},"budget_line":{"type":"string","format":"uuid","nullable":true},"clearance":{"type":"string","format":"uuid","nullable":true},"year_end":{"type":"string","format":"uuid","nullable":true},"revalidated_budget_line":{"type":"string","format":"uuid","nullable":true}},"required":["project_type"]},"WarrantRevalidation":{"type":"object","properties":{"budget_line":{"type":"string","format":"uuid"},"year":{"type":"integer"}},"required":["budget_line","year"]},"WarrantRevalidationRequest":{"type":"object","properties":{"budget_line":{"type":"string","format":"uuid"},"year":{"type":"integer"}},"required":["budget_line","year"]},"WarrantTypeEnum":{"enum":["CAPITAL","RECURRENT"],"type":"string","description":"* `CAPITAL` - CAPITAL\n* `RECURRENT` - RECURRENT"},"WithdrawRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"}},"required":["request"]},"WithdrawRequestRequest":{"type":"object","properties":{"request":{"type":"string","format":"uuid"}},"required":["request"]},"Workbench":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"mda":{"$ref":"#/components/schemas/MdaBasic"},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"type":{"$ref":"#/components/schemas/WorkbenchTypeEnum"},"position":{"type":"integer","maximum":2147483647,"minimum":0},"identifier":{"type":"string","maxLength":200},"title":{"type":"string","maxLength":200},"action_required":{"$ref":"#/components/schemas/ActionRequiredEnum"},"status":{"$ref":"#/components/schemas/WorkbenchStatusEnum"},"target_request_id":{"type":"string","format":"uuid","nullable":true},"editable":{"type":"boolean"},"next_required_role":{"type":"string","nullable":true,"maxLength":100},"budget_line":{"type":"string","nullable":true,"maxLength":100},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"qrcode":{"type":"string","format":"uri","nullable":true},"in_view":{"type":"boolean"},"actioned_at":{"type":"string","format":"date-time","nullable":true},"is_fluid":{"type":"boolean"},"is_forwarded":{"type":"boolean"},"is_signed_request":{"type":"boolean"},"actors_list":{"type":"array","items":{"type":"string","maxLength":100},"nullable":true,"maxItems":10000},"state":{"type":"string","format":"uuid"},"process_group":{"type":"string","format":"uuid","nullable":true},"next_required_designation":{"type":"string","format":"uuid","nullable":true},"next_required_mda":{"type":"string","format":"uuid","nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true},"next_actor":{"type":"string","format":"uuid","nullable":true}},"required":["action_required","created_at","id","identifier","mda","position","state","title","type","updated_at"]},"WorkbenchRequest":{"type":"object","properties":{"mda":{"$ref":"#/components/schemas/MdaBasicRequest"},"type":{"$ref":"#/components/schemas/WorkbenchTypeEnum"},"position":{"type":"integer","maximum":2147483647,"minimum":0},"identifier":{"type":"string","minLength":1,"maxLength":200},"title":{"type":"string","minLength":1,"maxLength":200},"action_required":{"$ref":"#/components/schemas/ActionRequiredEnum"},"status":{"$ref":"#/components/schemas/WorkbenchStatusEnum"},"target_request_id":{"type":"string","format":"uuid","nullable":true},"editable":{"type":"boolean"},"next_required_role":{"type":"string","nullable":true,"maxLength":100},"budget_line":{"type":"string","nullable":true,"maxLength":100},"amount":{"type":"string","format":"decimal","pattern":"^-?\\d{0,17}(?:\\.\\d{0,2})?$"},"qrcode":{"type":"string","format":"binary","nullable":true},"in_view":{"type":"boolean"},"actioned_at":{"type":"string","format":"date-time","nullable":true},"is_fluid":{"type":"boolean"},"is_forwarded":{"type":"boolean"},"is_signed_request":{"type":"boolean"},"actors_list":{"type":"array","items":{"type":"string","minLength":1,"maxLength":100},"nullable":true,"maxItems":10000},"state":{"type":"string","format":"uuid"},"process_group":{"type":"string","format":"uuid","nullable":true},"next_required_designation":{"type":"string","format":"uuid","nullable":true},"next_required_mda":{"type":"string","format":"uuid","nullable":true},"created_by":{"type":"string","format":"uuid","nullable":true},"next_actor":{"type":"string","format":"uuid","nullable":true}},"required":["action_required","identifier","mda","position","state","title","type"]},"WorkbenchStatusEnum":{"enum":["NOT DUE","DUE","OVER DUE","PENDING","REJECTED","ISSUED","APPROVED","USED","GENERATED","PARTLY_PAID","FULLY_PAID","CANCELLED","REVALIDATED","EXPIRED"],"type":"string","description":"* `NOT DUE` - NOT DUE\n* `DUE` - DUE\n* `OVER DUE` - OVER DUE\n* `PENDING` - PENDING\n* `REJECTED` - REJECTED\n* `ISSUED` - ISSUED\n* `APPROVED` - APPROVED\n* `USED` - USED\n* `GENERATED` - GENERATED\n* `PARTLY_PAID` - PARTLY_PAID\n* `FULLY_PAID` - FULLY_PAID\n* `CANCELLED` - CANCELLED\n* `REVALIDATED` - REVALIDATED\n* `EXPIRED` - EXPIRED"},"WorkbenchTypeEnum":{"enum":["WARRANT","PAYMENT","EXPENDITURE CLEARANCE","EXPENDITURE_CONCURRENCE","WARRANT_CANCELLATION","WARRANT_REVALIDATION","RECONCILIATION_REQUEST","SPECIAL_BUDGET_REQUEST","VOUCHER","PROCUREMENT","MEMO","FILE","DOCUMENT","MAIL"],"type":"string","description":"* `WARRANT` - WARRANT\n* `PAYMENT` - PAYMENT\n* `EXPENDITURE CLEARANCE` - EXPENDITURE CLEARANCE\n* `EXPENDITURE_CONCURRENCE` - EXPENDITURE_CONCURRENCE\n* `WARRANT_CANCELLATION` - WARRANT_CANCELLATION\n* `WARRANT_REVALIDATION` - WARRANT_REVALIDATION\n* `RECONCILIATION_REQUEST` - RECONCILIATION_REQUEST\n* `SPECIAL_BUDGET_REQUEST` - SPECIAL_BUDGET_REQUEST\n* `VOUCHER` - VOUCHER\n* `PROCUREMENT` - PROCUREMENT\n* `MEMO` - MEMO\n* `FILE` - FILE\n* `DOCUMENT` - DOCUMENT\n* `MAIL` - MAIL"},"Workflow":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","nullable":true,"maxLength":500},"description":{"type":"string","nullable":true},"display_mda_name":{"type":"string","nullable":true},"mda_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"is_default":{"type":"boolean","readOnly":true},"ownership_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/OwnershipTypeD55Enum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"status":{"allOf":[{"$ref":"#/components/schemas/Status626Enum"}],"readOnly":true},"activities_count":{"type":"integer","readOnly":true},"trigger_type":{"$ref":"#/components/schemas/TriggerTypeEnum"},"is_state_wide":{"type":"boolean","description":"if a request is created by admin or it admin, it is set to true"},"owner":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"created_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["activities_count","created_at","created_by","description","id","is_default","name","owner","ownership_type","status","updated_at"]},"WorkflowActivity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"title":{"type":"string","nullable":true,"maxLength":255},"is_default":{"type":"boolean","readOnly":true},"role":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"position":{"type":"integer","readOnly":true},"is_end":{"type":"boolean"},"canvas_id":{"type":"string","nullable":true,"maxLength":50},"sla":{"type":"integer","maximum":2147483647,"minimum":0},"sla_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/SlaTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"group":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"designation":{"type":"string","format":"uuid","nullable":true},"sub_process":{"type":"string","format":"uuid","nullable":true}},"required":["created_at","group","id","is_default","position","updated_at"]},"WorkflowActivityAction":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"behaviour":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/WorkflowActivityActionBehaviourEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"label":{"type":"string","maxLength":500},"is_required_signing":{"type":"boolean"},"canvas_id":{"type":"string","nullable":true,"maxLength":50},"is_otp_required":{"type":"boolean"},"activity":{"type":"string","format":"uuid","readOnly":true}},"required":["activity","created_at","id","label","updated_at"]},"WorkflowActivityActionBehaviourEnum":{"enum":["APPROVE","RETURN","REJECT","INITIATE","WITHDRAW","FORWARD","RECOMMEND","DELEGATE"],"type":"string","description":"* `APPROVE` - APPROVE\n* `RETURN` - RETURN\n* `REJECT` - REJECT\n* `INITIATE` - INITIATE\n* `WITHDRAW` - WITHDRAW\n* `FORWARD` - FORWARD\n* `RECOMMEND` - RECOMMEND\n* `DELEGATE` - DELEGATE"},"WorkflowActivityActionRequest":{"type":"object","properties":{"behaviour":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/WorkflowActivityActionBehaviourEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"label":{"type":"string","minLength":1,"maxLength":500},"is_required_signing":{"type":"boolean"},"canvas_id":{"type":"string","nullable":true,"maxLength":50},"is_otp_required":{"type":"boolean"}},"required":["label"]},"WorkflowActivityRequest":{"type":"object","properties":{"actions":{"type":"array","items":{"$ref":"#/components/schemas/WorkflowActivityActionRequest"},"writeOnly":true},"title":{"type":"string","nullable":true,"maxLength":255},"role":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/AdministrativeRolesEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"is_end":{"type":"boolean"},"canvas_id":{"type":"string","nullable":true,"maxLength":50},"sla":{"type":"integer","maximum":2147483647,"minimum":0},"sla_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/SlaTypeEnum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"designation":{"type":"string","format":"uuid","nullable":true},"sub_process":{"type":"string","format":"uuid","nullable":true}}},"WorkflowCreateBulkActivity":{"type":"object","properties":{"workflow":{"type":"string","format":"uuid"}},"required":["workflow"]},"WorkflowCreateBulkActivityRequest":{"type":"object","properties":{"workflow":{"type":"string","format":"uuid"},"activities":{"type":"array","items":{"$ref":"#/components/schemas/WorkflowActivityRequest"},"writeOnly":true}},"required":["activities","workflow"]},"WorkflowDetail":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","nullable":true,"maxLength":500},"description":{"type":"string","nullable":true},"display_mda_name":{"type":"string","nullable":true},"mda_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"is_default":{"type":"boolean","readOnly":true},"ownership_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/OwnershipTypeD55Enum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"status":{"allOf":[{"$ref":"#/components/schemas/Status626Enum"}],"readOnly":true},"activities_count":{"type":"integer","readOnly":true},"trigger_type":{"$ref":"#/components/schemas/TriggerTypeEnum"},"is_state_wide":{"type":"boolean","description":"if a request is created by admin or it admin, it is set to true"},"owner":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"created_by":{"type":"string","format":"uuid","readOnly":true,"nullable":true},"mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["activities_count","created_at","created_by","description","id","is_default","name","owner","ownership_type","status","updated_at"]},"WorkflowRequest":{"type":"object","properties":{"name":{"type":"string","nullable":true,"maxLength":500},"description":{"type":"string","nullable":true},"display_mda_name":{"type":"string","nullable":true},"mda_count":{"type":"integer","maximum":2147483647,"minimum":-2147483648},"ownership_type":{"nullable":true,"oneOf":[{"$ref":"#/components/schemas/OwnershipTypeD55Enum"},{"$ref":"#/components/schemas/BlankEnum"},{"$ref":"#/components/schemas/NullEnum"}]},"trigger_type":{"$ref":"#/components/schemas/TriggerTypeEnum"},"is_state_wide":{"type":"boolean","description":"if a request is created by admin or it admin, it is set to true"},"mda":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["description","name","ownership_type"]},"YearEndActivity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","readOnly":true},"breakdown":{"type":"string","readOnly":true},"summary":{"type":"string","readOnly":true},"initiator":{"allOf":[{"$ref":"#/components/schemas/UserBasic"}],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"updated_at":{"type":"string","format":"date-time","readOnly":true},"cut_off_date":{"type":"string","format":"date"},"state":{"type":"string","format":"uuid","readOnly":true}},"required":["breakdown","created_at","cut_off_date","id","initiator","state","summary","updated_at"]},"YearEndActivityRequest":{"type":"object","properties":{"cut_off_date":{"type":"string","format":"date"}},"required":["cut_off_date"]},"YearFormatEnum":{"enum":["YY","YYYY"],"type":"string","description":"* `YY` - YY\n* `YYYY` - YYYY"}},"securitySchemes":{"jwtAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}}}}
1
+ {}