{"openapi":"3.0.0","info":{"description":"API documentation for smat io backend","title":"Smat IO Backend Api","version":"3.0.0"},"servers":[{"url":"https://api.example.com/api/"},{"url":"http://localhost:8080/api/"},{"url":"https://api.stage.smat.io/api/"},{"url":"https://api-zitadel.stage.smat.io/"}],"security":[{"basicAuth":[]}],"tags":[{"description":"List of step wise endpoints to complete the user registration in an application successfully.","name":"User Registration API's"}],"paths":{"/healthz":{"get":{"operationId":"healthz","parameters":[{"description":"PAT of the service user","explode":true,"in":"query","name":"pat","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthResponse"}}},"description":"on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to check if the api services is alive","tags":["API Health"]}},"/projectDetails/comment/{masterProjectId}":{"get":{"operationId":"getComments","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"comment created date from which date the comment will be filterd . GTE filter","explode":true,"in":"query","name":"from","required":false,"schema":{"type":"string"},"style":"form"},{"description":"sorting params, ASC or DESC, by default ASC","explode":true,"in":"query","name":"sort","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdminCommentResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the comments added to project","tags":["Admin Panel Comments"]}},"/projectDetails/comment":{"post":{"operationId":"postComments","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdminCommentData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the comment to the selected project","tags":["Admin Panel Comments"]}},"/project/user/feedback/{masterProjectId}":{"get":{"operationId":"getAllFeedbacksByProject","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectFeedbackResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the feedbacks added on project","tags":["Project - Feedback"]}},"/project/user/feedback":{"post":{"operationId":"saveFeedbackstoProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/masterProjectFeedbackRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to add feedback on project","tags":["Project - Feedback"]}},"/project/user/feedback/{feedbackId}":{"delete":{"operationId":"deleteFeedbackIdProject","parameters":[{"explode":false,"in":"path","name":"feedbackId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete feedback added on project","tags":["Project - Feedback"]},"put":{"operationId":"updateFeedbackById","parameters":[{"explode":false,"in":"path","name":"feedbackId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/masterProjectFeedbackRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the review/feedback added on project","tags":["Project - Feedback"]}},"/admin/project/ic/reviews/{masterProjectId}":{"get":{"operationId":"getReviews","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectReviewsResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the reviews added on project","tags":["Admin & IC member review"]}},"/admin/project/ic/category":{"get":{"operationId":"getRaatingCategory","parameters":[{"explode":true,"in":"query","name":"investmentType","required":false,"schema":{"type":"string"},"style":"form"},{"explode":true,"in":"query","name":"projectListingType","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ratingReviewCategoryResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all project rating categories","tags":["Admin & IC member review"]}},"/admin/project/ic/review":{"post":{"operationId":"saveProjectRatingreview","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/masterProjectReviewsRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectReviewsResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the project review","tags":["Admin & IC member review"]}},"/projectDetails/comment/{commentId}":{"delete":{"operationId":"deleteComments","parameters":[{"explode":false,"in":"path","name":"commentId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the comment","tags":["Admin Panel Comments"]},"put":{"operationId":"putComments","parameters":[{"explode":false,"in":"path","name":"commentId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdminCommentUpdateData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the comment","tags":["Admin Panel Comments"]}},"/registers/updatePassword":{"put":{"operationId":"updatePassword","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updatePasswordData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updatePasswordResponse"}}},"description":"Returning if the personal info save/updated successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to create password for newly registered user","tags":["User Registration"]}},"/registers/crm/user":{"post":{"operationId":"crmUserAccountCreated","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrmUserCreateData"}}},"description":"User information to create new user if not already exists","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"On success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to create user from Pipedrive CRM to Smat","tags":["User Registration"]}},"/registers/accountCreated":{"put":{"operationId":"accountCreated","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserCreateData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/accountCreatedResponse"}}},"description":"Returning if the personal info save/updated successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get first step for user details","tags":["User Registration"]}},"/crm/user/deals/{masterProjectId}":{"get":{"operationId":"getDealsByProject","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/finalCrmDealsListResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all the deals under the master project","tags":["Deals in PipeDrive"]}},"/admin/user/notification":{"patch":{"operationId":"updateUserRegistrationStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userRegistrationStatusUpdateRequest"}}},"description":"Date asset to create events","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the user to not include in the review list","tags":["Admin Dashboard - User Data Update"]}},"/admin/user/reports/{masterProjectId}":{"get":{"operationId":"getuserReportByMasterProject","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/finalUserReportResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all the reports under the master project","tags":["Admin Dashboard - User Report"]}},"/admin/user/reports":{"get":{"operationId":"getAlluserReportByMasterProject","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/finalUserReportResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all the reports with pagination","tags":["Admin Dashboard - User Report"]},"post":{"operationId":"saveUserReport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userReportRequest"}}},"description":"Data asset to add new report","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the user report","tags":["Admin Dashboard - User Report"]},"put":{"operationId":"updateUserReport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateUserReportRequest"}}},"description":"Data asset to update the esisting report","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the user report","tags":["Admin Dashboard - User Report"]}},"/user/report/views/{reportId}":{"put":{"operationId":"updateViewsCount","parameters":[{"explode":false,"in":"path","name":"reportId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the views count on every call","tags":["Admin Dashboard - User Report"]}},"/user/report/{reportId}":{"get":{"operationId":"getReportByReportId","parameters":[{"explode":false,"in":"path","name":"reportId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/reportResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the report by report id","tags":["Admin Dashboard - User Report"]}},"/admin/user/reports/{reportId}":{"delete":{"operationId":"deleteUserReport","parameters":[{"explode":false,"in":"path","name":"reportId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the reoprt","tags":["Admin Dashboard - User Report"]}},"/admin/company/project/subscription":{"get":{"operationId":"adminGetuserSubscription","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscriptionsResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all the subscriptions","tags":["Project Subscription Admin"]}},"/crm/events/{masterProjectId}":{"get":{"operationId":"getEventbyMasterProject","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/finalEventsResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the events associated to the project","tags":["Smat Events API's"]}},"/crm/events":{"post":{"operationId":"saveEvents","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/createEventRequest"}}},"description":"Date asset to create events","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the events","tags":["Smat Events API's"]},"put":{"operationId":"updateEvents","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateEventRequest"}}},"description":"Date asset to create events","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the events","tags":["Smat Events API's"]}},"/admin/crm/events/{masterProjectId}":{"get":{"operationId":"getEventbyMasterProjectAdmin","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/finalEventsResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the events associated to the project","tags":["Smat Events API's"]}},"/admin/crm/events":{"get":{"operationId":"getAllEventstoAdmin","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint get all the events","tags":["Smat Events API's"]},"put":{"operationId":"addProjectToEvent","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addProjectToEventRequest"}}},"description":"Date asset to add project to an event","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to add the project to an event","tags":["Smat Events API's"]}},"/admin/company/project/subscription/{companyId}":{"get":{"operationId":"getSubscriptionByCompany","parameters":[{"explode":false,"in":"path","name":"companyId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectSubscriptionResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint get all the subscriptions made on all projects belongs to the company users","tags":["Project Subscription Admin"]}},"/admin/project/subscription/{masterProjectId}":{"get":{"operationId":"getSubscriptionByProject","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectSubscriptionResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint get subscription added on master project","tags":["Project Subscription Admin"]}},"/admin/company/project/subscription/update":{"put":{"operationId":"changeCompanysubscriptionStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscriptionChangeStatusRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to change the status of project subscription [ACTIVE, CANCELLED, EXPIRED,AWAITING_PAYMENT]","tags":["Project Subscription Admin"]}},"/project/subscription/subscriptions":{"get":{"operationId":"getAllsubscription","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscriptionsResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all the subscriptions data","tags":["Project Subscription Webapp"]}},"/project/subscription/{masterProjectId}":{"get":{"operationId":"getSubscriptionByProjectWebapp","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectSubscriptionResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint get subscription added on master project","tags":["Project Subscription Webapp"]}},"/project/subscription/update":{"put":{"operationId":"changeCompanysubscriptionStatusWebapp","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscriptionChangeStatusRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to change the status of project subscription [ACTIVE, CANCELLED, EXPIRED,AWAITING_PAYMENT]","tags":["Project Subscription Webapp"]}},"/project/subscription/subscribe":{"post":{"operationId":"subscribemasterProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addSubscriptionRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to add or subscribe the project","tags":["Project Subscription Webapp"]}},"/crm/user/deals/":{"get":{"operationId":"getAllDeals","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/finalCrmDealsListResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all the deals listed","tags":["Deals in PipeDrive"]}},"/crm/user/deals":{"post":{"operationId":"createDeals","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/crmDealsData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"return on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to create crm deals to the database","tags":["Deals in PipeDrive"]},"put":{"operationId":"updateDeals","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/crmDealsUpdateData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"return on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the deals step","tags":["Deals in PipeDrive"]}},"/admin/crm/dealsStep":{"get":{"operationId":"getDealSteps","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/finalCrmDealStepResponse"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all deals Steps","tags":["Deals in PipeDrive"]},"post":{"operationId":"saveCrmSteps","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/crmDealsStepData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save new deal step","tags":["Deals in PipeDrive"]}},"/admin/crm/dealsStep/{dealStepId}":{"delete":{"operationId":"deleteDealStep","parameters":[{"explode":false,"in":"path","name":"dealStepId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"return on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the deal steps","tags":["Deals in PipeDrive"]},"put":{"operationId":"updateDealStep","parameters":[{"explode":false,"in":"path","name":"dealStepId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/crmDealsStepData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the deal step","tags":["Deals in PipeDrive"]}},"/users/delete":{"delete":{"operationId":"deleteUser","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returning if the personal info save/updated successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the user","tags":["User Registration"]}},"/user/whoami":{"get":{"operationId":"whoami","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/whoamiResponse"}}},"description":"Return for successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint returns the current user roles and other user details","tags":["User Registration"]}},"/user":{"delete":{"operationId":"deleteCurrentUser","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return for successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the user profile","tags":["User Registration"]}},"/user/me":{"get":{"operationId":"me","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userDetailsUpdateResponse"}}},"description":"Return for successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint returns the current user info","tags":["User Registration"]}},"/user/unsubscribe":{"get":{"operationId":"unsubscribe","parameters":[{"description":"email of the user to unsubscribe from the platform","explode":true,"in":"query","name":"email","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return for successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"public endpoint to unsubscribe from the email and notifications from the smat platform","tags":["User Registration"]}},"/user/profile":{"patch":{"operationId":"updateUserProfile","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userProfileRequest"}}},"description":"data assest","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull update, response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the usre profile picture","tags":["User Registration"]}},"/user/mobile/token":{"post":{"operationId":"pushnotificationtoken","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userPushNotification"}}},"description":"data assest","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull update, response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to save/update the user push notification token","tags":["User Registration"]}},"/users/updateUserRole":{"put":{"operationId":"updateUserRole","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateUserRoleData"}}},"description":"data assest","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull update, response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the user role","tags":["User Registration"]}},"/registers/savePersonalInfo":{"put":{"operationId":"savePersonalInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserPersonalInfo"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SavePersonalInfoResponse"}}},"description":"Returning if the personal info save/updated successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the users personal details","tags":["User Registration"]}},"/users/saveCompanyDetails":{"put":{"operationId":"saveCompanyDetails","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/saveCompanyDetailsData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/saveCompanyDetailsResponse"}}},"description":"Returning if the personal info save/updated successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to update the users company info","tags":["User Registration"]}},"/user/company":{"put":{"operationId":"updateCompanyInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateCompanyRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/saveCompanyDetailsResponse"}}},"description":"Returning on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to company details from company owner","tags":["Company Profile"]}},"/user/company/profile":{"patch":{"operationId":"updateCompanyProfiles","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateCompanyProfileRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returning on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to update the company prfiles including links, documents, profiles and banner","tags":["Company Profile"]}},"/company/post":{"get":{"operationId":"getAllCompanyPosts","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/companyPostResponseList"}}},"description":"Returning on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to list all the company posts","tags":["Company Profile"]},"post":{"operationId":"savePost","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/companyPostRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returning on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to create new post on company profile","tags":["Company Profile"]}},"/company/post/{postId}":{"delete":{"operationId":"deleteCompanyPost","parameters":[{"explode":false,"in":"path","name":"postId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returning on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to delete the company post","tags":["Company Profile"]},"get":{"operationId":"getPostDetails","parameters":[{"explode":false,"in":"path","name":"postId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/companyPostResponse"}}},"description":"Returning on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to get the details of the post","tags":["Company Profile"]},"put":{"operationId":"updateCompanyPost","parameters":[{"explode":false,"in":"path","name":"postId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateCompanyPostRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returning on success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected ErrorsaveCompanyDetailsResponse"}},"summary":"Endpoint to update the existing post of the company","tags":["Company Profile"]}},"/users/uploadDocuments":{"put":{"operationId":"uploadDocuments","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/uploadDocumentsData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/uploadDocumentsDataResponse"}}},"description":"Returning if the personal info save/updated successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the identity document of the user","tags":["User Registration"]}},"/users/mobile/updateStatus":{"put":{"operationId":"updateStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userStatusChange"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returns if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update status of the user at the end of the registration process","tags":["User Registration"]}},"/users/mobile/auth/create":{"post":{"operationId":"createPin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mobilePinData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returns if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to create the mobile pin","tags":["User Registration"]}},"/users/mobile/auth/validate":{"post":{"operationId":"validatePin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mobilePinData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returns if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to verify the pin","tags":["User Registration"]}},"/users/mobile/auth/resetPin":{"put":{"operationId":"resetPin","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Returns if success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to send reset notification to the current user","tags":["User Registration"]}},"/public/projectDetail/search":{"put":{"operationId":"searchIndex","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The search term to search project data by project name or description or isinnumber","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/searchData"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/publicMasterProjectResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to the public search api","tags":["Project"]}},"/mobile/projects/search":{"post":{"operationId":"searchProject","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The random number to return an items in given random order","explode":true,"in":"query","name":"seed","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The search term to search project data by project name or description or isinnumber","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/searchData"}}},"description":"allows user to filter the master project based on runtime filter","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mobileMasterProjectResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to the public search api from mobile app","tags":["Project"]}},"/partnerships/projects":{"get":{"operationId":"partnershipsProjects","parameters":[{"description":"Client Secret for the service user.","explode":true,"in":"query","name":"client_secret","required":false,"schema":{"type":"string"},"style":"form"},{"description":"partners/client name [Ex. sphere]","explode":true,"in":"query","name":"client","required":true,"schema":{"type":"string"},"style":"form"},{"description":"personal access token of the service user","explode":true,"in":"query","name":"client_id","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/partnersMasterProjectResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get publicly visible projects with the provided credentials","tags":["Partnership API's"]}},"/public/projectDetail/{projectId}":{"get":{"operationId":"publicprojectDetail","parameters":[{"explode":false,"in":"path","name":"projectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/publicProjectResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the project for public","tags":["Project"]}},"/fetch/file":{"get":{"operationId":"file","parameters":[{"explode":true,"in":"query","name":"path","required":true,"schema":{"type":"string"},"style":"form"},{"description":"render type for the requesting files","explode":true,"in":"query","name":"renderType","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get files.","tags":["Project"]}},"/mydetails/personalInfo":{"get":{"operationId":"getpersonalInfo","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userPersonalDetailResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to return currently logged in user personalInfo.","tags":["User Details"]}},"/mydetails/updatePersonalInfo":{"put":{"operationId":"updatePersonalInfomydetails","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updatePersonalInfoData"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the phone number and date of birth","tags":["User Details"]}},"/mydetails/signAgreement":{"put":{"operationId":"mydetails/signAgreementmydetails","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/signAgreementData"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to sing the aggrement with the company","tags":["User Details"]}},"/contract/save":{"put":{"operationId":"mydetails/contractsign","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contractSignData"}}},"description":"data with refreshed info","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to to store adope aggrement aggreement ID","tags":["Contract Sign Endpoints"]}},"/contract/sign":{"put":{"operationId":"mydetails/sign","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contractSignData"}}},"description":"data with refreshed info","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to to store adope aggrement id","tags":["Contract Sign Endpoints"]}},"/mydetails/getRegistrationStep":{"get":{"operationId":"getRegistrationStepMydetails","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getRegistrationStepResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to return registration step.","tags":["User Details"]}},"/mydetails/companyInfo":{"get":{"operationId":"companyInfoMydetails","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/companyInfoResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to return registration step.","tags":["User Details"]}},"/mydetails/verifyPhoneNumberForTfa":{"put":{"operationId":"verifyPhoneNumberForTfa","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/verifyPhoneNumberForTfaData"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to verify TFA.","tags":["User Details"]}},"/mydetails/enableDisableEmailNotification":{"put":{"operationId":"enableDisableEmailNotification","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/enableDisableEmailNotificationData"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/enableDisableEmailNotificationResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to enable/disable the notifications.","tags":["User Details"]}},"/mydetails/pushNotification":{"put":{"operationId":"enableDisablePushNotification","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pushNotificationRequest"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pushNotificationResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to enable/disable the push notifications.","tags":["User Details"]}},"/mydetails/distributorNotification":{"put":{"operationId":"enableDisabledistributorNotification","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/distributorNotificationRequest"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/distributorNotificationResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to enable/disable the distributor notifications.","tags":["User Details"]}},"/mydetails/getEmailNotificationSetting":{"get":{"operationId":"getEmailNotificationSetting","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/enableDisableEmailNotificationResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get the notification setting.","tags":["User Details"]}},"/currencies":{"get":{"operationId":"currencies","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/currenciesResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get all the currencies.","tags":["Endpoints"]}},"/swagger/ui":{"get":{"operationId":"swagger/ui","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get swagger UI.","tags":["Endpoints"]}},"/exchangeRate":{"get":{"operationId":"exchangeRate","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchangeRateResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get exchange rate for each currency.","tags":["Endpoints"]}},"/users/getMyDetail":{"get":{"operationId":"getMyDetail","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getMyDetailResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get user detail.","tags":["User Details"]}},"/mydetails/setDefaultCurrency/{currencyId}":{"put":{"operationId":"setDefaultCurrency","parameters":[{"explode":false,"in":"path","name":"currencyId","required":true,"schema":{"format":"uuid","type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to set default currency","tags":["User Details"]}},"/smatcorners":{"get":{"operationId":"smatcornersIndex","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smatcornersResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get all smatcorners","tags":["Endpoints"]}},"/smatcorners/masterProject/{masterProjectId}":{"get":{"operationId":"smatcornersBymasterProject","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"format":"uuid","type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smatcornersBymasterProjectResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get all smatcorners by master project","tags":["Endpoints"]}},"/fetch/files":{"get":{"operationId":"files","parameters":[{"explode":true,"in":"query","name":"name","required":true,"schema":{"type":"string"},"style":"form"},{"description":"file url","explode":true,"in":"query","name":"url","required":true,"schema":{"type":"string"},"style":"form"},{"description":"true or false","explode":true,"in":"query","name":"isPrivateSale","required":true,"schema":{"type":"boolean"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get downloaded files.","tags":["Project"]}},"/projectListingConfig":{"get":{"operationId":"projectListingConfig","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectListingConfigResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list the config","tags":["Endpoints"]}},"/contactus":{"post":{"operationId":"contactus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contactUsData"}}},"description":"user data with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Contact us Endpoint","tags":["Endpoints"]}},"/notifications":{"get":{"operationId":"notifications","parameters":[{"allowReserved":true,"explode":true,"in":"query","name":"type","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/notificationResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get notifications","tags":["Endpoints"]}},"/notifications/readAll":{"put":{"operationId":"notificationsunread","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to make all the notifications related to the current user false","tags":["Endpoints"]}},"/project/notifications":{"post":{"operationId":"saveProjectNotification","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationRequestBody"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the project notificaion","tags":["Project Notification"]}},"/project/notifications/{masterProjectId}":{"get":{"operationId":"getProjectNotification","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the project notificaions related to the master project","tags":["Project Notification"]}},"/project/notifications/detail/{notificationId}":{"get":{"operationId":"getNotificationDetailsById","parameters":[{"explode":false,"in":"path","name":"notificationId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationDetailsResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the detailed information of the project notification","tags":["Project Notification"]}},"/project/notifications/{notificationId}":{"delete":{"operationId":"deleteProjectNotification","parameters":[{"explode":false,"in":"path","name":"notificationId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the project notification","tags":["Project Notification"]},"put":{"operationId":"updateProjectNotification","parameters":[{"explode":false,"in":"path","name":"notificationId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationUpdateRequest"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the project notification","tags":["Project Notification"]}},"/admin/project/notifications":{"get":{"operationId":"adminGetProjectNotifications","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the notifications related to projects send by distributors","tags":["Project Notification"]}},"/admin/project/notifications/{masterProjectId}":{"get":{"operationId":"getAdminProjectNotification","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the project notificaions related to the master project","tags":["Project Notification"]}},"/admin/project/notifications/{notificationId}":{"delete":{"operationId":"deleteAdminProjectNotification","parameters":[{"explode":false,"in":"path","name":"notificationId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the project notification","tags":["Project Notification"]},"get":{"operationId":"getProjectNotifications","parameters":[{"explode":false,"in":"path","name":"notificationId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationDetailsResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the details of project notification","tags":["Project Notification"]},"put":{"operationId":"updateAdminProjectNotification","parameters":[{"explode":false,"in":"path","name":"notificationId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNotificationStatusChangeRequest"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to approve or reject the project notification","tags":["Project Notification"]}},"/team/invite":{"get":{"operationId":"getAllInvitations","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teamMembersResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all teams members for owner","tags":["Teams Management API's"]},"post":{"operationId":"companyInvite","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/inviteRequest"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to invite members to the company","tags":["Teams Management API's"]}},"/team/invite/invitations":{"get":{"operationId":"getAllInvitesunderOwner","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invitationsResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all invitations for the owner of the company","tags":["Teams Management API's"]}},"/team/invite/{invitationId}":{"delete":{"operationId":"deleteInviationById","parameters":[{"explode":false,"in":"path","name":"invitationId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the pending invitation","tags":["Teams Management API's"]},"get":{"operationId":"getInvitationDetailsbyId","parameters":[{"explode":false,"in":"path","name":"invitationId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myInvitationResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the details of the invitation","tags":["Teams Management API's"]}},"/team/member/{userId}":{"delete":{"operationId":"deleteMemberFromTeam","parameters":[{"explode":false,"in":"path","name":"userId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the member from the team","tags":["Teams Management API's"]}},"/team/invite/invitation":{"get":{"operationId":"getCurrentUserInvitation","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invitationsData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to Get My Team Invitations","tags":["Teams Management API's"]}},"/team/invite/members/{companyId}":{"get":{"operationId":"getAllmembersByCompany","parameters":[{"explode":false,"in":"path","name":"companyId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teamMembersResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the members under the company by company id, to see all members by any members of the team","tags":["Teams Management API's"]}},"/team/invite/accept":{"put":{"operationId":"acceptInvitation","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invitationAcceptRequest"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to accept the inviations on clicking email","tags":["Teams Management API's"]}},"/admin/company/transfer":{"put":{"operationId":"tranferCompanyOwnership","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/companyTransferRequest"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to tranfer the company ownership","tags":["Teams Management API's for Admin"]}},"/admin/company/member":{"post":{"operationId":"addTeammmebr","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/companyAddMemberRequest"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to add new member to the existing company","tags":["Teams Management API's for Admin"]}},"/admin/team/invite":{"post":{"operationId":"inviteMembersToTeamByAdmin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminTeamInviteRequest"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to invite any members to signup under Smat any company","tags":["Teams Management API's for Admin"]}},"/admin/company":{"get":{"operationId":"adminGetAllCompanies","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The search term to seach company data","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/companiesResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the companies/teams","tags":["Teams Management API's for Admin"]}},"/admin/company/members/{companyId}":{"get":{"operationId":"adminGetAllMembers","parameters":[{"explode":false,"in":"path","name":"companyId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teamMembersResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get all the members under company/teams","tags":["Teams Management API's for Admin"]}},"/admin/company/{companyId}":{"delete":{"operationId":"adminDelteCompany","parameters":[{"explode":false,"in":"path","name":"companyId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the company/team","tags":["Teams Management API's for Admin"]}},"/admin/company/member/{userId}":{"delete":{"operationId":"deleteTeamMemberFromAdmin","parameters":[{"explode":false,"in":"path","name":"userId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete a member from the comapany/team","tags":["Teams Management API's for Admin"]}},"/contract/contractDetail":{"get":{"operationId":"contractDetail","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contractResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get contract deltais","tags":["Endpoints"]}},"/forgotPassword/resetForgotPassword":{"post":{"operationId":"resetForgotPassword","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/resetForgotPasswordData"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to reset the forgotten password","tags":["Endpoints"]}},"/users/redoRegistration/{userId}":{"put":{"operationId":"redoRegistration","parameters":[{"explode":false,"in":"path","name":"userId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SavePersonalInfoResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to redo the registration steps","tags":["Endpoints"]}},"/users/checkCompanyDetail":{"put":{"operationId":"checkCompanyDetail","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkCompanyDetailData"}}},"description":"Request payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkCompanyDetailResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the user role","tags":["Endpoints"]}},"/countries":{"get":{"operationId":"countries","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/countriesResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get countries","tags":["Endpoints"]}},"/users/getUserDetail/{username}":{"get":{"operationId":"getUserDetail","parameters":[{"explode":false,"in":"path","name":"username","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getUserDetailsResponseData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get user details","tags":["Endpoints"]}},"/clients":{"get":{"operationId":"clients","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cleintListData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get clients associated with the logged in wealthmanagers","tags":["Endpoints"]},"post":{"operationId":"clientssave","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cleintListData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get save clients data","tags":["Endpoints"]}},"/clients/{clientId}":{"get":{"operationId":"getCleintWithId","parameters":[{"explode":false,"in":"path","name":"clientId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cleintListData"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get clients details","tags":["Endpoints"]}},"/portfolios/myInvestedProject/{clientId}":{"get":{"operationId":"myInvestedProject","parameters":[{"explode":false,"in":"path","name":"clientId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myInvestedProjectResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get invested projects details based on client id","tags":["Endpoints"]}},"/portfolios/myTransactionList/{clientId}":{"get":{"operationId":"myTransactionList","parameters":[{"explode":false,"in":"path","name":"clientId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myTransactionListResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get transaction details by client","tags":["Endpoints"]}},"/portfolios/mytotalFund/{clientId}":{"get":{"operationId":"mytotalFund","parameters":[{"explode":false,"in":"path","name":"clientId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mytotalFundResponse"}}},"description":"on Success"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get to fund of the user","tags":["Endpoints"]}},"/marketCampaign":{"put":{"operationId":"marketCampaign","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaignData"}}},"description":"data asset for campaign to be updated. investmenttype => ['DEBT','EQUITY','FUND']","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"returns success message and status"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the campaign details","tags":["Market Campaign"]}},"/marketCampaign/filter":{"post":{"operationId":"filter","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaignFilterData"}}},"description":"data asset for filtering the campaign","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaignFilterResponse"}}},"description":"returns success message and status"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to search the the campaign","tags":["Market Campaign"]}},"/marketCampaign/likeCampaign":{"put":{"operationId":"likeCampaign","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaignLikeData"}}},"description":"existing data asset with like behavior","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"returns success message and status"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to like the campaign","tags":["Market Campaign"]}},"/marketCampaign/dislikeCampaign":{"put":{"operationId":"dislikeCampaign","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigndisLikeData"}}},"description":"existing data asset with dislike behavior","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"returns success message and status"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to dislike the campaign","tags":["Market Campaign"]}},"/marketCampaign/investmentOnCampaign":{"put":{"operationId":"investmentOnCampaign","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaignCommitmentData"}}},"description":"commitment data asset","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"returns success message and status"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to make commitment on the listed campaign","tags":["Market Campaign"]}},"/marketCampaign/{campaignId}":{"delete":{"operationId":"delete","parameters":[{"explode":false,"in":"path","name":"campaignId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/delete_200_response"}}},"description":"success response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to delete the campaign","tags":["Market Campaign"]},"get":{"operationId":"show","parameters":[{"explode":false,"in":"path","name":"campaignId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/marketCampaignResponse"}}},"description":"response for success result"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get campaign detail","tags":["Market Campaign"]}},"/marketCampaign/comment":{"post":{"operationId":"marketcampaigncomment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/commentInfoData"}}},"description":"payload.","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"success response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to add the comment on the campaign","tags":["Market Campaign"]}},"/marketCampaign/comment/{commentId}":{"delete":{"operationId":"deleteCampaign","parameters":[{"explode":false,"in":"path","name":"commentId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"success response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the comment with the provide commentId","tags":["Market Campaign"]},"put":{"operationId":"marketcampaigncommentupdate","parameters":[{"explode":false,"in":"path","name":"commentId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/commentInfoData"}}},"description":"update","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"success response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the comment on the campaign","tags":["Market Campaign"]}},"/marketCampaign/comment/{campaignId}":{"get":{"operationId":"getCampaigndata","parameters":[{"explode":false,"in":"path","name":"campaignId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getCommentsResponseData"}}},"description":"successfull response"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list the questions asssociated with the project.","tags":["Market Campaign"]}},"/marketCampaign/comment/reply":{"post":{"operationId":"replycomment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/commentReplyData"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the reply to the comment","tags":["Market Campaign"]},"put":{"operationId":"updatecommentreply","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/commentReplyData"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the reply to the comment with replyId","tags":["Market Campaign"]}},"/marketCampaign/comment/reply/{replyId}":{"delete":{"operationId":"deletecommentreply","parameters":[{"explode":false,"in":"path","name":"replyId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the reply","tags":["Market Campaign"]}},"/login":{"post":{"operationId":"login","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginResponseData"}}},"description":"Return the user info and access token"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint for authentication","tags":["Auth"]}},"/projectDetails/validateIsin/{isin}":{"post":{"operationId":"validateIsin","parameters":[{"explode":false,"in":"path","name":"isin","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to validate the isin number","tags":["Project"]}},"/project/modifyIsinNumber":{"put":{"operationId":"modifyIsinNumber","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateIsinNumber"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to modify or update the esixting isin number","tags":["Project"]}},"/project/generalInfo":{"put":{"operationId":"generalInfoData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectGeneralInfoData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update general info of the project","tags":["Project"]}},"/project/favorite":{"put":{"operationId":"favorite","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/favoriteProjectData"}}},"description":"masterProjectId and isFavorite is required","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on success"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to mark favorite/unfavorite projects","tags":["Project"]}},"/project/listFavoriteProjects":{"get":{"operationId":"listFavoriteProjects","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/favoriteAndExcludeProjectResponseData"}}},"description":"on success"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get favorite projects lists","tags":["Project"]}},"/project/exclude":{"put":{"operationId":"exclude","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/excludeProjectData"}}},"description":"masterProjectId and isExclude is required","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on success"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to exclude project","tags":["Project"]}},"/project/listExcludedProjects":{"get":{"operationId":"listExcludedProjects","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/favoriteAndExcludeProjectResponseData"}}},"description":"on success"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get excluded project lists","tags":["Project"]}},"/project/upload":{"post":{"operationId":"uploadproject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/uploadproject_request"}}},"description":"refreshed information about the new project and market campaign \\n 1. To create campaign use the campaignUploadInfoData request body and to create new project use projectUploadInfoData request body structure. key isCampaignCreateRequest is required to be true if we want to create campaign at the time of project creation","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/uploadproject_200_response"}}},"description":"on successful request, response for campaign campaignUploadResponseData and for project projectResponseData"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to create a new project and market campaign individually and together as well based on the request body","tags":["Project"]}},"/project/assetInfo":{"put":{"operationId":"assetInfoData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/assetInfoData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update asset info of the project","tags":["Project"]}},"/project/businessInfo":{"put":{"operationId":"businessInfoData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/businessInfoData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update business info of the project","tags":["Project"]}},"/project/keyPerformanceIndicator":{"put":{"operationId":"keyPerformanceIndicator","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/keyPerformanceIndicators"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key PerformanceIndicator info of the project","tags":["Project"]}},"/project/guaranteeLevels":{"put":{"operationId":"guaranteeLevels","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/guaranteeLevelsData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key guaranteeLevels of the project","tags":["Project"]}},"/project/fundingInfo":{"put":{"operationId":"fundingInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundingInfoData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key fundingInfo of the project","tags":["Project"]}},"/project/legalInfo":{"put":{"operationId":"legalInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/legalInfoProjectData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key legalInfo of the project","tags":["Project"]}},"/project/nonFinancialInfo":{"put":{"operationId":"nonFinancialInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nonFinancialInfoData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key nonFinancialInfo of the project","tags":["Project"]}},"/project/document":{"put":{"operationId":"document","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/documentInfoData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key document of the project","tags":["Project"]}},"/project/updateProfilePicture":{"put":{"operationId":"updateProfilePicture","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateProfilePictureData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key profile picture of the project","tags":["Project"]}},"/project/projectPictures/{masterProjectId}":{"put":{"operationId":"projectPictures","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectPictureData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the project variants pictures","tags":["Project"]}},"/project/getDocument/{masterProjectId}":{"get":{"operationId":"getDocument","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getDocumentResponse"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key profile picture of the project","tags":["Project"]}},"/project/contactInfo":{"put":{"operationId":"contactInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contactInfoData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save and update key profile contactInfo of the project","tags":["Project"]}},"/project/status/{masterProjectId}":{"put":{"operationId":"updateDraftToPending","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the draft status of project to pending, endpoint will update only draft state project status to pending, else not found will be the respone","tags":["Project"]}},"/project/cotransfer/owner":{"put":{"operationId":"tansferProjectOwner","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/serviceUserprojectTransferRequest"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to transfer the owner of project from service user to target user","tags":["Project"]}},"/project/importMultipleInvestment":{"put":{"operationId":"importMultipleInvestment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/importMultipleInvestmentData"}}},"description":"Existing data asset with refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint","tags":["Project"]}},"/project/count":{"get":{"operationId":"countproject","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectCountResponse"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the count of each category of the project","tags":["Project"]}},"/projectDetails/deleteProject/{projectId}":{"put":{"operationId":"deleteProject","parameters":[{"explode":false,"in":"path","name":"projectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the project based on provided project id","tags":["Project"]}},"/projectDetails/withdrawProject/{projectId}":{"put":{"operationId":"withdrawProject","parameters":[{"explode":false,"in":"path","name":"projectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to withdraw the project based on provided project id","tags":["Project"]}},"/projectDetails/terminateProject/{masterProjectId}":{"put":{"operationId":"terminateProject","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"on successful request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to terminate the project based on provided project id","tags":["Project"]}},"/projectDetails/changeVisibility":{"put":{"operationId":"changeVisibility","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeVisibilityInfo"}}},"description":"Admin can make either private mode true of false for each project","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the visibility of project from client side","tags":["Project"]}},"/datarooms/nda/signNdaDocument":{"put":{"operationId":"signNdaDocument","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/signNdaDocumentData"}}},"description":"existing project id and nda template id","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to sign the nda document","tags":["NDA Document Config"]}},"/datarooms/nda/{masterProjectId}":{"get":{"operationId":"getNDAdocument","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaDocumentResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the NDA document config associated with master project id [masterProjectId]","tags":["NDA Document Config"]}},"/datarooms/nda":{"get":{"operationId":"getNDAdocumentList","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaDocumentResponseListData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the List of NDA document config created by current user","tags":["NDA Document Config"]},"post":{"operationId":"saveNDAdocument","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaDocumentRequestData"}}},"description":"refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the new NDA document config","tags":["NDA Document Config"]}},"/datarooms/nda/{ndaTemplateId}":{"put":{"operationId":"updateNDAdocument","parameters":[{"explode":false,"in":"path","name":"ndaTemplateId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaDocumentRequestData"}}},"description":"refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the NDA document config","tags":["NDA Document Config"]}},"/datarooms/nda/assign":{"put":{"operationId":"assignNDAdocument","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaDocumentUpdateRequestData"}}},"description":"refreshed information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to assign the NDA document to master project","tags":["NDA Document Config"]}},"/projectDetails/getMyListedPrimaryMarketProject":{"get":{"operationId":"getMyListedPrimaryMarketProject","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getMyListedPrimaryMarketProjectResponseData"}}},"description":"response for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list primary market","tags":["Project"]}},"/projectDetails/getAllProjectListedOnSecondaryMarket":{"get":{"operationId":"getAllProjectListedOnSecondaryMarket","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getMyListedPrimaryMarketProjectResponseData"}}},"description":"response for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list all projects listed on secondary market","tags":["Project"]}},"/projectDetails/grant/userToAccessPrivateProject":{"put":{"operationId":"userToAccessPrivateProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userToAccessPrivateProjectData"}}},"description":"existing data assest","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to grant the access to private project","tags":["Project"]}},"/projectDetails/revoke/userToAccessPrivateProject/{privateProjectAccessAbleUserId}":{"delete":{"operationId":"revoke","parameters":[{"explode":false,"in":"path","name":"privateProjectAccessAbleUserId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to revoke the access from the private project","tags":["Project"]}},"/projectDetails/privateProject/grantedUserList/{masterProjectId}":{"get":{"operationId":"grantedUserList","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/grantedUserListResponse"}}},"description":"response for successfull request made"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list the users accesible to the private project with the provided project id","tags":["Project"]}},"/projectDetails/{masterProjectId}":{"get":{"operationId":"getProjectDetailsById","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/masterProjectResponse"}}},"description":"response for successfull request made"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the project details","tags":["Project"]}},"/project/edit/history/{masterProjectId}":{"get":{"operationId":"getMasterProjectEditHistory","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/masterProjectEditHistoryResponse"}}},"description":"response for successfull request made"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the history of the master project","tags":["Project"]}},"/project/investmentInfo":{"post":{"operationId":"investmentInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/investmentInfo"}}},"description":"Allows user to edit the information if the project is not in DRAFT and PENDING state.","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/investMentInfoResponseData"}}},"description":"For successful edit response will contains \"status\",\"masterProjectId\" and \"masterProject\". For unsuccessful edit, the response will contains only  'error'and 'status' key."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the master project information","tags":["Project"]}},"/projectDetails/transferProject":{"put":{"operationId":"transferProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectTransferData"}}},"description":"Allows user change the owner if the project does not belongs to target user itself and does not contains any transactions. If the cu","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"For successful transfer"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to to change the owner","tags":["Project"]}},"/fundproject/generalInfo":{"put":{"operationId":"generalInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundingProjectGeneralInfoData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundingProjectGeneralInfoResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to add and update general Info","tags":["Project"]}},"/fundproject/fundStrategy":{"put":{"operationId":"fundStrategy","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundStrategyData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundStrategyResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to add and update fund strategy Info","tags":["Project"]}},"/fundproject/keyPerformanceIndicators":{"put":{"operationId":"keyPerformanceIndicatorsFund","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundProjectkeyPerformanceIndicators"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundStrategyResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to add and update key PerformanceIndicators Info","tags":["Project"]}},"/fundproject/investments":{"put":{"operationId":"investmentsFund","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundProjectInvestmentsData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundStrategyResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to add and update investment info of the fund project","tags":["Project Investments"]}},"/fundproject/uploadDocument":{"put":{"operationId":"uploadDocumentFund","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/documentInfoData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fundStrategyResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to add and update documents of the fund project","tags":["Project"]}},"/investments/importInvestment":{"post":{"operationId":"importInvestment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/importInvestmentList"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to import the investments","tags":["Project Investments"]}},"/investments/getProjectMovement/{projectOwnedId}":{"get":{"operationId":"getProjectMovement","parameters":[{"explode":false,"in":"path","name":"projectOwnedId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectMovementResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get movement of the projects","tags":["Project Investments"]}},"/investments/getProjectMovementDetail/{projectOwnedId}":{"get":{"operationId":"getProjectMovementDetail","parameters":[{"explode":false,"in":"path","name":"projectOwnedId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectMovementDetailResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get movement detail of the projects","tags":["Project Investments"]}},"/investments/removeInvestment":{"post":{"operationId":"removeInvestment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/removeInvestmentList"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to remove the investments","tags":["Project Investments"]}},"/investments/investmentOnPrimaryMarket":{"post":{"operationId":"investmentOnPrimaryMarket","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/investmentOnPrimaryMarketData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/investmentOnPrimaryMarketResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to make investment on primary market","tags":["Project Investments"]}},"/investments/importExternalSubscription":{"post":{"operationId":"importExternalSubscription","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/importExternalSubscriptionData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to invest external subscription","tags":["Project Investments"]}},"/investments/subscriptionDetail/{orderDetailId}":{"get":{"operationId":"subscriptionDetail","parameters":[{"explode":false,"in":"path","name":"orderDetailId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscriptionOrderDetail"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint get subscription details","tags":["Project Investments"]}},"/investment/totalFundUnderWealthManager":{"get":{"operationId":"totalFundUnderWealthManager","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/totalFundUnderWealthManagerResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint get total fundings details of the wealth manager","tags":["Project Investments"]}},"/investment/latestInvestment":{"get":{"operationId":"latestInvestment","parameters":[{"explode":true,"in":"query","name":"maxResult","required":true,"schema":{"enum":[1,50,100,500,1000],"type":"integer"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/latestInvestmentResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get latest investments of the wealthmanager","tags":["Project Investments"]}},"/investment/transactions":{"get":{"operationId":"transactionsList","parameters":[{"explode":true,"in":"query","name":"maxResult","required":true,"schema":{"enum":[1,50,100,500,1000],"type":"integer"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transactionsListResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get the transactions by wealth manager","tags":["Project Investments"]}},"/investment/getTransactionDetails/{transactionId}":{"get":{"operationId":"getTransactionDetails","parameters":[{"explode":false,"in":"path","name":"transactionId","required":true,"schema":{"type":"integer"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getTransactionDetails_200_response"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get the transaction details by transaction id.","tags":["Project Investments"]}},"/investment/projectTransactionList":{"get":{"operationId":"projectTransactionListByproject","parameters":[{"explode":true,"in":"query","name":"maxResult","required":true,"schema":{"enum":[1,50,100,500,1000],"type":"integer"},"style":"form"},{"description":"master project id","explode":true,"in":"query","name":"id","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transactionListByDistributorResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get the transactions by project.","tags":["Project Investments"]}},"/investment/getTransactionByDistributedProject":{"get":{"operationId":"getTransactionByDistributedProject","parameters":[{"explode":true,"in":"query","name":"maxResult","required":true,"schema":{"enum":[1,50,100,500,1000],"type":"integer"},"style":"form"},{"description":"distributed project id","explode":true,"in":"query","name":"id","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transactionListByDistributorResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get the transactions by distributed project.","tags":["Project Investments"]}},"/investment/getExternalSubscriptionTransaction":{"get":{"operationId":"getExternalSubscriptionTransaction","parameters":[{"explode":true,"in":"query","name":"maxResult","required":true,"schema":{"enum":[1,50,100,500,1000],"type":"integer"},"style":"form"},{"description":"distributed project id","explode":true,"in":"query","name":"distributedProjectId","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/externalTransactionResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get external tarnsaction on the distributed project.","tags":["Project Investments"]}},"/investment/distributionTransactionList":{"get":{"operationId":"distributionTransactionList","parameters":[{"explode":true,"in":"query","name":"maxResult","required":true,"schema":{"enum":[1,50,100,500,1000],"type":"integer"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transactionListByDistributorResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get tarnsactions under distribution.","tags":["Project Investments"]}},"/investment/investorListByProject":{"get":{"operationId":"investorListByProject","parameters":[{"explode":true,"in":"query","name":"maxResult","required":true,"schema":{"enum":[1,50,100,500,1000],"type":"integer"},"style":"form"},{"description":"project id","explode":true,"in":"query","name":"id","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/investorListByProjectResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get investers by project.","tags":["Project Investments"]}},"/investment/confirmTransaction":{"post":{"operationId":"confirmTransaction","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/confirmTransactionData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to confirm the transaction i.e yet to be confirmed","tags":["Project Investments"]}},"/investment/declineTransaction":{"put":{"operationId":"declineTransaction","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/declinedTransactionData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to decliend the transaction","tags":["Project Investments"]}},"/wealthManagers":{"get":{"operationId":"wealthManagers","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/wealthManagersResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get all the wealth managers details","tags":["Endpoints"]}},"/orders":{"get":{"operationId":"orders","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ordersListData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint get orders","tags":["Orders"]}},"/orders/searches":{"post":{"operationId":"ordersearches","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/searchOrdersData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ordersListData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to search the orders with filters","tags":["Orders"]}},"/orders/takeOrder":{"post":{"operationId":"takeOrder","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/takeOrderData"}}},"description":"Data assests","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/takeOrderResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to take order","tags":["Orders"]}},"/orders/confirmationDetail/{orderDetailId}":{"get":{"operationId":"confirmationDetail","parameters":[{"explode":false,"in":"path","name":"orderDetailId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/confirmationDetailResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get order confirmation details","tags":["Orders"]}},"/orders/investmentDetail/{orderDetailId}":{"get":{"operationId":"investmentDetail","parameters":[{"explode":false,"in":"path","name":"orderDetailId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/confirmationDetailResponseData"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"endpoint to get order/investment details","tags":["Orders"]}},"/projectDetails/search":{"put":{"operationId":"search","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The search term to search project data by project name or description or isinnumber","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/searchData"}}},"description":"allows user to filter the master project based on runtime filter","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/searchResponseData"}}},"description":"Return if the create is successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Search Endpoint.","tags":["Project"]}},"/projectDetails/questions":{"post":{"operationId":"save","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionInfoData"}}},"description":"Allows user to add question on the project. Project owner itself is not allowed to add the question.","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionResponseData"}}},"description":"for successfull addition, success messgae will pop opts"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to add the questions on the master project listed","tags":["Project Question & Answere"]}},"/projectDetails/questions/{questionId}":{"delete":{"operationId":"deleteQuestion","parameters":[{"explode":false,"in":"path","name":"questionId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull addition, success messgae will pop opts"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the question with the provide questionId","tags":["Project Question & Answere"]},"put":{"operationId":"questionsUpdate","parameters":[{"explode":false,"in":"path","name":"questionId","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionInfoData"}}},"description":"update","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionResponseData"}}},"description":"for successfull addition, success messgae will pop opts"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the questions","tags":["Project Question & Answere"]}},"/projectDetails/questions/{masterProjectId}":{"get":{"operationId":"getQuestions","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getQuestionsListResponseData"}}},"description":"for successfull get request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to list the questions asssociated with the project.","tags":["Project Question & Answere"]}},"/projectDetails/questions/answers":{"post":{"operationId":"answers","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionAnswereData"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to save the answere to the questions","tags":["Project Question & Answere"]},"put":{"operationId":"answersupdate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionAnswereData"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDetailsQuestionResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update the answere to the questions","tags":["Project Question & Answere"]}},"/projectDetails/questions/answers/{answerId}":{"delete":{"operationId":"answerdelete","parameters":[{"explode":false,"in":"path","name":"answerId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to delete the answere","tags":["Project Question & Answere"]}},"/projectDetails/questions/{questionId}/answers":{"get":{"operationId":"getAnswer","parameters":[{"explode":false,"in":"path","name":"questionId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getAnswerResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get answeres for the question with provided questionId","tags":["Project Question & Answere"]}},"/datarooms/ndaSignProjectList":{"get":{"operationId":"ndaSignProjectList","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaSignProjectListResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the nda signproject lists","tags":["Endpoints"]}},"/datarooms/projectDocumentList":{"get":{"operationId":"projectDocumentList","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectDocumentListResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the project document","tags":["Endpoints"]}},"/datarooms/ndaSignProjectDetail/{ndaDocumentInfoId}":{"get":{"operationId":"ndaSignProjectDetail","parameters":[{"explode":false,"in":"path","name":"ndaDocumentInfoId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaSignProjectDetailResponseData"}}},"description":"for successfull request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to get the nda docuement details","tags":["Endpoints"]}},"/datarooms/downloadNdaDocument/{ndaDocumentInfoId}":{"get":{"operationId":"downloadNdaDocument","parameters":[{"explode":false,"in":"path","name":"ndaDocumentInfoId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ndaSignProjectDetailResponseData"}}},"description":"for successfull request, document will get downloaded"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to download the nda document info","tags":["Endpoints"]}},"/admin/users":{"get":{"operationId":"fetchUsers","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The search term to search user data by username or sub","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"},{"description":"The orderBy field to sort the user data","explode":true,"in":"query","name":"orderBy","required":false,"schema":{"type":"string"},"style":"form"},{"description":"The desc field to sort the orderBy field in either ASC or DESC, default is ASC","explode":true,"in":"query","name":"desc","required":false,"schema":{"type":"boolean"},"style":"form"},{"description":"The role filter to filter users by roles","explode":true,"in":"query","name":"role","required":false,"schema":{"type":"string"},"style":"form"},{"description":"The status filter to filter users by status","explode":true,"in":"query","name":"status","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/allUsersResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to all users","tags":["Admin Portal"]}},"/admin/users/{userId}":{"delete":{"operationId":"deleteUserBuId","parameters":[{"description":"userId or sub of the user","explode":false,"in":"path","name":"userId","required":true,"schema":{"type":"integer"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to delete user","tags":["Admin Portal"]},"get":{"operationId":"fetchUsersById","parameters":[{"description":"userId or sub of the user","explode":false,"in":"path","name":"userId","required":true,"schema":{"type":"integer"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userDetailsUpdateResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to fetch user details by userId/sub","tags":["Admin Portal"]}},"/admin/users/count":{"get":{"operationId":"countuser","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userCountResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to count all the registerd users","tags":["Admin Portal"]}},"/admin/users/signContract":{"put":{"operationId":"signContract","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/signContractData"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to sign the contract by admin","tags":["Admin Portal"]}},"/admin/users/uploadContract":{"put":{"operationId":"uploadContract","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/uploadContractData"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to upload the contract document","tags":["Admin Portal"]}},"/admin/users/changeUsername":{"put":{"operationId":"changeUsernameadmin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeUsernameAdminData"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to change the username from admin panel","tags":["Admin Portal"]}},"/admin/users/changeUserStatus":{"put":{"operationId":"changeUserStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeUserStatusRequest"}}},"description":"data assest with esisting information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to approve/reject user from admin panel","tags":["Admin Portal"]}},"/admin/users/createSuperUser":{"post":{"operationId":"createSuperUser","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/superUserCreateData"}}},"description":"Only super user can perform this action","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/superUserResponseData"}}},"description":"Return if the create is successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to create a super user.","tags":["Admin Portal"]}},"/admin/users/addRole":{"put":{"operationId":"addUserRole","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addUserRoleData"}}},"description":"Only super user can perform this action","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if the create is successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to add 'COMMITTEE_MEMBER' role and other roles one at a time","tags":["Admin Portal"]}},"/admin/users/removeRole":{"put":{"operationId":"removeRole","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addUserRoleData"}}},"description":"Only super user can perform this action","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return if the create is successfully"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to remove 'COMMITTEE_MEMBER' role and other role as well","tags":["Admin Portal"]}},"/admin/users/changePassword":{"put":{"operationId":"changePassword","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/superUserPasswordUpdateData"}}},"description":"only Admin can change password and username is not mandatory to the request payload as the logic checks for logged in user is admin or not","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"Return the response if the update is successful"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"Endpoint to update admin user password [Deprecated]","tags":["Admin Portal"]}},"/admin/project/update":{"put":{"operationId":"update","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/update_request"}}},"description":"Allows admin to update the project information based on the payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminPorjectRealStateResponse"}}},"description":"for successfull addition, success messgae will pop opts"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the project information","tags":["Admin Portal"]}},"/admin/project/updateFundProject":{"put":{"operationId":"updateFundProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateFundProject_request"}}},"description":"Allows admin to update the funding project information","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminPorjectRealStateResponse"}}},"description":"for successfull addition, success messgae will pop opts"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the Funding project information","tags":["Admin Portal"]}},"/admin/project/changeVisibility":{"put":{"operationId":"changeVisibilityadmin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeVisibilityInfo"}}},"description":"Admin can make either private mode true of false for each project","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response for successfull update"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the visibility of project from admin panel","tags":["Admin Portal"]}},"/admin/transaction/details/{masterProjectId}":{"get":{"operationId":"details","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/details_200_response"}}},"description":"response for PRIMARY project listing type"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all transactions under selected project","tags":["Admin Portal"]}},"/admin/transaction/changeTransactionStatus":{"put":{"operationId":"changeTransactionStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatusData"}}},"description":"Payload with existing data format. status['CONFIRMED','REJECTED']","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response message on successful change"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to confirm/reject transaction","tags":["Admin Portal"]}},"/admin/project/transferProject":{"put":{"operationId":"transferProjectOwner","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminProjectTransferData"}}},"description":"Allows admin transfer the project","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response message on successful change"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to change the owner or transfer the project from admin panel","tags":["Admin Portal"]}},"/admin/wealth-manager/clients":{"get":{"operationId":"fetchAllclients","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/allClientResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all the clients","tags":["Admin Portal"]}},"/admin/client/importExternalSubscription":{"post":{"operationId":"importExternalSubscriptionadmin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminProjectSubscriptionData"}}},"description":"Allows admin to import external subscription to the project","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/importExternalSubscriptionadmin_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to import subscription details","tags":["Admin Portal"]}},"/admin/notifications":{"get":{"operationId":"adminnotifications","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminnotifications_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get new project listed notification","tags":["Admin Portal"]}},"/ic/notifications":{"get":{"operationId":"icnotifications","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminnotifications_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get notifications for IC memmber related to comments on master projects and campaign and Admin broadcasted","tags":["Admin Portal"]}},"/admin/notifications/getMobileReceipt":{"get":{"operationId":"getMobileReceipt","parameters":[{"explode":true,"in":"query","name":"id","required":true,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getMobileReceipt_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get the receipts from the notification","tags":["Admin Portal"]}},"/admin/notifications/allNotifications":{"get":{"operationId":"adminnotificationsall","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminnotifications_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all notifications","tags":["Admin Portal"]}},"/admin/notifications/delete":{"delete":{"operationId":"adminnotificationsdelete","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/notificationDeleteData"}}},"description":"selected notification id's in list","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to delete the selected notifications","tags":["Admin Portal"]}},"/admin/notifications/changeStatus":{"put":{"operationId":"changeStatusNotification","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeStatusNotificationData"}}},"description":"data asset existing info","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to change notification unread","tags":["Admin Portal"]}},"/admin/notifications/userContract/{userId}":{"put":{"operationId":"userContract","parameters":[{"explode":false,"in":"path","name":"userId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userContract_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get user contract details","tags":["Admin Portal"]}},"/admin/emailConfigs":{"get":{"operationId":"emailConfigs","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/emailConfigs_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get email config details","tags":["Admin Portal"]}},"/admin/dynamicConfigs":{"get":{"operationId":"dynamicConfigs","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dynamicConfigs_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all the dynamic configs","tags":["Admin Portal"]}},"/admin/dynamicConfigs/dynamicConfigTypeList":{"get":{"operationId":"dynamicConfigTypeList","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dynamicConfigTypeList_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all the dynamic config types","tags":["Admin Portal"]}},"/admin/dynamicConfigs/save":{"post":{"operationId":"dynamicConfigSave","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dynamicConfigsData"}}},"description":"data asset existing info. dynamicConfigType value can be ['PROJECT_NDA', 'PROJECT_NAD_TERMS_AND_CONDITION']","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to save the dynamic config","tags":["Admin Portal"]}},"/admin/dynamicConfigs/update":{"put":{"operationId":"dynamicConfigUpdate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dynamicConfigsData"}}},"description":"data asset existing info. dynamicConfigType value can be ['PROJECT_NDA', 'PROJECT_NAD_TERMS_AND_CONDITION']","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the dynamic config","tags":["Admin Portal"]}},"/admin/dynamicConfigs/{dynamicConfigId}":{"get":{"operationId":"getById","parameters":[{"explode":false,"in":"path","name":"dynamicConfigId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/getById_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to the dynamic config by id","tags":["Admin Portal"]}},"/admin/dataRooms/projectList":{"get":{"operationId":"projectList","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"searchBy key to search the market campaign by its name, description or uuid","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectList_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to list all the projects","tags":["Admin Portal"]}},"/admin/dataRooms/projectNdaList/{masterProjectId}":{"get":{"operationId":"projectNdaList","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectNdaList_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to list all nda document list","tags":["Admin Portal"]}},"/admin/dataRooms/downloadNdaDocument/{ndaDocumentInfoId}":{"get":{"operationId":"ndaDocumentInfoId","parameters":[{"explode":false,"in":"path","name":"ndaDocumentInfoId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to download the nda document","tags":["Admin Portal"]}},"/admin/smatcorners":{"get":{"operationId":"smatcornersadmin","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smatcornersadmin_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get smatcorners details","tags":["Admin Portal"]}},"/admin/smatcorners/projectList":{"get":{"operationId":"projectListGet","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectListGet_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get Lited and Open or completed projects","tags":["Admin Portal"]}},"/admin/smatcorners/save":{"post":{"operationId":"smatcornerssave","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smatcornerssaveData"}}},"description":"Refreshed data asset","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to save and update the smat corners","tags":["Admin Portal"]}},"/admin/smatcorners/{smatCornerId}":{"get":{"operationId":"smatcornersshow","parameters":[{"explode":false,"in":"path","name":"smatCornerId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smatcornersshow_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get detail of a smat corner","tags":["Admin Portal"]}},"/admin/smatcorners/delete/{smatCornerId}":{"delete":{"operationId":"smatcornersdelete","parameters":[{"explode":false,"in":"path","name":"smatCornerId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to delete smat corner","tags":["Admin Portal"]}},"/admin/projects/changeStatus":{"put":{"operationId":"changeStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeStatusData"}}},"description":"Allows admin to Either approve or reject the listed project on the platform","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to Approve or Reject Project","tags":["Admin Portal"]}},"/admin/project/listReviews/{masterProjectId}":{"get":{"operationId":"adminListReviews","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminListReviews_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to list reviews on the master project","tags":["Admin Portal"]}},"/admin/project/changeMarketType":{"put":{"operationId":"changeMarketType","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeMarketTypeRequest"}}},"description":"Project Id & market Type","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to togle the Project Market Type  Primary/Secondary","tags":["Admin Portal"]}},"/admin/project/featured":{"put":{"operationId":"featured","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/featuredData"}}},"description":"Allows admin to add/remove the project from featured list","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to Update Project","tags":["Admin Portal"]}},"/admin/project/sendProjectListingEmail":{"put":{"operationId":"sendProjectListingEmail","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectListingEmailData"}}},"description":"Allows admin to send the project listing email to all the wealth managers in the platform","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/sendProjectListingEmail_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to sent Email","tags":["Admin Portal"]}},"/admin/project/sendProjectListingEmail/{masterProjectId}":{"get":{"operationId":"sendProjectListingEmails","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/sendProjectListingEmails_200_response"}}},"description":"response for PRIMARY project listing type"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get email preview of project listing mail.","tags":["Admin Portal"]}},"/admin/project/updateArtProject":{"put":{"operationId":"updateArtProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/artProjectDetailsInfo"}}},"description":"Allows admin to update Art project from admin","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/updateArtProject_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update Art Project","tags":["Admin Portal"]}},"/admin/marketCampaign":{"get":{"operationId":"marketCampaignCount","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"searchBy key to search the market campaign by its name, description or uuid","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/marketCampaignCount_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to list all the market campaigns","tags":["Admin Portal"]},"patch":{"operationId":"updateCampaignpatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminCampaignUpdateData"}}},"description":"Payload requried to update the market campaign","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update market campaign from admin panel","tags":["Admin Portal"]}},"/admin/marketCampaign/{campaignId}":{"get":{"operationId":"campaignIdGet","parameters":[{"explode":false,"in":"path","name":"campaignId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaignIdGet_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get detail of a market campaign","tags":["Admin Portal"]}},"/admin/userTokenDashboard":{"get":{"operationId":"userTokenDashboard","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"searchBy key to search the user token  by its username, firstname, lastname or uuid","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userTokenDashboard_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get user token list","tags":["Admin Portal"]}},"/admin/userTokenDashboard/{userTokenId}":{"get":{"operationId":"userTokendata","parameters":[{"explode":false,"in":"path","name":"userTokenId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/userTokendata_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get user token details","tags":["Admin Portal"]}},"/admin/marketCampaign/changeStatus":{"put":{"operationId":"changeMarketCampaignStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeMarketCampaignStatusData"}}},"description":"Allows admin to update status of market campaign to either approved of rejected. status values can be ['APPROVED', 'REJECTED']","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update status of market campaign","tags":["Admin Portal"]}},"/admin/projects":{"get":{"operationId":"getprojects","parameters":[{"description":"The number of items to skip before starting to collect the result set","explode":true,"in":"query","name":"offset","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"The numbers of items to return","explode":true,"in":"query","name":"limit","required":false,"schema":{"type":"integer"},"style":"form"},{"description":"searchBy to search project by project name or project uuid","explode":true,"in":"query","name":"searchBy","required":false,"schema":{"type":"string"},"style":"form"},{"description":"status to search project by status of the project","explode":true,"in":"query","name":"status","required":false,"schema":{"type":"string"},"style":"form"},{"description":"The orderBy field to sort the user data","explode":true,"in":"query","name":"orderBy","required":false,"schema":{"type":"string"},"style":"form"},{"description":"The desc field to sort the orderBy field in either ASC or DESC, default is ASC","explode":true,"in":"query","name":"desc","required":false,"schema":{"type":"boolean"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminProjectResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all projects","tags":["Admin Portal"]}},"/admin/projects/{masterProjectId}":{"get":{"operationId":"getAdminmasterProjectDetails","parameters":[{"explode":false,"in":"path","name":"masterProjectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/adminMasterProjectDetailResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get Details of the projects","tags":["Admin Portal"]}},"/admin/projects/count":{"get":{"operationId":"count","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectCountResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all projects count under each project category","tags":["Admin Portal"]}},"/admin/projects/projectRegisteredCount":{"get":{"operationId":"projectRegisteredCount","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/projectRegisteredCountResponse"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to get all projects registered count","tags":["Admin Portal"]}},"/admin/projects/withdrawProject/{projectId}":{"put":{"operationId":"withdrawProjectWithId","parameters":[{"explode":false,"in":"path","name":"projectId","required":true,"schema":{"type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/messageResponseData"}}},"description":"response if successfull"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to delete or withdraw the project with provided ID","tags":["Admin Portal"]}},"/admin/marketCampaign/update":{"put":{"operationId":"updateCampaign","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaignData"}}},"description":"Payload requried to update the market campaign","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update market campaign","tags":["Admin Portal"]}},"/admin/notifications/save":{"post":{"operationId":"notificationssave","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customNotificationData"}}},"description":"custom notification payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to broadcast the custom notifications","tags":["Admin Portal"]}},"/admin/project/featuredProjectList":{"get":{"operationId":"featuredProjectList","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/featureProjectListResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to list all featured projects","tags":["Admin Portal"]}},"/admin/project/changeLandingPageVisibility":{"put":{"operationId":"changeLandingPageVisibility","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeLandingPageVisibilityData"}}},"description":"custom notification payload","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/changeTransactionStatus_200_response"}}},"description":"response data"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to update the project visibility","tags":["Admin Portal"]}},"/admin/project/landingPageProjectList":{"get":{"operationId":"landingPageProjectList","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/landingPageProjectListResponse"}}},"description":"for successfull updates"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"501":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/responses/Error"}}},"description":"Unexpected Error"}},"summary":"API to list all landing page enabled projects","tags":["Admin Portal"]}}},"components":{"responses":{"Error":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"NotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"The specified resource was not found"},"Unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized"},"BadData":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad data for TW"}},"schemas":{"Error":{"properties":{"message":{"type":"string"},"status":{"type":"integer"}},"type":"object"},"SavePersonalInfoResponse":{"properties":{"message":{"type":"string"},"status":{"type":"integer"},"registrationStep":{"type":"string"}},"type":"object"},"changeVisibilityInfo":{"properties":{"masterProjectId":{"type":"string"},"status":{"type":"boolean"}},"required":["masterProjectId","status"],"type":"object"},"comments":{"properties":{"uuid":{"format":"uuid","type":"string"},"comment":{"type":"string"},"masterProjectId":{"type":"string"},"projectName":{"type":"string"},"createdDate":{"type":"string"},"commentedByEmail":{"type":"string"},"commentedByFullName":{"type":"string"}},"type":"object"},"category":{"properties":{"uuid":{"format":"uuid","type":"string"},"categoryName":{"type":"string"},"createdDate":{"type":"string"}},"type":"object"},"ratingReviewCategoryResponse":{"properties":{"status":{"type":"integer"},"category":{"items":{"$ref":"#/components/schemas/category"},"type":"array"}},"type":"object"},"masterProjectReviewsRequest":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"status":{"type":"string"},"categories":{"items":{"$ref":"#/components/schemas/categories"},"type":"array"}},"type":"object"},"masterProjectFeedbackRequest":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"nps":{"type":"string"},"comment":{"type":"string"}},"type":"object"},"question":{"properties":{"questionId":{"format":"uuid","type":"string"},"score":{"type":"integer"}},"type":"object"},"categories":{"properties":{"categoryId":{"format":"uuid","type":"string"},"questions":{"items":{"$ref":"#/components/schemas/question"},"type":"array"}},"type":"object"},"questions":{"properties":{"uuid":{"format":"uuid","type":"string"},"question":{"type":"string"},"score":{"type":"integer"}},"type":"object"},"ratings":{"properties":{"uuid":{"format":"uuid","type":"string"},"categoryId":{"type":"string"},"categoryName":{"type":"string"},"projectReviewId":{"format":"uuid","type":"string"},"score":{"type":"integer"},"questions":{"items":{"$ref":"#/components/schemas/questions"},"type":"array"}},"type":"object"},"reviews":{"properties":{"uuid":{"format":"uuid","type":"string"},"reviewedBy":{"type":"string"},"reviewedByUserId":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"status":{"type":"string"},"rating":{"items":{"$ref":"#/components/schemas/ratings"},"type":"array"}},"type":"object"},"feedbacks":{"properties":{"uuid":{"format":"uuid","type":"string"},"reviewerId":{"type":"string"},"reviewerName":{"type":"string"},"nps":{"type":"integer"},"comment":{"type":"string"},"createdAt":{"type":"string"}},"type":"object"},"reviewsResponse":{"properties":{"uuid":{"format":"uuid","type":"string"},"reviewedById":{"type":"string"},"reviewedByEmail":{"type":"string"},"status":{"type":"string"},"reviewedDate":{"type":"string"},"rating":{"items":{"$ref":"#/components/schemas/ratings"},"type":"array"}},"type":"object"},"adminReviewsResponse":{"properties":{"status":{"type":"integer"},"reviews":{"items":{"$ref":"#/components/schemas/reviewsResponse"},"type":"array"}},"type":"object"},"projectFeedbackResponse":{"properties":{"status":{"type":"integer"},"feedbacks":{"items":{"$ref":"#/components/schemas/feedbacks"},"type":"array"}},"type":"object"},"projectReviewsResponse":{"properties":{"status":{"type":"integer"},"totalICMemberVoted":{"type":"integer"},"totalICMember":{"type":"integer"},"totalReviewsLeft":{"type":"integer"},"reviews":{"items":{"$ref":"#/components/schemas/reviews"},"type":"array"}},"type":"object"},"projectRatingCategoryResponse":{"properties":{"uuid":{"type":"integer"},"categoryName":{"type":"integer"},"description":{"type":"string"},"createdDate":{"type":"string"}},"type":"object"},"AdminCommentResponse":{"properties":{"status":{"type":"integer"},"comments":{"items":{"$ref":"#/components/schemas/comments"},"type":"array"}},"type":"object"},"AdminCommentData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"comment":{"type":"string"}},"type":"object"},"AdminCommentUpdateData":{"properties":{"comment":{"type":"string"}},"type":"object"},"UserCreateResponse":{"properties":{"verificationCode":{"type":"string"},"status":{"type":"integer"}},"type":"object"},"UserCreateData":{"properties":{"username":{"type":"string"}},"required":["username"],"type":"object"},"CrmUserCreateData":{"properties":{"name":{"type":"string"},"email":{"type":"string"}},"required":["email","name"],"type":"object"},"LoginData":{"properties":{"username":{"type":"string"},"password":{"type":"string"}},"required":["password","username"],"type":"object"},"userStatusChange":{"properties":{"userId":{"type":"string"}},"required":["userId"],"type":"object"},"messageResponseData":{"properties":{"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status"],"type":"object"},"superUserCreateData":{"properties":{"username":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"nickName":{"type":"string"},"fullName":{"type":"string"},"phone":{"type":"string"}},"required":["firstName","fullName","gender","lastName","nickName","phone","username"],"type":"object"},"addUserRoleData":{"properties":{"userId":{"type":"string"},"userRole":{"type":"string"}},"required":["userId","userRole"],"type":"object"},"superUserPasswordUpdateData":{"properties":{"username":{"type":"string"},"password":{"type":"string"},"confirmPassword":{"type":"string"}},"required":["confirmPassword","password","username"],"type":"object"},"LoginResponseData":{"properties":{"username":{"type":"string"},"fullName":{"type":"string"},"isRegistrationCompleted":{"type":"boolean"},"registrationStep":{"type":"string"},"currentEnvironment":{"type":"string"},"isSignAgreement":{"type":"boolean"},"status":{"type":"string"},"uuid":{"format":"uuid","type":"string"},"refresh_token":{"type":"string"},"access_token":{"type":"string"},"roles":{"items":{"type":"string"},"type":"array"}},"type":"object"},"UserPersonalInfo":{"properties":{"username":{"type":"string"},"city":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string"},"dateOfBirth":{"type":"string"},"zipCode":{"type":"string"},"country":{"type":"string"},"street":{"type":"string"},"identityDocument":{"type":"string"}},"required":["city","country","firstName","lastName","phoneNumber","street","title","username","zipCode"],"type":"object"},"investMentInfoData":{"properties":{"masterProjectId":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"isCompleted":{"type":"boolean"},"dividend":{"type":"string"},"issuerJurisdiction":{"type":"string"},"structureOrArranger":{"type":"string"},"payingAndSettlementAgent":{"type":"string"},"fundingSeries":{"type":"string"},"issueDate":{"type":"string"},"expectedReturnPerAnnum":{"type":"number"},"paymentPeriodicity":{"type":"string"},"paymentPeriodicityTime":{"type":"string"},"dividendPaymentProjection":{"type":"string"},"maturity":{"type":"string"},"maturityTime":{"type":"string"},"interestPerAnnum":{"type":"string"},"hardCap":{"type":"string"},"softCap":{"type":"number"},"earlyRedemptionDate":{"type":"string"},"miscellaneous":{"type":"string"},"dividendAndExitStrategy":{"type":"string"},"expectedMultipleOfInvestmentCapital":{"type":"string"},"eligibleInvestors":{"type":"string"},"minimumNumberOfUnit":{"type":"integer"},"fundraisingPeriodInDays":{"type":"integer"}},"required":["hardCap","investmentType","isCompleted","masterProjectId","projectListingMarketType","softCap"],"type":"object"},"investMentInfoResponseData":{"properties":{"status":{"type":"integer"},"error":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"masterProject":{"$ref":"#/components/schemas/investMentInfoResponseData_masterProject"}},"required":["status"],"type":"object"},"projectDetailsQuestionInfoData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"question":{"type":"string"},"userId":{"format":"uuid","type":"string"},"questionId":{"format":"uuid","type":"string"}},"required":["masterProjectId","question","userId"],"type":"object"},"projectDetailsQuestionResponseData":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"},"favoriteProjectData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"isFavorite":{"type":"boolean"}},"type":"object"},"excludeProjectData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"isExclude":{"type":"boolean"}},"type":"object"},"favoriteAndExcludeProjectResponseData":{"properties":{"status":{"type":"integer"},"count":{"type":"integer"},"masterProjectList":{"items":{"$ref":"#/components/schemas/masterProjectResponse"},"type":"array"}},"type":"object"},"campaignUploadInfoData":{"properties":{"createCampaign":{"type":"boolean"}},"type":"object"},"campaignUploadResponseData":{"properties":{"message":{"type":"string"},"campaignId":{"format":"uuid","type":"string"},"status":{"type":"integer"}},"type":"object"},"projectUploadInfoData":{"properties":{"masterProjectId":{"type":"string"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"investmentGroup":{"type":"string"},"isPrivateProject":{"type":"boolean"},"isCampaignCreateRequest":{"type":"boolean"},"excludedCountry":{"items":{"type":"string"},"type":"array"}},"type":"object"},"projectGeneralInfoData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"projectHolder":{"type":"string"},"issuer":{"type":"string"},"issuerBank":{"type":"string"},"issuerBankEmail":{"type":"string"},"projectDescription":{"type":"string"},"companyName":{"type":"string"},"companyBank":{"type":"string"},"companyBankEmail":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"generalInfoData":{"properties":{"isinNumber":{"type":"string"},"projectName":{"type":"string"},"projectHolder":{"type":"string"},"issuer":{"type":"string"},"issuerBank":{"type":"string"},"issuerBankEmail":{"type":"string"},"contactName":{"type":"string"},"countryCallingCode":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"investmentGroup":{"type":"string"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"projectDefaultCurrency":{"type":"string"},"projectDescription":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"companyName":{"type":"string"},"companyBank":{"type":"string"},"companyBankEmail":{"type":"string"},"fundraisingPeriodInDays":{"type":"string"},"availableInvestmentValue":{"type":"integer"},"projectBalance":{"type":"integer"},"minimumNumberOfUnit":{"type":"integer"},"faceValuePerUnit":{"type":"integer"},"faceValuePerUnitCurrency":{"type":"string"},"projectNdaAgreement":{"type":"string"},"lastPriceOnSecondaryMarket":{"type":"string"},"lastPriceOnSecondaryMarketCurrency":{"type":"string"},"softCapCurrency":{"type":"string"},"hardCapCurrency":{"type":"string"}},"type":"object"},"assetInfoData":{"properties":{"assetDescription":{"type":"string"},"propertyType":{"type":"string"},"estimatedMarketValue":{"type":"integer"},"estimatedMarketValueCurrency":{"type":"string"},"realStateProject":{"type":"integer"},"country":{"type":"string"},"zipCode":{"type":"string"},"city":{"type":"string"},"street":{"type":"string"},"assetPurpose":{"type":"string"},"propertyArea":{"type":"string"},"investmentPurpose":{"type":"string"},"assetStatus":{"type":"string"},"buildingPermit":{"type":"string"},"operationOfAsset":{"type":"string"},"levelOfUrbanization":{"type":"string"},"miscellaneous":{"type":"string"},"assetLocation":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"assetInfo":{"properties":{"assetDescription":{"type":"string"},"propertyType":{"type":"string"},"estimatedMarketValue":{"type":"integer"},"estimatedMarketValueCurrency":{"type":"string"},"realStateProject":{"type":"integer"},"country":{"type":"string"},"zipCode":{"type":"string"},"city":{"type":"string"},"street":{"type":"string"},"assetPurpose":{"type":"string"},"propertyArea":{"type":"string"},"investmentPurpose":{"type":"string"},"assetStatus":{"type":"string"},"buildingPermit":{"type":"string"},"operationOfAsset":{"type":"string"},"levelOfUrbanization":{"type":"string"},"miscellaneous":{"type":"string"},"assetLocation":{"type":"string"}},"type":"object"},"businessInfoData":{"properties":{"businessDescription":{"type":"string"},"privateEquityProject":{"type":"string"},"companyIndustry":{"type":"string"},"managingTeamResume":{"type":"string"},"companyWebsite":{"type":"string"},"industryTrends":{"type":"integer"},"country":{"type":"string"},"zipCode":{"type":"integer"},"city":{"type":"string"},"street":{"type":"string"},"numberOfEmployee":{"type":"string"},"companyAge":{"type":"integer"},"companyLocation":{"type":"string"},"miscellaneous":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"businessInfo":{"properties":{"businessDescription":{"type":"string"},"privateEquityProject":{"type":"string"},"companyIndustry":{"type":"string"},"managingTeamResume":{"type":"string"},"companyWebsite":{"type":"string"},"industryTrends":{"type":"integer"},"country":{"type":"string"},"zipCode":{"type":"integer"},"city":{"type":"string"},"street":{"type":"string"},"numberOfEmployee":{"type":"string"},"companyAge":{"type":"integer"},"companyLocation":{"type":"string"},"miscellaneous":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"keyPerformanceIndicators":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"loanToValueRatio":{"type":"string"},"companyRevenue":{"type":"integer"},"companyRevenueCurrency":{"type":"string"},"ebitdaRevenue":{"type":"string"},"ebitdaRevenueCurrency":{"type":"integer"},"debtToEquityRatio":{"type":"integer"},"targettedMoicOrIrr":{"type":"integer"},"workingCapital":{"type":"string"},"workingCapitalCurrency":{"type":"string"},"burnRate":{"type":"integer"},"interestCoveringRatio":{"type":"string"},"occupationRate":{"type":"string"},"capExOpExRequirement":{"type":"integer"},"miscellaneous":{"type":"integer"},"weightedAverage":{"type":"integer"},"weightedAverageTime":{"type":"string"},"currentCompanyValuation":{"type":"integer"},"currentCompanyValuationCurrency":{"type":"integer"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"investmentInfo":{"properties":{"investmentType":{"$ref":"#/components/schemas/investmentType"},"isCompleted":{"type":"boolean"},"dividend":{"type":"string"},"issuerJurisdiction":{"type":"string"},"structureOrArranger":{"type":"string"},"payingAndSettlementAgent":{"type":"string"},"fundingSeries":{"type":"string"},"issueDate":{"type":"string"},"expectedReturnPerAnnum":{"type":"number"},"paymentPeriodicity":{"type":"string"},"paymentPeriodicityTime":{"type":"string"},"dividendPaymentProjection":{"type":"string"},"maturity":{"type":"string"},"maturityTime":{"type":"string"},"interestPerAnnum":{"type":"string"},"hardCap":{"type":"string"},"hardCapCurrency":{"type":"string"},"softCap":{"type":"number"},"softCapCurrency":{"type":"string"},"faceValuePerUnit":{"type":"string"},"faceValuePerUnitCurrency":{"type":"string"},"earlyRedemptionDate":{"type":"string"},"miscellaneous":{"type":"string"},"dividendAndExitStrategy":{"type":"string"},"expectedMultipleOfInvestmentCapital":{"type":"string"},"eligibleInvestors":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"required":["hardCap","investmentType","isCompleted","projectListingMarketType","softCap"],"type":"object"},"fundingInfoData":{"properties":{"fundraisingPeriodInDays":{"type":"integer"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"nominalPricePerUnit":{"type":"integer"},"nominalPricePerUnitCurrency":{"type":"string"},"minimumNumberOfUnit":{"type":"integer"},"fundingSeries":{"type":"number"},"fundraisingPeriod":{"type":"string"},"fundraisingPeriodTime":{"type":"string"},"isTransferToSecondaryMarket":{"type":"boolean"},"masterProjectId":{"type":"string"}},"required":["hardCap","softCap"],"type":"object"},"fundingInfo":{"properties":{"fundraisingPeriodInDays":{"type":"integer"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"nominalPricePerUnit":{"type":"integer"},"nominalPricePerUnitCurrency":{"type":"string"},"minimumNumberOfUnit":{"type":"integer"},"fundingSeries":{"type":"number"},"fundraisingPeriod":{"type":"string"},"fundraisingPeriodTime":{"type":"string"},"isTransferToSecondaryMarket":{"type":"boolean"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"required":["hardCap","softCap"],"type":"object"},"nonFinancialInfoData":{"properties":{"areaDynamic":{"type":"string"},"demographyOfTheArea":{"type":"string"},"socialContributionOfTheAsset":{"type":"string"},"proximityWithTransport":{"type":"string"},"impactOfTheEnvironment":{"type":"string"},"naturalAndTechnologicalRisk":{"type":"string"},"miscellaneous":{"type":"string"},"assetEconomyImpact":{"type":"string"},"areaOfGeographicalRisk":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"nonFinancialInfo":{"properties":{"areaDynamic":{"type":"string"},"demographyOfTheArea":{"type":"string"},"socialContributionOfTheAsset":{"type":"string"},"proximityWithTransport":{"type":"string"},"impactOfTheEnvironment":{"type":"string"},"naturalAndTechnologicalRisk":{"type":"string"},"miscellaneous":{"type":"string"},"assetEconomyImpact":{"type":"string"},"areaOfGeographicalRisk":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"guaranteeLevels":{"properties":{"id":{"type":"integer"},"guaranteeDescription":{"type":"string"},"privateEquityProject":{"$ref":"#/components/schemas/guaranteeLevels_privateEquityProject"},"realStateProject":{"$ref":"#/components/schemas/guaranteeLevels_privateEquityProject"},"artProject":{"$ref":"#/components/schemas/guaranteeLevels_privateEquityProject"},"guaranteeRank":{"type":"string"},"uuid":{"type":"string"},"guaranteeAgreements":{"type":"string"},"guaranteeType":{"type":"string"},"guaranteeCoverage":{"type":"string"}},"required":["masterProjectId"],"type":"object"},"projectPictureData":{"properties":{"projectPicture":{"type":"string"},"banner":{"type":"string"},"thumbnail":{"type":"string"},"medium":{"type":"string"},"overlay":{"type":"string"}},"type":"object"},"documentInfoData":{"properties":{"financialStatementAvailable":{"type":"string"},"financialProjections":{"type":"string"},"teaserInformationMemorandum":{"type":"string"},"projectPicture":{"$ref":"#/components/schemas/projectPictureData"},"certificateOfIncorporation":{"type":"string"},"byLaws":{"type":"string"},"shareHolderAgreement":{"type":"string"},"guaranteeAgreements":{"type":"string"},"termSheet":{"type":"string"},"subscriptionContract":{"type":"string"},"otherDocument1":{"type":"string"},"otherDocument2":{"type":"string"},"otherDocument3":{"type":"string"},"capTable":{"type":"string"},"summaryBusinessDeck":{"type":"string"},"trackRecordsResumes":{"type":"string"},"otherProjectDocumentation":{"type":"string"},"otherLegalDocument1":{"type":"string"},"otherLegalDocument2":{"type":"string"},"otherLegalDocument3":{"type":"string"},"valuationFromExpert":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"getDocumentResponse":{"properties":{"projectSupportingDocument":{"$ref":"#/components/schemas/projectSupportingDocument"},"status":{"type":"integer"}},"type":"object"},"projectSupportingDocument":{"properties":{"financialStatementAvailable":{"type":"string"},"financialProjections":{"type":"string"},"teaserInformationMemorandum":{"type":"string"},"projectPicture":{"$ref":"#/components/schemas/projectPictureData"},"certificateOfIncorporation":{"type":"string"},"byLaws":{"type":"string"},"shareHolderAgreement":{"type":"string"},"guaranteeAgreements":{"type":"string"},"termSheet":{"type":"string"},"subscriptionContract":{"type":"string"},"otherDocument1":{"type":"string"},"otherDocument2":{"type":"string"},"otherDocument3":{"type":"string"},"capTable":{"type":"string"},"summaryBusinessDeck":{"type":"string"},"trackRecordsResumes":{"type":"string"},"otherProjectDocumentation":{"type":"string"},"otherLegalDocument1":{"type":"string"},"otherLegalDocument2":{"type":"string"},"otherLegalDocument3":{"type":"string"},"valuationFromExpert":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectSupportingDocument_jsonFields"}},"type":"object"},"contactInfo":{"properties":{"contactName":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectSupportingDocument_jsonFields"}},"type":"object"},"contactInfoData":{"properties":{"contactName":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectSupportingDocument_jsonFields"}},"type":"object"},"serviceUserprojectTransferRequest":{"properties":{"masterProjectId":{"type":"string"}},"type":"object"},"legalInfoProjectData":{"properties":{"corporateRules":{"type":"string"},"mainProvision":{"type":"string"},"exitProvisions":{"type":"string"},"assetEconomyImpact":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"adminPorjectGeneralInfo":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"generalInfo":{"$ref":"#/components/schemas/generalInfoData"},"assetInfo":{"$ref":"#/components/schemas/assetInfo"},"businessInfo":{"$ref":"#/components/schemas/businessInfo"},"keyPerformanceIndicators":{"$ref":"#/components/schemas/keyPerformanceIndicators"},"investmentInfo":{"$ref":"#/components/schemas/investmentInfo"},"fundingInfo":{"$ref":"#/components/schemas/fundingInfo"},"nonFinancialInfo":{"$ref":"#/components/schemas/nonFinancialInfo"},"guaranteeLevels":{"$ref":"#/components/schemas/guaranteeLevels"},"legalInfoData":{"$ref":"#/components/schemas/adminPorjectGeneralInfo_legalInfoData"},"projectSupportingDocument":{"$ref":"#/components/schemas/projectSupportingDocument"},"contactInfo":{"$ref":"#/components/schemas/projectSupportingDocument"}},"required":["assetInfo","businessInfo","contactInfo","fundingInfo","generalInfo","guaranteeLevels","investmentInfo","keyPerformanceIndicators","legalInfo","masterProjectId","nonFinancialInfo","projectSupportingDocument"],"type":"object"},"updateCompanyDetailsInfo":{"properties":{"legalName":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string"},"isCorrespondenceDifferent":{"type":"boolean"},"country":{"type":"string"},"city":{"type":"string"},"zipCode":{"type":"string"},"street":{"type":"string"},"correspondenceCity":{"type":"string"},"correspondenceZipCode":{"type":"string"},"correspondenceStreet":{"type":"string"}},"required":["city","country","email","isCorrespondenceDifferent","legalName","phoneNumber","street","zipCode"],"type":"object"},"updateDocumetDetailsInfo":{"properties":{"identityType":{"type":"string"},"identityDocument":{"type":"string"},"fimaDocument":{"type":"string"},"tradeRegisterDocument":{"type":"string"},"proofOfLegalDocument":{"type":"string"}},"required":["userId"],"type":"object"},"updateAddressDetailsInfo":{"properties":{"city":{"type":"string"},"country":{"type":"string"},"street":{"type":"string"},"zipCode":{"type":"string"}},"required":["city","country","street","zipCode"],"type":"object"},"updateUserDetailsData":{"properties":{"userId":{"format":"uuid","type":"string"},"user":{"$ref":"#/components/schemas/updateUserDetailsInfo"},"address":{"$ref":"#/components/schemas/updateAddressDetailsInfo"},"company":{"$ref":"#/components/schemas/updateCompanyDetailsInfo"},"document":{"$ref":"#/components/schemas/updateDocumetDetailsInfo"}},"required":["userId"],"type":"object"},"updateUserDetailsInfo":{"properties":{"title":{"type":"string"},"username":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"dateOfBirth":{"type":"string"},"status":{"type":"string"},"isSignAgreement":{"type":"boolean"},"isAdminSignAgreement":{"type":"boolean"},"phoneNumber":{"type":"string"}},"required":["dateOfBirth","firstName","isAdminSignAgreement","isSignAgreement","lastName","phoneNumber","status","title"],"type":"object"},"adminPorjectRealStateResponse":{"properties":{"status":{"type":"integer"},"masterProjectId":{"format":"uuid","type":"string"},"message":{"type":"integer"}},"required":["masterProjectId","message","status"],"type":"object"},"featureProjectListResponse":{"items":{"$ref":"#/components/schemas/featureProjectListResponse_inner"},"type":"array"},"userDetailsUpdateResponse":{"properties":{"userDetail":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail"}},"required":["status","userId"],"type":"object"},"transactionResponseDataforPrimaryProject":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"transactions":{"items":{"$ref":"#/components/schemas/transactionResponseDataforPrimaryProject_transactions_inner"},"type":"array"},"status":{"type":"string"}},"required":["masterProjectId","status","transactions"],"type":"object"},"transactionResponseDataforSecondaryProject":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"transactions":{"items":{"$ref":"#/components/schemas/transactionResponseDataforSecondaryProject_transactions_inner"},"type":"array"},"status":{"type":"string"}},"required":["masterProjectId","status","transactions"],"type":"object"},"fundStrategyResponseData":{"properties":{"status":{"type":"integer"},"masterProjectId":{"format":"uuid","type":"string"}},"required":["masterProjectId","status"],"type":"object"},"fundStrategyData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"keyFundInvestmentThemes":{"type":"string"},"overviewOfFundExistingInvestment":{"type":"string"},"targetFundSize":{"type":"integer"},"investmentLocation":{"type":"string"},"fundraisingPeriodInDays":{"type":"number"},"faceValuePerUnit":{"type":"integer"},"minimumNumberOfUnit":{"type":"number"},"isTransferToSecondaryMarket":{"type":"boolean"},"managementFeesPaidDuringInvestmentPeriod":{"type":"string"},"managementFeesPaidOnPostInvestmentPeriod":{"type":"string"},"distributionFee":{"type":"string"},"carriedInterestOrPromoteFee":{"type":"string"},"lastPriceOnSecondaryMarket":{"type":"string"},"lastPriceOnSecondaryMarketCurrency":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"required":["hardCap","masterProjectId","softCap"],"type":"object"},"fundingProjectRequestData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"generalInfo":{"$ref":"#/components/schemas/fundingProjectRequestData_generalInfo"},"investmentInfo":{"$ref":"#/components/schemas/fundingProjectRequestData_investmentInfo"},"keyPerformanceIndicators":{"$ref":"#/components/schemas/fundingProjectRequestData_keyPerformanceIndicators"},"fundStrategy":{"$ref":"#/components/schemas/fundingProjectRequestData_fundStrategy"},"projectSupportingDocument":{"$ref":"#/components/schemas/fundingProjectRequestData_projectSupportingDocument"},"contactInfo":{"$ref":"#/components/schemas/fundingProjectRequestData_contactInfo"}},"required":["contactInfo","document","fundStrategy","generalInfo","investmentInfo","keyPerformanceIndicators","masterProjectId"],"type":"object"},"projectTransferData":{"properties":{"projectId":{"format":"uuid","type":"string"},"username":{"type":"string"}},"required":["projectId","username"],"type":"object"},"adminProjectTransferData":{"properties":{"projectId":{"format":"uuid","type":"string"},"transferToUser":{"type":"string"}},"required":["projectId","transferToUser"],"type":"object"},"fundingProjectGeneralInfoData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"projectDescription":{"type":"string"},"fundManagerTrackRecord":{"type":"string"},"trackRecordWithHSBC":{"type":"string"},"typeAndStructureOfTheFund":{"type":"string"},"fundManager":{"type":"string"},"portfolioManager":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"required":["masterProjectId","projectName"],"type":"object"},"fundingProjectGeneralInfoResponse":{"properties":{"status":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"required":["masterProjectId","status"],"type":"object"},"adminProjectSubscriptionData":{"properties":{"totalValue":{"type":"integer"},"masterProjectId":{"format":"uuid","type":"string"}},"required":["masterProjectId","totalValue"],"type":"object"},"projectListingType":{"enum":["PRIVATE_EQUITY","REAL_ESTATE","ART_PROJECT","FUNDING_PROJECT","HEDGE_FUND","DEDICATED_FUND","INFRASTRUCTURE","COMMODITIES"],"type":"string"},"projectListingMarketType":{"enum":["PRIMARY","SECONDARY"],"type":"string"},"investmentGroup":{"enum":["COLLECTIVE_INVESTMENT","DIRECT_INVESTMENT"],"type":"string"},"investmentType":{"enum":["DEBT","EQUITY","FUND","CONVERTIBLE_LOAN"],"type":"string"},"marketCampaignStatus":{"enum":["APPROVED","REJECTED"],"type":"string"},"EventType":{"enum":["LIVE","ONLINE","HYBRID"],"type":"string"},"adminProjectSubscriptionResponse":{"properties":{"totalValue":{"type":"integer"},"masterProjectId":{"format":"uuid","type":"string"}},"required":["masterProjectId","totalValue"],"type":"object"},"changeStatusData":{"properties":{"status":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"reason":{"type":"string"},"isNotificationEnabled":{"type":"boolean"},"isDealOpen":{"type":"boolean"}},"required":["masterProjectId","status"],"type":"object"},"changeMarketTypeRequest":{"properties":{"masterProjectId":{"type":"string"},"marketType":{"type":"string"}},"required":["marketType","masterProjectId"],"type":"object"},"featuredData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"featured":{"type":"boolean"}},"required":["featured","masterProjectId"],"type":"object"},"searchData":{"properties":{"projectListingMarketType":{"items":{"$ref":"#/components/schemas/projectListingMarketType"},"type":"array"},"projectListingType":{"items":{"$ref":"#/components/schemas/projectListingType"},"type":"array"},"investmentType":{"items":{"$ref":"#/components/schemas/investmentType"},"type":"array"},"investmentGroup":{"type":"string"},"status":{"type":"string"},"featured":{"type":"boolean"},"owner":{"type":"string"},"favorites":{"type":"boolean"}},"required":["featured","investmentType","projectListingMarketType","projectListingType","status"],"type":"object"},"masterProjectData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"isinNumber":{"type":"string"},"phoneNumber":{"type":"string"},"projectHolder":{"type":"string"},"issuer":{"type":"string"},"contactName":{"type":"string"},"email":{"type":"string"},"issuerBank":{"type":"string"},"issuerBankEmail":{"type":"string"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"investmentGroup":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"fundingType":{"type":"string"},"status":{"type":"string"},"createdDate":{"type":"string"},"privateEquityProject":{"$ref":"#/components/schemas/featureProjectListResponse_inner_privateEquityProject"},"fundProject":{"type":"object"},"defaultCurrency":{"type":"integer"},"faceValuePerUnit":{"type":"integer"},"availableBalance":{"type":"integer"},"projectSupportingDocument":{"type":"string"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"},"projectBalance":{"type":"string"},"companyName":{"type":"integer"},"fundRaisingExpireDate":{"type":"string"},"fundRaisingExpireInDays":{"type":"string"},"isNdaDocumentSign":{"type":"boolean"},"isTransferToSecondaryMarket":{"type":"integer"},"projectDescription":{"type":"integer"},"isCompleted":{"type":"boolean"},"fundraisingPeriodInDays":{"type":"string"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"faceValuePerUnitCurrency":{"type":"integer"},"minimumNumberOfUnit":{"type":"string"},"lastPriceOnSecondaryMarket":{"type":"string"},"lastPriceOnSecondaryMarketCurrency":{"type":"integer"},"minimumInvestmentValue":{"type":"integer"},"projectNda":{"type":"string"},"ndaTemplateId":{"type":"string"},"projectNdaAgreement":{"type":"integer"},"isPrivateProject":{"type":"boolean"},"featured":{"type":"boolean"},"projectDetailStep":{"type":"string"},"isVisibleInLandingPage":{"type":"boolean"},"reason":{"type":"string"},"deals":{"type":"string"},"subscription":{"items":{"$ref":"#/components/schemas/projectSubscriptions"},"type":"array"},"hasLlmConsent":{"type":"boolean"},"events":{"$ref":"#/components/schemas/eventResponseBody"},"meetLink":{"type":"string"}},"type":"object"},"searchResponseData":{"properties":{"totalCount":{"type":"integer"},"masterProject":{"items":{"$ref":"#/components/schemas/masterProjectData"},"type":"array"},"status":{"type":"integer"}},"required":["masterProject"],"type":"object"},"projectListingEmailData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"template":{"type":"string"}},"required":["masterProjectId","template"],"type":"object"},"projectListingEmailResponseData":{"properties":{"message":{"type":"string"},"status":{"type":"integer"},"notificationTriggered":{"type":"boolean"}},"required":["message","notificationTriggered","status"],"type":"object"},"projectListingEmailPreviewResponseData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"notificationTriggered":{"type":"string"},"template":{"type":"string"}},"required":["masterProjectId","notificationTriggered","template"],"type":"object"},"statusChangeResponse":{"properties":{"status":{"type":"number"},"message":{"type":"string"},"notificationTriggered":{"type":"boolean"},"template":{"type":"string"}},"required":["messgae","notificationTriggered","status","template"],"type":"object"},"updatePasswordData":{"properties":{"password":{"type":"string"},"confirmPassword":{"type":"string"},"userLookUpId":{"format":"uuid","type":"string"}},"required":["confirmPassword","password","userLookUpId"],"type":"object"},"updatePasswordResponse":{"properties":{"message":{"type":"string"},"status":{"type":"integer"},"username":{"type":"string"}},"required":["message","status","username"],"type":"object"},"accountCreatedResponse":{"properties":{"status":{"type":"integer"},"registrationStep":{"type":"string"}},"required":["registrationStep","status"],"type":"object"},"crmDealsData":{"properties":{"userId":{"type":"string"},"masterProjectId":{"type":"string"},"dealsId":{"type":"integer"},"dealsName":{"type":"string"},"dealStep":{"type":"string"},"crmData":{"type":"object"}},"required":["dealId","dealsStep","masterProjectId","userId"],"type":"object"},"crmDealsStepData":{"properties":{"name":{"type":"string"},"description":{"type":"string"}},"required":["description","name"],"type":"object"},"crmDealsUpdateData":{"properties":{"dealId":{"type":"integer"},"dealStep":{"type":"string"}},"required":["dealId","dealStep"],"type":"object"},"crmDealsResponse":{"properties":{"uuid":{"type":"string"},"user":{"type":"string"},"userId":{"type":"string"},"masterProjectId":{"type":"string"},"projectName":{"type":"string"},"dealId":{"type":"integer"},"dealName":{"type":"string"},"dealStep":{"type":"string"},"data":{"type":"object"}},"required":["dealId","dealStep"],"type":"object"},"eventResponseBody":{"properties":{"uuid":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"date":{"type":"string"},"type":{"$ref":"#/components/schemas/EventType"},"invites":{"type":"integer"},"attendence":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"projects":{"type":"object"}},"type":"object"},"crmDealStepResponse":{"properties":{"uuid":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"type":"object"},"finalCrmDealStepResponse":{"properties":{"status":{"type":"integer"},"dealSteps":{"$ref":"#/components/schemas/crmDealStepResponse"}},"type":"object"},"createEventRequest":{"properties":{"name":{"type":"string"},"description":{"type":"string"},"date":{"type":"string"},"type":{"$ref":"#/components/schemas/EventType"},"invites":{"type":"integer"},"attendance":{"type":"integer"}},"type":"object"},"updateEventRequest":{"properties":{"eventId":{"format":"uuid","type":"string"},"name":{"type":"string"},"description":{"type":"string"},"date":{"type":"string"},"type":{"$ref":"#/components/schemas/EventType"},"invites":{"type":"integer"},"attendence":{"type":"string"}},"type":"object"},"addProjectToEventRequest":{"properties":{"eventId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"finalEventsResponse":{"properties":{"status":{"type":"integer"},"totalCount":{"type":"integer"},"events":{"$ref":"#/components/schemas/eventResponseBody"}},"type":"object"},"reportResponse":{"properties":{"report":{"$ref":"#/components/schemas/userReportResponse"},"status":{"type":"integer"}},"type":"object"},"userReportResponse":{"properties":{"uuid":{"type":"string"},"userId":{"type":"string"},"projectName":{"type":"string"},"masterProjectId":{"type":"string"},"views":{"type":"string"},"active":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"type":"object"},"finalUserReportResponse":{"properties":{"totalCount":{"type":"integer"},"reports":{"items":{"$ref":"#/components/schemas/userReportResponse"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"userReportRequest":{"properties":{"userId":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"views":{"type":"integer"}},"type":"object"},"updateUserReportRequest":{"properties":{"reportId":{"type":"string"},"userId":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"views":{"type":"integer"}},"type":"object"},"finalCrmDealsListResponse":{"properties":{"status":{"type":"integer"},"deals":{"$ref":"#/components/schemas/crmDealsResponse"}},"type":"object"},"subscriptionData":{"properties":{"subscriptionId":{"type":"string"},"subscriptionAddonsId":{"type":"string"},"startDate":{"type":"string"},"endDate":{"type":"string"}},"required":["endDate","startDate","subscriptionAddonsId","subscriptionId"],"type":"object"},"assignMasterProjectToSubscriptionData":{"properties":{"masterProjectId":{"type":"string"}},"required":["masterProjectId"],"type":"object"},"addonsUpdateData":{"properties":{"name":{"type":"string"},"description":{"type":"string"},"currency":{"type":"string"},"basePrice":{"type":"string"}},"required":["basePrice","currency","description","name"],"type":"object"},"subscriptionsResponse":{"properties":{"uuid":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"curreny":{"type":"string"},"basePrice":{"type":"string"},"active":{"type":"boolean"}},"type":"object"},"projectSubscriptions":{"properties":{"uuid":{"type":"integer"},"subscription":{"type":"string"},"status":{"type":"string"},"projectName":{"type":"string"},"startDate":{"type":"string"},"endDate":{"type":"boolean"},"createdDate":{"type":"string"}},"type":"object"},"addSubscriptionRequest":{"properties":{"masterProjectId":{"type":"string"},"subscriptionId":{"type":"string"},"addonsId":{"items":{"type":"string"},"type":"array"},"startDate":{"type":"string"},"endDate":{"type":"string"}},"type":"object"},"subscriptionChangeStatusRequest":{"properties":{"status":{"type":"string"},"subscriptionId":{"format":"uuid","type":"string"},"endDate":{"type":"string"}},"type":"object"},"projectSubscriptionResponse":{"properties":{"status":{"type":"integer"},"subscriptions":{"$ref":"#/components/schemas/projectSubscriptions"}},"type":"object"},"updateUserRoleData":{"properties":{"userRole":{"$ref":"#/components/schemas/Roles"}}},"healthResponse":{"items":{"$ref":"#/components/schemas/healthResponse_inner"},"type":"array"},"createResponse":{"properties":{"status":{"type":"integer"},"message":{"type":"string"},"userRole":{"type":"string"},"registrationStep":{"type":"string"}},"required":["message","registrationStep","status","userRole"],"type":"object"},"uploadDocumentsData":{"properties":{"identityDocumentType":{"type":"string"},"identityDocument":{"type":"string"},"fimaRegistrationLicense":{"type":"string"},"tradeRegister":{"type":"string"},"proofOfLegalRepresentation":{"type":"string"}},"required":["identityDocument"],"type":"object"},"updateUserDocumentsData":{"properties":{"userId":{"format":"uuid","type":"string"},"identityType":{"type":"string"},"identityDocument":{"type":"string"},"fimaDocument":{"type":"string"},"tradeRegisterDocument":{"type":"string"},"proofOfLegalDocument":{"type":"string"}},"required":["identityDocument"],"type":"object"},"currencyData":{"properties":{"id":{"type":"integer"},"createdDate":{"type":"string"},"uuid":{"format":"uuid","type":"string"},"name":{"type":"string"},"updatedDate":{"type":"string"},"isoCode":{"type":"string"}},"type":"object"},"user":{"properties":{"username":{"type":"string"},"title":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"dateOfBirth":{"type":"string"},"uuid":{"type":"string"},"phoneNumber":{"type":"string"},"city":{"type":"string"},"zipCode":{"type":"string"},"street":{"type":"string"},"country":{"type":"integer"},"addressType":{"type":"integer"},"fullName":{"type":"string"},"currency":{"$ref":"#/components/schemas/currencyData"},"isCorrespondenceDifferent":{"type":"boolean"},"countryCallingCode":{"type":"string"},"signAgreementPath":{"type":"string"},"adobeAgreementDocumentId":{"type":"string"},"proofOfLegalDocument":{"type":"string"},"tradeRegisterDocument":{"type":"string"},"fimaDocument":{"type":"integer"},"isDocumentUploaded":{"type":"boolean"},"companyCreatedUserId":{"type":"string"},"isClientUser":{"type":"boolean"},"ownerId":{"type":"string"},"profile":{"type":"string"},"banner":{"type":"string"},"links":{"type":"object"},"documents":{"type":"object"}},"type":"object"},"uploadDocumentsDataResponse":{"properties":{"message":{"type":"string"},"status":{"type":"integer"},"user":{"$ref":"#/components/schemas/user"}},"required":["message","status"],"type":"object"},"userRegistrationStatusUpdateRequest":{"properties":{"username":{"items":{"type":"string"},"type":"array"}},"type":"object"},"saveCompanyDetailsData":{"properties":{"username":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"email":{"type":"string"},"legalName":{"type":"string"},"phoneNumber":{"type":"string"},"street":{"type":"string"},"zipCode":{"type":"string"},"companyRegisterId":{"type":"string"},"isCorrespondenceDifferent":{"type":"boolean"},"companyId":{"format":"uuid","type":"string"}},"required":["city","companyRegisterId","country","email","isCorrespondenceDifferent","phoneNumber","street","username","zipCode"],"type":"object"},"companyPostRequest":{"properties":{"companyId":{"type":"string"},"title":{"type":"string"},"content":{"type":"string"},"tags":{"type":"string"}},"type":"object"},"updateCompanyPostRequest":{"properties":{"title":{"type":"string"},"content":{"type":"string"},"tags":{"type":"string"},"isActive":{"type":"boolean"}},"type":"object"},"companyPostResponseData":{"properties":{"uuid":{"type":"string"},"title":{"type":"string"},"content":{"type":"string"},"tags":{"type":"string"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"isActive":{"type":"boolean"}},"type":"object"},"companyPostResponse":{"properties":{"status":{"type":"string"},"post":{"$ref":"#/components/schemas/companyPostResponseData"}},"type":"object"},"companyPostResponseList":{"properties":{"totalCount":{"type":"string"},"postList":{"items":{"$ref":"#/components/schemas/companyPostResponseData"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"updateCompanyProfileRequest":{"properties":{"companyId":{"type":"string"},"profile":{"type":"string"},"banner":{"type":"string"},"links":{"type":"string"},"documents":{"type":"string"}},"type":"object"},"updateCompanyRequest":{"properties":{"city":{"type":"string"},"country":{"type":"string"},"email":{"type":"string"},"legalName":{"type":"string"},"phoneNumber":{"type":"string"},"street":{"type":"string"},"zipCode":{"type":"string"},"companyRegisterId":{"type":"string"},"isCorrespondenceDifferent":{"type":"boolean"}},"type":"object"},"companyData":{"properties":{"legalName":{"type":"string"},"email":{"type":"string"},"companyRegisterId":{"type":"string"},"country":{"type":"string"},"address":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_company_address"},"correspondenceAddress":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_company_address"},"isCorrespondenceDifferent":{"type":"boolean"},"phoneNumber":{"type":"string"},"countryCallingCode":{"type":"string"},"signAgreementPath":{"type":"string"},"adobeAgreementDocumentId":{"type":"string"},"proofOfLegalDocument":{"type":"string"},"tradeRegisterDocument":{"type":"string"},"fimaDocument":{"type":"integer"},"isDocumentUploaded":{"type":"boolean"},"companyCreatedUserId":{"type":"string"},"signedBy":{"type":"string"},"isOwner":{"type":"boolean"},"profile":{"type":"string"},"banner":{"type":"string"},"links":{"type":"object"},"documents":{"type":"object"}},"type":"object"},"saveCompanyDetailsResponse":{"properties":{"status":{"type":"integer"},"companyId":{"format":"uuid","type":"string"},"company":{"$ref":"#/components/schemas/companyData"},"registrationStep":{"type":"string"},"message":{"type":"string"}},"required":["companyId","status"],"type":"object"},"artProjectDetailsInfo":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"generalInfo":{"$ref":"#/components/schemas/generalInfoData"},"assetInfo":{"$ref":"#/components/schemas/assetInfo"},"keyPerformanceIndicators":{"$ref":"#/components/schemas/keyPerformanceIndicators"},"investmentInfo":{"$ref":"#/components/schemas/investmentInfo"},"guaranteeLevels":{"items":{"$ref":"#/components/schemas/guaranteeLevels"},"type":"array"},"projectSupportingDocument":{"$ref":"#/components/schemas/projectSupportingDocument"},"contactInfo":{"$ref":"#/components/schemas/contactInfo"}}},"changeMarketCampaignStatusData":{"properties":{"status":{"$ref":"#/components/schemas/marketCampaignStatus"},"campaignId":{"type":"string"}}},"campaignData":{"properties":{"campaignName":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"description":{"type":"string"},"location":{"type":"string"},"issueDate":{"type":"string"},"targetAmountCurrency":{"type":"string"},"expectedIRR":{"type":"string"},"campaignExpireNoOfDays":{"type":"integer"},"maturityExitDate":{"type":"string"},"campaignPicture":{"type":"string"},"termSheet":{"type":"string"},"targetAmount":{"type":"integer"},"campaignId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"}}},"adminCampaignUpdateData":{"properties":{"campaignName":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"description":{"type":"string"},"location":{"type":"string"},"issueDate":{"type":"string"},"targetAmount":{"type":"integer"},"targetAmountCurrency":{"type":"string"},"expectedIRR":{"type":"string"},"campaignExpireNoOfDays":{"type":"integer"},"maturityExitDate":{"type":"string"},"campaignPicture":{"type":"string"},"termSheet":{"type":"string"},"campaignId":{"format":"uuid","type":"string"},"status":{"type":"string"}},"required":["campaignId"]},"campaignFilterType":{"enum":["COMPLETED","IN_PROGRESS"],"type":"string"},"campaignFilterData":{"properties":{"campaignFilterType":{"$ref":"#/components/schemas/campaignFilterType"},"isMyListedCampaign":{"type":"boolean"},"isAdmin":{"type":"boolean"},"status":{"$ref":"#/components/schemas/marketCampaignStatus"}}},"marketCampaignList":{"properties":{"campaignId":{"format":"uuid","type":"string"},"campaignName":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"description":{"type":"string"},"location":{"type":"string"},"issueDate":{"type":"string"},"targetAmount":{"type":"integer"},"totalCommitmentAmount":{"type":"integer"},"targetAmountCurrency":{"type":"string"},"expectedIRR":{"type":"string"},"maturityExitDate":{"type":"string"},"campaignPicture":{"type":"string"},"termSheet":{"type":"string"},"createdDate":{"type":"string"},"createdBy":{"type":"string"},"clientInvolved":{"type":"string"},"isLiked":{"type":"boolean"},"likeCount":{"type":"integer"},"isDisliked":{"type":"boolean"},"dislikeCount":{"type":"integer"},"campaignListedUser":{"type":"string"},"isCampaignCompleted":{"type":"boolean"},"campaignExpireNoOfDays":{"type":"integer"},"status":{"$ref":"#/components/schemas/marketCampaignStatus"}},"type":"object"},"campaignFilterResponse":{"properties":{"totalCount":{"type":"integer"},"marketCampaignList":{"items":{"$ref":"#/components/schemas/marketCampaignList"},"type":"array"},"status":{"type":"integer"}}},"campaignLikeData":{"properties":{"campaignId":{"format":"uuid","type":"string"},"isLiked":{"type":"boolean"}}},"campaigndisLikeData":{"properties":{"campaignId":{"format":"uuid","type":"string"},"disLiked":{"type":"boolean"}}},"campaignCommitmentData":{"properties":{"campaignId":{"format":"uuid","type":"string"},"totalCommitment":{"type":"integer"},"noOfClient":{"type":"integer"}}},"organizationData":{"properties":{"id":{"type":"integer"},"uuid":{"format":"uuid","type":"string"},"name":{"type":"string"}}},"whoamiResponse":{"properties":{"username":{"type":"string"},"hasPersonalInfo":{"type":"boolean"},"hasDocumentInfo":{"type":"boolean"},"hasCompanyInfo":{"type":"boolean"},"isContractSigned":{"type":"boolean"},"isAdminSignAgreement":{"type":"boolean"},"status":{"$ref":"#/components/schemas/marketCampaignStatus"},"sub":{"type":"string"},"authorities":{"items":{"type":"string"},"type":"array"},"hasMobilePin":{"type":"boolean"},"organization":{"items":{"$ref":"#/components/schemas/organizationData"},"type":"array"},"isClientUser":{"type":"boolean"},"ownerId":{"type":"string"},"profilePicture":{"type":"string"}}},"Roles":{"enum":["ROLE_WEALTH_MANAGER","ROLE_DISTRIBUTOR","ROLE_INVESTOR","ROLE_COMMITEE_MEMBER","ROLE_CRM_CONTACT","ROLE_SUPER_ADMIN"],"type":"string"},"userPushNotification":{"properties":{"token":{"type":"string"}},"type":"object"},"userProfileRequest":{"properties":{"profilePicture":{"type":"string"}},"type":"object"},"userPersonalInfo":{"properties":{"title":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"dateOfBirth":{"type":"string"},"phoneNumber":{"type":"string"},"city":{"type":"string"},"zipCode":{"type":"string"},"country":{"type":"string"},"street":{"type":"string"}},"type":"object"},"userCompanyInfo":{"properties":{"city":{"type":"string"},"registrationNumber":{"type":"string"},"country":{"type":"string"},"email":{"type":"string"},"legalName":{"type":"string"},"phoneNumber":{"type":"string"},"street":{"type":"string"},"zipCode":{"type":"string"},"companyRegisterId":{"type":"string"},"isCorrespondenceDifferent":{"type":"boolean"},"companyId":{"format":"uuid","type":"string"},"correspondenceCity":{"type":"string"},"correspondenceZipCode":{"type":"string"},"correspondenceStreet":{"type":"string"},"countryCallingCode":{"type":"string"}},"type":"object"},"userDocumentInfo":{"properties":{"identityDocumentType":{"type":"string"},"identityDocument":{"type":"string"},"fimaRegistrationLicense":{"type":"string"},"tradeRegister":{"type":"string"},"proofOfLegalRepresentation":{"type":"string"}},"type":"object"},"projectCountResponse":{"properties":{"countList":{"$ref":"#/components/schemas/projectCountResponse_countList"},"status":{"type":"integer"}},"type":"object"},"projectRegisteredCountResponse":{"properties":{"projectRegisteredCount":{"type":"integer"},"status":{"type":"integer"}},"type":"object"},"userCountResponse":{"properties":{"countList":{"$ref":"#/components/schemas/userCountResponse_countList"},"status":{"type":"integer"}},"type":"object"},"marketCampaignDetail":{"properties":{"campaignId":{"format":"uuid","type":"string"},"campaignName":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"description":{"type":"string"},"issueDate":{"type":"string"},"targetAmount":{"type":"integer"},"totalCommitmentAmount":{"type":"integer"},"targetAmountCurrency":{"type":"string"},"expectedIRR":{"type":"string"},"maturityExitDate":{"type":"string"},"campaignPicture":{"type":"string"},"termSheet":{"type":"string"},"status":{"$ref":"#/components/schemas/investmentType"},"createdDate":{"type":"string"},"createdBy":{"format":"uuid","type":"string"},"clientInvolved":{"type":"integer"},"isLiked":{"type":"boolean"},"likeCount":{"type":"integer"},"isDisliked":{"type":"boolean"},"dislikeCount":{"type":"integer"},"campaignListedUser":{"type":"string"},"hasCommented":{"type":"boolean"},"hasCommited":{"type":"boolean"},"isCampaignCompleted":{"type":"boolean"},"campaignExpireNoOfDays":{"type":"integer"}},"type":"object"},"getCampaignResponseData":{"properties":{"marketCampaignDetail":{"$ref":"#/components/schemas/getCampaignResponseData_marketCampaignDetail"},"status":{"type":"integer"}},"type":"object"},"marketCampaignResponse":{"properties":{"campaignDetail":{"$ref":"#/components/schemas/marketCampaignResponse_campaignDetail"},"status":{"type":"integer"}},"type":"object"},"contactUsData":{"properties":{"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"country":{"type":"string"},"message":{"type":"string"},"findingFinancing":{"type":"string"},"listingAndCommercializing":{"type":"string"},"investing":{"type":"string"}},"type":"object"},"notificationType":{"enum":["SUBSCRIPTION","ORDER_TAKEN","PRIVATE_DEAL","ORDER_CONFIRM_BY_COUNTER_PARTY","TRANSFER_PROJECT","FUND_RAISING_PERIOD_END_NOTICE","NEW_BUY_ORDER_POSTED_ON_SECONDARY_MARKET","PROJECT_STATUS_CHANGED","PROJECT_STATUS_APPROVED","MARKET_CAMPAIGN_STATUS_APPROVED","PROJECT_LISTED_EMAIL_SENT","NEW_PROJECT_LISTED","NEW_USER_LISTED","NEW_QUESTION_POSTED"],"type":"string"},"notificationResponseData":{"properties":{"count":{"type":"integer"},"notificationList":{"items":{"$ref":"#/components/schemas/notificationResponseData_notificationList_inner"},"type":"array"},"reviwableProjectList":{"items":{"$ref":"#/components/schemas/masterProjectResponse"},"type":"array"},"status":{"type":"integer"},"isRegistrationCompleted":{"type":"boolean"},"isSignAgreement":{"type":"boolean"},"userStatus":{"type":"string"}},"type":"object"},"address":{"properties":{"city":{"type":"string"},"zipCode":{"type":"string"},"street":{"type":"string"},"country":{"type":"string"}},"type":"object"},"company":{"properties":{"legalName":{"type":"string"},"email":{"type":"string"},"companyRegisterId":{"type":"string"},"country":{"type":"string"},"isCorrespondenceDifferent":{"type":"string"},"address":{"$ref":"#/components/schemas/address"},"correspondenceAddress":{"$ref":"#/components/schemas/address"},"phoneNumber":{"type":"string"},"countryCallingCode":{"type":"string"},"signAgreementPath":{"type":"string"},"adobeAgreementDocumentId":{"type":"string"},"adobeTransientDocumentId":{"type":"string"},"uuid":{"format":"uuid","type":"string"},"proofOfLegalDocument":{"type":"string"},"tradeRegisterDocument":{"type":"string"},"fimaDocument":{"type":"string"},"isDocumentUploaded":{"type":"boolean"},"companyCreatedUserId":{"type":"string"},"signedBy":{"type":"string"},"profile":{"type":"string"},"banner":{"type":"string"},"links":{"type":"object"},"documents":{"type":"object"}},"type":"object"},"contractData":{"properties":{"name":{"type":"string"},"email":{"type":"string"},"address":{"$ref":"#/components/schemas/address"},"company":{"$ref":"#/components/schemas/company"},"userRole":{"type":"string"},"status":{"type":"string"}},"type":"object"},"contractResponseData":{"properties":{"status":{"type":"string"},"data":{"$ref":"#/components/schemas/contractData"},"error":{"type":"string"}},"type":"object"},"resetForgotPasswordData":{"properties":{"username":{"type":"string"},"password":{"type":"string"},"confirmPassword":{"type":"string"},"emailToken":{"type":"string"}},"type":"object"},"inviteRequest":{"properties":{"companyId":{"type":"string"},"email":{"type":"string"}},"type":"object"},"inviteCompanyData":{"properties":{"companyName":{"type":"string"},"companyId":{"type":"string"},"owner":{"type":"string"},"ownerId":{"type":"string"}},"type":"object"},"invitationsData":{"properties":{"uuid":{"type":"string"},"email":{"type":"string"},"company":{"items":{"$ref":"#/components/schemas/inviteCompanyData"},"type":"array"},"inviteDate":{"type":"string"},"status":{"type":"string"}},"type":"object"},"myInvitationResponse":{"properties":{"inviteDetails":{"$ref":"#/components/schemas/invitationsData"},"status":{"type":"string"}},"type":"object"},"invitationsResponse":{"properties":{"totalCount":{"type":"integer"},"invitations":{"$ref":"#/components/schemas/invitationsData"},"status":{"type":"integer"}},"type":"object"},"memberShipData":{"properties":{"companyName":{"type":"string"},"email":{"type":"string"},"userId":{"type":"string"},"fullName":{"type":"string"},"joinedDate":{"type":"string"}},"type":"object"},"teamMembersResponse":{"properties":{"totalCount":{"type":"integer"},"teamMembers":{"$ref":"#/components/schemas/memberShipData"},"maxMemberLimit":{"type":"integer"},"userId":{"type":"string"},"status":{"type":"integer"}},"type":"object"},"invitationAcceptRequest":{"properties":{"invitationId":{"type":"string"}},"type":"object"},"companyTransferRequest":{"properties":{"userId":{"type":"string"},"companyId":{"type":"string"}},"type":"object"},"companyAddMemberRequest":{"properties":{"userId":{"type":"string"},"companyId":{"type":"string"},"isOwner":{"type":"boolean"}},"type":"object"},"adminTeamInviteRequest":{"properties":{"username":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"senderFullName":{"type":"string"},"position":{"type":"string"},"companyId":{"type":"string"},"legalName":{"type":"string"},"companyRegisterId":{"type":"string"},"email":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"zipCode":{"type":"string"},"street":{"type":"string"},"userRole":{"type":"enum"},"emailBody":{"type":"string"}},"type":"object"},"companiesResponse":{"properties":{"totalCount":{"type":"integer"},"companies":{"$ref":"#/components/schemas/company"},"status":{"type":"integer"}},"type":"object"},"checkCompanyDetailData":{"properties":{"companyEmail":{"type":"string"},"legalName":{"type":"integer"},"companyRegisterId":{"type":"string"}},"type":"object"},"checkCompanyDetailResponseData":{"properties":{"status":{"type":"integer"},"company":{"$ref":"#/components/schemas/company"}},"type":"object"},"country":{"properties":{"id":{"type":"integer"},"countryName":{"type":"string"},"isoCode":{"type":"string"},"telPrefix":{"type":"string"}},"type":"object"},"countriesResponseData":{"properties":{"countries":{"$ref":"#/components/schemas/country"},"telPrefixList":{"$ref":"#/components/schemas/country"}},"type":"object"},"getUserDetailsResponseData":{"properties":{"user":{"$ref":"#/components/schemas/user"},"status":{"type":"integer"}},"type":"object"},"adminMasterProjectDetailResponse":{"properties":{"notificationTriggered":{"type":"boolean"},"masterProject":{"$ref":"#/components/schemas/masterProjectResponse"},"projectInfo":{"$ref":"#/components/schemas/generalInfoData"}},"type":"object"},"masterProjectPublicData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"investmentGroup":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"fundingType":{"type":"string"},"status":{"type":"string"},"createdDate":{"type":"string"},"defaultCurrency":{"type":"string"},"availableBalance":{"type":"integer"},"projectSupportingDocument":{"type":"string"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"},"projectBalance":{"type":"string"},"fundRaisingExpireDate":{"type":"string"},"fundRaisingExpireInDays":{"type":"string"},"isTransferToSecondaryMarket":{"type":"boolean"},"isCompleted":{"type":"boolean"},"fundraisingPeriodInDays":{"type":"integer"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"faceValuePerUnitCurrency":{"type":"integer"},"minimumNumberOfUnit":{"type":"string"},"minimumInvestmentValue":{"type":"integer"},"isPrivateProject":{"type":"boolean"},"featured":{"type":"boolean"},"projectDetailStep":{"type":"string"},"isVisibleInLandingPage":{"type":"boolean"},"reason":{"type":"string"},"meetLink":{"type":"string"}},"type":"object"},"masterProjectMobileData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"issuer":{"type":"string"},"isinNumber":{"type":"string"},"projectDescription":{"type":"string"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"investmentGroup":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"fundingType":{"type":"string"},"status":{"type":"string"},"createdDate":{"type":"string"},"defaultCurrency":{"type":"string"},"availableBalance":{"type":"integer"},"projectSupportingDocument":{"$ref":"#/components/schemas/masterProjectMobileData_projectSupportingDocument"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"},"projectBalance":{"type":"string"},"fundRaisingExpireDate":{"type":"string"},"fundRaisingExpireInDays":{"type":"string"},"isTransferToSecondaryMarket":{"type":"boolean"},"isCompleted":{"type":"boolean"},"fundraisingPeriodInDays":{"type":"integer"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"faceValuePerUnitCurrency":{"type":"integer"},"minimumNumberOfUnit":{"type":"string"},"minimumInvestmentValue":{"type":"integer"},"isPrivateProject":{"type":"boolean"},"featured":{"type":"boolean"},"projectDetailStep":{"type":"string"},"isVisibleInLandingPage":{"type":"boolean"},"isProjectLister":{"type":"boolean"},"interestPa":{"format":"uuid","type":"string"},"expectedIrr":{"format":"uuid","type":"string"},"reason":{"type":"string"},"deals":{"type":"string"},"subscription":{"items":{"$ref":"#/components/schemas/projectSubscriptions"},"type":"array"},"hasLlmConsent":{"type":"boolean"},"events":{"$ref":"#/components/schemas/eventResponseBody"},"isEditAccessEnabled":{"type":"boolean"},"ownerCompanyId":{"type":"string"},"individualDeal":{"type":"boolean"},"meetLink":{"type":"string"}},"type":"object"},"publicMasterProjectResponse":{"properties":{"totalCount":{"type":"integer"},"masterProject":{"items":{"$ref":"#/components/schemas/masterProjectPublicData"},"type":"array"}},"required":["myListedProject","otherListedProject"],"type":"object"},"mobileMasterProjectResponse":{"properties":{"totalCount":{"type":"integer"},"projects":{"items":{"$ref":"#/components/schemas/masterProjectMobileData"},"type":"array"}},"required":["projects","status"],"type":"object"},"partnersMasterProjectResponse":{"properties":{"status":{"type":"integer"},"data":{"items":{"$ref":"#/components/schemas/partnersPageProjectListData"},"type":"array"}},"required":["data","status"],"type":"object"},"listingConfig":{"properties":{"uuid":{"format":"uuid","type":"string"},"configType":{"type":"string"},"value":{"type":"string"}},"type":"object"},"projectListingConfigResponse":{"properties":{"listingConfig":{"items":{"$ref":"#/components/schemas/listingConfig"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"bankList":{"properties":{"uuid":{"format":"uuid","type":"string"},"iban":{"type":"string"},"bankName":{"type":"string"},"accountManagerName":{"type":"string"},"accountManagerEmail":{"type":"string"},"accountManagerPhoneNumber":{"type":"string"}},"type":"object"},"clients":{"properties":{"uuid":{"format":"uuid","type":"string"},"username":{"type":"string"},"title":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"dateOfBirth":{"type":"string"},"taxResidence":{"type":"string"},"bankList":{"items":{"$ref":"#/components/schemas/bankList"},"type":"array"},"phoneNumber":{"type":"string"},"countryCallingCode":{"type":"string"},"email":{"type":"string"},"city":{"type":"string"},"zipCode":{"type":"string"},"country":{"type":"string"},"typeOfInvestmentMandate":{"type":"string"},"fullName":{"type":"string"},"myListedProject":{"items":{"$ref":"#/components/schemas/projectOwnedByClientList"},"type":"array"},"balance":{"type":"integer"},"defaultCurrency":{"type":"string"},"userId":{"format":"uuid","type":"string"}},"type":"object"},"cleintListData":{"properties":{"client":{"items":{"$ref":"#/components/schemas/clients"},"type":"array"}},"type":"object"},"projectOwnedByClientList":{"properties":{"uuid":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"status":{"$ref":"#/components/schemas/marketCampaignStatus"},"lastPrice":{"type":"string"},"totalUnit":{"type":"integer"},"availablUnit":{"type":"integer"},"lockedUnit":{"type":"integer"},"value":{"type":"integer"},"clientId":{"format":"uuid","type":"string"},"clientName":{"type":"string"},"lastPriceByClient":{"type":"integer"},"defaultCurrency":{"type":"string"}}},"myInvestedProjectResponse":{"properties":{"projectOwnedByClientList":{"items":{"$ref":"#/components/schemas/projectOwnedByClientList"},"type":"array"},"client":{"items":{"$ref":"#/components/schemas/clients"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"transactionList":{"properties":{"clientTransactionId":{"format":"uuid","type":"string"},"transactionId":{"format":"uuid","type":"string"},"transactionName":{"type":"string"},"defaultCurrency":{"type":"string"},"orderDetailConformationId":{"format":"uuid","type":"string"},"createdDate":{"type":"string"},"totalUnit":{"type":"integer"},"pricePerUnit":{"type":"integer"},"totalPrice":{"type":"integer"},"client":{"type":"string"},"status":{"type":"string"},"clientId":{"format":"uuid","type":"integer"},"isApproved":{"type":"boolean"},"transactionType":{"type":"string"},"isTransactionInitiator":{"type":"boolean"},"orderId":{"type":"string"}}},"myTransactionListResponse":{"properties":{"transactionList":{"items":{"$ref":"#/components/schemas/transactionList"},"type":"array"},"client":{"items":{"$ref":"#/components/schemas/clients"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"mytotalFundResponse":{"properties":{"status":{"type":"integer"},"investmentGroup":{"$ref":"#/components/schemas/mytotalFundResponse_investmentGroup"},"investmentType":{"$ref":"#/components/schemas/mytotalFundResponse_investmentType"},"assetType":{"$ref":"#/components/schemas/mytotalFundResponse_assetType"},"marketType":{"$ref":"#/components/schemas/mytotalFundResponse_marketType"},"total":{"type":"integer"}},"type":"object"},"ndaDocumentRequestData":{"properties":{"template":{"type":"string"},"version":{"type":"string"},"label":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"ndaDocumentUpdateRequestData":{"properties":{"ndaTemplateId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"ndaDocumentResponseData":{"properties":{"status":{"type":"integer"},"ndaConfig":{"$ref":"#/components/schemas/ndaConfigResponse"}},"type":"object"},"ndaDocumentResponseListData":{"properties":{"status":{"type":"integer"},"ndaConfigList":{"items":{"$ref":"#/components/schemas/ndaConfigResponse"},"type":"array"}},"type":"object"},"ndaConfigResponse":{"properties":{"ndaTemplateId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"label":{"type":"string"},"text":{"type":"string"},"template":{"type":"string"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"},"createdDate":{"type":"string"},"dynamicConfigType":{"type":"string"},"dynamicConfigTypeString":{"type":"string"}},"type":"object"},"signNdaDocumentData":{"properties":{"ndaTemplateId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"projectList":{"properties":{"projectName":{"type":"string"},"projectBalance":{"type":"integer"},"defaultCurrency":{"type":"string"},"status":{"type":"string"},"fundingType":{"type":"string"},"distributedProjectId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"getMyListedPrimaryMarketProjectResponseData":{"properties":{"projectList":{"$ref":"#/components/schemas/getMyListedPrimaryMarketProjectResponseData_projectList"},"status":{"type":"integer"}},"type":"object"},"userToAccessPrivateProjectData":{"properties":{"privateProjectUserAccessType":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"email":{"type":"string"}},"type":"object"},"projectAccessAbleUserList":{"properties":{"uuid":{"format":"uuid","type":"string"},"email":{"type":"string"},"fullName":{"type":"string"},"createdDate":{"type":"string"}},"type":"object"},"grantedUserListResponse":{"properties":{"projectAccessAbleUserList":{"items":{"$ref":"#/components/schemas/projectAccessAbleUserList"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"userData":{"properties":{"uuid":{"format":"uuid","type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"}},"type":"object"},"masterProjectQuestionList":{"properties":{"uuid":{"format":"uuid","type":"string"},"user":{"$ref":"#/components/schemas/userData"},"fullName":{"type":"string"},"createdDate":{"type":"string"},"answerLists":{"items":{"$ref":"#/components/schemas/masterProjectAnswerList"},"type":"array"}},"type":"object"},"masterProjectAnswerList":{"properties":{"answerId":{"format":"uuid","type":"string"},"answer":{"type":"string"},"user":{"$ref":"#/components/schemas/userData"},"createdDate":{"type":"string"},"questionId":{"format":"uuid","type":"string"},"question":{"type":"string"}},"type":"object"},"getQuestionsListResponseData":{"properties":{"masterProjectQuestionList":{"items":{"$ref":"#/components/schemas/masterProjectQuestionList"},"type":"array"}},"type":"object"},"projectDetailsQuestionAnswereData":{"properties":{"answer":{"type":"string"},"userId":{"format":"uuid","type":"string"},"questionId":{"format":"uuid","type":"string"},"httpMethod":{"type":"string"},"answerId":{"format":"uuid","type":"string"}},"type":"object"},"getAnswerResponseData":{"properties":{"answerLists":{"items":{"$ref":"#/components/schemas/masterProjectAnswerList"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"ndaDocumentList":{"properties":{"ndaDocumentInfoId":{"type":"string"},"projectName":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"investmentGroup":{"type":"string"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"isinNumber":{"type":"string"},"isSignNdaDocument":{"type":"boolean"},"fundRaisingExpireDate":{"type":"string"},"ndaSignedDate":{"type":"string"},"ndaSignedUser":{"type":"string"},"ndaSignedUserFullName":{"type":"string"},"projectSupportingDocument":{"$ref":"#/components/schemas/projectSupportingDocument"},"projectListedUser":{"type":"string"}},"type":"object"},"ndaSignProjectListResponseData":{"properties":{"status":{"type":"integer"},"ndaDocumentList":{"items":{"$ref":"#/components/schemas/ndaDocumentList"},"type":"array"}},"type":"object"},"projectDocumentListResponseData":{"properties":{"status":{"type":"integer"},"projectDocumentList":{"items":{"$ref":"#/components/schemas/ndaDocumentList"},"type":"array"}},"type":"object"},"ndaDocumentDetail":{"properties":{"ndaDocument":{"type":"string"},"companyName":{"type":"string"},"projectName":{"type":"string"},"email":{"type":"string"},"createdDate":{"type":"string"}},"type":"object"},"ndaSignProjectDetailResponseData":{"properties":{"status":{"type":"integer"},"ndaDocumentDetail":{"items":{"$ref":"#/components/schemas/ndaDocumentDetail"},"type":"array"}},"type":"object"},"updateIsinNumber":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"}},"type":"object"},"editHistory":{"properties":{"uuid":{"type":"string"},"updatedByEmail":{"type":"string"},"updatedById":{"type":"string"},"updatedByFullName":{"type":"string"},"updatedAt":{"type":"string"}},"type":"object"},"masterProjectEditHistoryResponse":{"properties":{"status":{"type":"integer"},"editHistory":{"items":{"$ref":"#/components/schemas/assetInfo"},"type":"array"}},"type":"object"},"masterProjectResponse":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"uuid":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"},"projectName":{"type":"string"},"projectHolder":{"type":"string"},"issuer":{"type":"string"},"contactName":{"type":"string"},"countryCallingCode":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"},"issuerBank":{"type":"string"},"issuerBankEmail":{"type":"string"},"projectListingMarketType":{"type":"string"},"projectListingType":{"type":"string"},"investmentGroup":{"type":"string"},"investmentType":{"type":"string"},"fundingType":{"type":"string"},"status":{"type":"string"},"createdDate":{"type":"string"},"realStateProject":{"$ref":"#/components/schemas/masterProjectResponse_realStateProject"},"privateEquityProject":{"type":"object"},"artProject":{"type":"object"},"infrastructure":{"type":"object"},"commodities":{"type":"object"},"fundProject":{"type":"string"},"defaultCurrency":{"type":"string"},"faceValuePerUnit":{"type":"string"},"availableBalance":{"type":"integer"},"projectSupportingDocument":{"type":"string"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"},"projectBalance":{"type":"integer"},"companyName":{"type":"string"},"fundRaisingExpireDate":{"type":"string"},"fundRaisingExpireInDays":{"type":"integer"},"isNdaDocumentSign":{"type":"boolean"},"isTransferToSecondaryMarket":{"type":"boolean"},"projectDescription":{"type":"string"},"isCompleted":{"type":"boolean"},"fundraisingPeriodInDays":{"type":"integer"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"faceValuePerUnitCurrency":{"type":"string"},"minimumNumberOfUnit":{"type":"integer"},"lastPriceOnSecondaryMarket":{"type":"integer"},"lastPriceOnSecondaryMarketCurrency":{"type":"string"},"minimumInvestmentValue":{"type":"integer"},"projectNda":{"type":"string"},"ndaTemplateId":{"format":"uuid","type":"string"},"projectNdaAgreement":{"type":"string"},"isPrivateProject":{"type":"boolean"},"featured":{"type":"boolean"},"projectDetailStep":{"type":"string"},"isVisibleInLandingPage":{"type":"boolean"},"campaignId":{"type":"string"},"isFavorite":{"type":"boolean"},"reason":{"type":"string"},"deals":{"type":"string"},"subscription":{"items":{"$ref":"#/components/schemas/projectSubscriptions"},"type":"array"},"isSendNotificationEnabled":{"type":"boolean"},"hasLlmConsent":{"type":"boolean"},"events":{"$ref":"#/components/schemas/eventResponseBody"},"isEditAccessEnabled":{"type":"boolean"},"ownerCompanyId":{"type":"string"},"individualDeal":{"type":"boolean"},"lastProjectNotificationSendDate":{"type":"string"},"meetLink":{"type":"string"}},"type":"object"},"projectResponseData":{"properties":{"status":{"type":"integer"},"masterProjectId":{"format":"uuid","type":"string"},"masterProject":{"$ref":"#/components/schemas/masterProjectResponse"}},"type":"object"},"guaranteeLevelsRequestData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"guaranteeType":{"type":"string"},"guaranteeRank":{"type":"string"},"guaranteeDescription":{"type":"string"},"guaranteeAgreements":{"type":"string"},"uuid":{"format":"uuid","type":"string"},"id":{"format":"uuid","type":"string"}},"type":"object"},"guaranteeLevelsData":{"properties":{"masterProjectId":{"type":"string"},"guaranteeLevels":{"items":{"$ref":"#/components/schemas/guaranteeLevelsRequestData"},"type":"array"}},"type":"object"},"updateProfilePictureData":{"properties":{"masterProjectId":{"type":"string"},"projectPictureUrl":{"type":"string"}},"type":"object"},"removeInvestmentList":{"properties":{"clientId":{"format":"uuid","type":"string"},"totalUnit":{"type":"integer"},"pricePerUnit":{"type":"integer"},"masterProjectId":{"format":"uuid","type":"string"},"document":{"type":"string"}},"type":"object"},"importInvestmentList":{"properties":{"bankId":{"type":"string"},"iban":{"type":"string"},"bankName":{"type":"string"},"accountManagerName":{"type":"string"},"accountManagerEmail":{"type":"string"},"accountManagerPhoneNumber":{"type":"string"},"proofOfOwnership":{"type":"string"},"clientId":{"format":"uuid","type":"string"},"totalUnit":{"type":"integer"},"pricePerUnit":{"type":"integer"},"document":{"type":"string"}},"type":"object"},"importMultipleInvestmentData":{"properties":{"masterProjectId":{"type":"string"},"importInvestmentList":{"items":{"$ref":"#/components/schemas/importInvestmentList"},"type":"array"}},"type":"object"},"fundProjectkeyPerformanceIndicators":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"totalFundEquityInvested":{"type":"string"},"followOnEquityContributed":{"type":"string"},"expectedMOIC":{"type":"string"},"expectedIRR":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"fundProjectInvestmentsData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"investmentObjective":{"type":"string"},"fundTerm":{"type":"string"},"durationOfTheInvestmentPeriod":{"type":"string"},"targetClosingDate":{"type":"string"},"transactionFees":{"type":"string"},"elligibleInvestorsAndSpecificRestrictions":{"type":"string"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"movementList":{"properties":{"bankName":{"type":"string"},"createdDate":{"type":"string"},"movementType":{"type":"string"},"pricePerUnit":{"type":"integer"},"totalUnit":{"type":"integer"},"totalValue":{"type":"integer"},"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"defaultCurrency":{"type":"string"}},"type":"object"},"projectOwnedByClient":{"properties":{"uuid":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"investmentType":{"type":"string"},"status":{"type":"string"},"lastPrice":{"type":"string"},"totalUnit":{"type":"integer"},"availablUnit":{"type":"integer"},"lockedUnit":{"type":"integer"},"value":{"type":"integer"},"clientId":{"format":"uuid","type":"string"},"clientName":{"type":"string"},"lastPriceByClient":{"type":"integer"},"defaultCurrency":{"type":"string"}},"type":"object"},"projectMovementResponseData":{"properties":{"status":{"type":"integer"},"movementList":{"items":{"$ref":"#/components/schemas/movementList"},"type":"array"}},"type":"object"},"projectMovementDetailResponseData":{"properties":{"projectOwnedByClient":{"$ref":"#/components/schemas/projectOwnedByClient"},"status":{"type":"integer"}},"type":"object"},"investmentOnPrimaryMarketData":{"properties":{"clientId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"totalUnit":{"type":"integer"},"totalValue":{"type":"integer"},"bankId":{"type":"string"},"iban":{"type":"string"},"bankName":{"type":"string"},"accountManagerName":{"type":"string"},"accountManagerEmail":{"type":"string"},"accountManagerPhoneNumber":{"type":"string"}},"type":"object"},"subscriptionOrderDetail":{"properties":{"uuid":{"format":"uuid","type":"string"},"totalUnit":{"type":"integer"},"totalValue":{"type":"integer"},"pricePerUnit":{"type":"integer"},"susbscriptionContractDocument":{"type":"string"},"termSheetDocument":{"type":"string"},"defaultCurrency":{"type":"string"},"projectName":{"type":"string"},"isinNumber":{"type":"string"},"clientName":{"type":"string"},"subscriberWealthManagerName":{"type":"string"},"companyBank":{"type":"string"},"companyBankEmail":{"type":"string"},"companyName":{"type":"string"},"issuerBank":{"type":"string"},"issuerBankEmail":{"type":"string"},"issuer":{"type":"string"},"smatAdminEmail":{"type":"string"},"client":{"type":"string"},"subscriberBankDetail":{"$ref":"#/components/schemas/subscriberBankDetail"},"createdDate":{"type":"string"},"wealthManagerName":{"type":"string"},"isTransactionInitiator":{"type":"boolean"},"isFundProject":{"type":"boolean"}},"type":"object"},"subscriberBankDetail":{"properties":{"uuid":{"format":"uuid","type":"string"},"iban":{"type":"string"},"bankName":{"type":"string"},"accountManagerName":{"type":"string"},"accountManagerEmail":{"type":"string"},"accountManagerPhoneNumber":{"type":"string"}},"type":"object"},"investmentOnPrimaryMarketResponse":{"properties":{"subscriptionOrderDetail":{"$ref":"#/components/schemas/subscriptionOrderDetail"},"message":{"type":"string"},"status":{"type":"integer"}},"type":"object"},"importExternalSubscriptionData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"totalValue":{"type":"integer"}},"type":"object"},"orderList":{"properties":{"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"projectUuid":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"},"investmentType":{"type":"string"},"orderPoster":{"type":"string"},"pricePerUnit":{"type":"integer"},"availableUnit":{"type":"integer"},"validUntil":{"type":"string"},"orderType":{"type":"string"},"clientId":{"format":"uuid","type":"string"},"bankListOfCustomer":{"items":{"$ref":"#/components/schemas/subscriberBankDetail"},"type":"array"},"bankDetail":{"$ref":"#/components/schemas/subscriberBankDetail"},"clientName":{"type":"string"},"orderPosterUsername":{"type":"string"},"defaultCurrency":{"type":"string"},"discountPremiumNav":{"type":"string"}},"type":"object"},"ordersListData":{"properties":{"orderList":{"items":{"$ref":"#/components/schemas/orderList"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"searchOrdersData":{"properties":{"isMyPostedOrder":{"type":"boolean"},"orderType":{"type":"string"},"investmentType":{"type":"string"},"pricePerUnit":{"type":"integer"},"validUntil":{"type":"string"}}},"takeOrderData":{"properties":{"orderTakerClientId":{"format":"uuid","type":"string"},"orderDetailId":{"format":"uuid","type":"string"},"actualOrder":{"type":"integer"},"pricePerUnit":{"type":"integer"},"bankId":{"type":"string"},"iban":{"type":"string"},"bankName":{"type":"string"},"accountManagerName":{"type":"string"},"accountManagerEmail":{"type":"string"},"accountManagerPhoneNumber":{"type":"string"}},"type":"object"},"orderConfirmationDetail":{"properties":{"uuid":{"format":"uuid","type":"string"},"orderType":{"type":"string"},"projectUuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"isinNumber":{"type":"string"},"actualNoOfOrder":{"type":"integer"},"pricePerUnit":{"type":"integer"},"totalPrice":{"type":"integer"},"buyerBankDetail":{"$ref":"#/components/schemas/subscriberBankDetail"},"sellerBankDetail":{"$ref":"#/components/schemas/subscriberBankDetail"},"sellerWealthManagerDetail":{"$ref":"#/components/schemas/orderConfirmationDetail_sellerWealthManagerDetail"},"buyerWealthManagerDetail":{"$ref":"#/components/schemas/orderConfirmationDetail_sellerWealthManagerDetail"},"defaultCurrency":{"type":"string"},"buyerClientDetail":{"$ref":"#/components/schemas/orderConfirmationDetail_buyerClientDetail"},"sellerClientDetail":{"$ref":"#/components/schemas/orderConfirmationDetail_buyerClientDetail"},"smatEmailAddress":{"type":"string"},"createdDate":{"type":"string"},"termsheet":{"type":"string"}},"type":"object"},"takeOrderResponseData":{"properties":{"message":{"type":"string"},"orderConfirmationDetail":{"$ref":"#/components/schemas/orderConfirmationDetail"},"status":{"type":"integer"}},"type":"object"},"confirmationDetailResponseData":{"properties":{"orderConfirmationDetail":{"$ref":"#/components/schemas/orderConfirmationDetail"},"status":{"type":"integer"}},"type":"object"},"totalFundUnderWealthManagerResponse":{"properties":{"status":{"type":"integer"},"investmentGroup":{"$ref":"#/components/schemas/mytotalFundResponse_investmentGroup"},"investmentType":{"$ref":"#/components/schemas/mytotalFundResponse_investmentType"},"assetType":{"$ref":"#/components/schemas/mytotalFundResponse_assetType"},"marketType":{"$ref":"#/components/schemas/mytotalFundResponse_marketType"},"total":{"type":"integer"},"currency":{"type":"string"}},"type":"object"},"investmentList":{"properties":{"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"investmentType":{"type":"string"},"totalUnit":{"type":"integer"},"isinNumber":{"type":"string"},"status":{"type":"string"},"totalValue":{"type":"integer"},"defaultCurrency":{"type":"string"}},"type":"object"},"latestInvestmentResponse":{"properties":{"message":{"type":"string"},"investmentList":{"$ref":"#/components/schemas/investmentList"}},"type":"object"},"transactionData":{"properties":{"transactionId":{"format":"uuid","type":"string"},"transactionName":{"type":"string"},"defaultCurrency":{"type":"string"},"totalUnit":{"type":"integer"},"totalValue":{"type":"integer"},"pricePerUnit":{"type":"integer"},"status":{"type":"string"},"createdDate":{"type":"string"},"projectName":{"type":"string"}},"type":"object"},"externalTransactionResponse":{"properties":{"transactionList":{"items":{"$ref":"#/components/schemas/transactionData"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"transactionListByWealthmanager":{"properties":{"wealthManagerTransactionId":{"format":"uuid","type":"string"},"transactionId":{"format":"uuid","type":"string"},"transactionName":{"type":"string"},"defaultCurrency":{"type":"string"},"totalUnit":{"type":"integer"},"totalValue":{"type":"integer"},"pricePerUnit":{"type":"integer"},"status":{"type":"string"},"client":{"type":"string"},"createdDate":{"type":"string"},"clientId":{"type":"string"},"orderDetailConformationId":{"type":"string"},"isApproved":{"type":"boolean"},"projectUuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"transactionType":{"type":"string"},"isTransactionInitiator":{"type":"boolean"},"masterProjectId":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"},"projectListingMarketType":{"type":"string"},"projectListingType":{"type":"string"},"investmentGroup":{"type":"string"},"investmentType":{"type":"string"},"fundingType":{"type":"string"},"projectStatus":{"type":"string"},"transactionInitiatorId":{"type":"string"},"transactionReceiverId":{"type":"string"},"isApprovedByAdmin":{"type":"boolean"},"orederId":{"type":"string"}},"type":"object"},"transactionListByDistributor":{"properties":{"distributorTransactionId":{"format":"uuid","type":"string"},"transactionId":{"format":"uuid","type":"string"},"transactionName":{"type":"string"},"defaultCurrency":{"type":"string"},"totalUnit":{"type":"integer"},"totalValue":{"type":"integer"},"pricePerUnit":{"type":"integer"},"status":{"type":"string"},"client":{"type":"string"},"createdDate":{"type":"string"},"clientId":{"type":"string"},"orderDetailConformationId":{"type":"string"},"isApproved":{"type":"boolean"},"projectUuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"transactionType":{"type":"string"},"isTransactionInitiator":{"type":"boolean"},"masterProjectId":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"},"projectListingMarketType":{"type":"string"},"projectListingType":{"type":"string"},"investmentGroup":{"type":"string"},"investmentType":{"type":"string"},"fundingType":{"type":"string"},"projectStatus":{"type":"string"},"transactionInitiatorId":{"type":"string"},"transactionReceiverId":{"type":"string"},"isApprovedByAdmin":{"type":"boolean"},"orederId":{"type":"string"}},"type":"object"},"transactionListByClient":{"properties":{"distributorTransactionId":{"format":"uuid","type":"string"},"transactionId":{"format":"uuid","type":"string"},"transactionName":{"type":"string"},"defaultCurrency":{"type":"string"},"totalUnit":{"type":"integer"},"totalValue":{"type":"integer"},"pricePerUnit":{"type":"integer"},"status":{"type":"string"},"client":{"type":"string"},"createdDate":{"type":"string"},"clientId":{"type":"string"},"orderDetailConformationId":{"type":"string"},"isApproved":{"type":"boolean"},"projectUuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"transactionType":{"type":"string"},"clientTransactionId":{"type":"boolean"},"masterProjectId":{"format":"uuid","type":"string"},"isinNumber":{"type":"string"},"projectListingMarketType":{"type":"string"},"projectListingType":{"type":"string"},"investmentGroup":{"type":"string"},"investmentType":{"type":"string"},"fundingType":{"type":"string"},"projectStatus":{"type":"string"},"transactionInitiatorId":{"type":"string"},"transactionReceiverId":{"type":"string"},"isApprovedByAdmin":{"type":"boolean"},"orederId":{"type":"string"}},"type":"object"},"transactionsListResponse":{"properties":{"status":{"type":"integer"},"transactionList":{"$ref":"#/components/schemas/transactionListByWealthmanager"}},"type":"object"},"transactionListByDistributorResponse":{"properties":{"status":{"type":"integer"},"transactionList":{"items":{"$ref":"#/components/schemas/transactionListByDistributor"},"type":"array"}},"type":"object"},"investorListByProjectResponse":{"properties":{"status":{"type":"integer"},"investors":{"items":{"$ref":"#/components/schemas/clients"},"type":"array"}},"type":"object"},"confirmTransactionData":{"properties":{"clientId":{"format":"uuid","type":"string"},"transactionId":{"format":"uuid","type":"string"}},"type":"object"},"declinedTransactionData":{"properties":{"transactionId":{"format":"uuid","type":"string"}},"type":"object"},"wealthManagerList":{"properties":{"value":{"type":"string"},"label":{"type":"string"}},"type":"object"},"wealthManagersResponse":{"properties":{"wealthManagerList":{"items":{"$ref":"#/components/schemas/wealthManagerList"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"publicProjectResponse":{"properties":{"status":{"type":"integer"},"projectDetail":{"$ref":"#/components/schemas/projectResponseData"}},"type":"object"},"userPersonalDetailResponse":{"properties":{"user":{"$ref":"#/components/schemas/user"},"registrationDocument":{"type":"string"},"status":{"type":"integer"}},"type":"object"},"updatePersonalInfoData":{"properties":{"title":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"city":{"type":"string"},"zipCode":{"type":"string"},"street":{"type":"string"},"country":{"type":"string"},"phoneNumber":{"type":"string"},"dateOfBirth":{"type":"integer"}},"type":"object"},"contractSignData":{"properties":{"signer":{"type":"string"},"userId":{"type":"string"},"companyId":{"type":"string"},"adobeAgreementDocumentId":{"type":"string"}},"type":"object"},"signAgreementData":{"properties":{"companyId":{"type":"string"}},"type":"object"},"getRegistrationStepResponse":{"properties":{"registrationStep":{"type":"string"},"isDocumentUploaded":{"type":"boolean"},"isRegistrationCompleted":{"type":"boolean"},"userRole":{"type":"string"}},"type":"object"},"companyInfoResponse":{"properties":{"status":{"type":"integer"},"companyDetail":{"$ref":"#/components/schemas/companyData"}},"type":"object"},"verifyPhoneNumberForTfaData":{"properties":{"phoneNumber":{"type":"string"}},"type":"object"},"enableDisableEmailNotificationData":{"properties":{"isReceiveProjectListedNotification":{"type":"boolean"}},"type":"object"},"pushNotificationRequest":{"properties":{"isPushNotificationEnabled":{"type":"boolean"}},"type":"object"},"pushNotificationResponse":{"properties":{"isPushNotificationEnabled":{"type":"boolean"},"status":{"type":"integer"}},"type":"object"},"distributorNotificationRequest":{"properties":{"isDistributorNotificationEnabled":{"type":"boolean"}},"type":"object"},"distributorNotificationResponse":{"properties":{"isDistributorNotificationEnabled":{"type":"boolean"},"status":{"type":"integer"}},"type":"object"},"enableDisableEmailNotificationResponse":{"properties":{"isReceiveProjectListedNotification":{"type":"boolean"},"isPushNotificationEnabled":{"type":"boolean"},"isDistributorNotificationEnabled":{"type":"boolean"},"status":{"type":"integer"}},"type":"object"},"currenciesResponse":{"properties":{"currencyList":{"items":{"$ref":"#/components/schemas/currencyData"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"exchangeRateList":{"properties":{"uiid":{"format":"uuid","type":"string"},"currency":{"type":"string"},"rateAgainstCHF":{"type":"integer"}},"type":"object"},"exchangeRateResponse":{"properties":{"exchangeRateList":{"items":{"$ref":"#/components/schemas/exchangeRateList"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"getMyDetailResponse":{"properties":{"user":{"$ref":"#/components/schemas/user"},"status":{"type":"integer"}},"type":"object"},"smatCorners":{"properties":{"smatCornerId":{"format":"uuid","type":"string"},"title":{"type":"string"},"description":{"type":"string"},"audioVideoLink":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"status":{"type":"string"},"imageUrl":{"items":{"type":"string"},"type":"array"},"tagList":{"items":{"type":"string"},"type":"array"},"subTitle":{"type":"string"},"createdDate":{"type":"string"},"audioPodcastUrl":{"type":"string"},"audioPodcastFile":{"type":"string"}},"type":"object"},"smatcornersResponse":{"properties":{"status":{"type":"integer"},"smatCorners":{"items":{"$ref":"#/components/schemas/smatCorners"},"type":"array"}},"type":"object"},"smatcornersBymasterProjectResponse":{"properties":{"status":{"type":"integer"},"smatCorners":{"items":{"$ref":"#/components/schemas/smatCorners"},"type":"array"},"isProjectListedUser":{"type":"boolean"}},"type":"object"},"signContractData":{"properties":{"userId":{"format":"uuid","type":"string"},"companyId":{"format":"uuid","type":"string"},"adobeAgreementDocumentId":{"type":"string"},"adobeTransientDocumentId":{"type":"string"},"isSignContract":{"type":"boolean"}},"type":"object"},"uploadContractData":{"properties":{"contractPath":{"type":"string"},"companyId":{"format":"uuid","type":"string"}},"type":"object"},"changeUsernameAdminData":{"properties":{"username":{"type":"string"},"userId":{"format":"uuid","type":"string"}},"type":"object"},"changeUserStatusRequest":{"properties":{"userId":{"format":"uuid","type":"string"},"status":{"type":"string"},"reason":{"type":"string"},"isNotificationEnabled":{"type":"boolean"}},"type":"object"},"changeStatusNotificationData":{"properties":{"notificationId":{"format":"uuid","type":"string"}},"type":"object"},"userContractResponse":{"properties":{"name":{"type":"string"},"email":{"type":"string"},"address":{"$ref":"#/components/schemas/address"},"company":{"$ref":"#/components/schemas/companyData"},"userRole":{"type":"string"}},"type":"object"},"emailConfigList":{"properties":{"emailConfigId":{"type":"string"},"emailConfigType":{"type":"string"},"environment":{"type":"string"},"email":{"type":"string"}},"type":"object"},"emailConfigsResponse":{"properties":{"status":{"type":"integer"},"emailConfigList":{"$ref":"#/components/schemas/emailConfigList"}},"type":"object"},"projectListResponse":{"properties":{"status":{"type":"integer"},"emailConfigList":{"items":{"$ref":"#/components/schemas/wealthManagerList"},"type":"array"}},"type":"object"},"smatcornerssaveData":{"properties":{"smatCornerId":{"format":"uuid","type":"string"},"title":{"type":"string"},"subTitle":{"type":"string"},"description":{"type":"string"},"audioVideoLink":{"type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"imageUrl":{"items":{"type":"string"},"type":"array"},"tagList":{"items":{"type":"string"},"type":"array"},"documentUrlList":{"type":"string"},"audioPodcastUrl":{"type":"string"},"audioPodcastFile":{"type":"string"}},"type":"object"},"smatcornersShowResponse":{"properties":{"smatCornerDetail":{"$ref":"#/components/schemas/smatCorners"},"status":{"type":"integer"}},"type":"object"},"dynamicConfigList":{"properties":{"ndaTemplateId":{"format":"uuid","type":"string"},"masterProjectId":{"format":"uuid","type":"string"},"label":{"type":"string"},"text":{"type":"string"},"template":{"type":"string"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"},"createdDate":{"type":"string"},"dynamicConfigType":{"type":"string"},"dynamicConfigTypeString":{"type":"string"}},"type":"object"},"dynamicConfigsResponse":{"properties":{"status":{"type":"integer"},"dynamicConfigList":{"items":{"$ref":"#/components/schemas/dynamicConfigList"},"type":"array"}},"type":"object"},"dynamicConfigTypeListResponse":{"properties":{"status":{"type":"integer"},"dynamicConfigTypeList":{"items":{"$ref":"#/components/schemas/wealthManagerList"},"type":"array"}},"type":"object"},"dynamicConfigsData":{"properties":{"ndaTemplateId":{"format":"uuid","type":"string"},"text":{"type":"string"},"dynamicConfigType":{"type":"string"}},"type":"object"},"dynamicConfigByIdResponse":{"properties":{"status":{"type":"integer"},"dynamicConfig":{"$ref":"#/components/schemas/dynamicConfigList"}},"type":"object"},"customNotificationData":{"properties":{"notificationName":{"type":"string"},"notificationTextLabel":{"type":"string"},"notificationType":{"type":"string"},"userRole":{"type":"string"},"type":{"type":"string"},"data":{"$ref":"#/components/schemas/customNotificationData_data"}},"type":"object"},"adminProjectListResponse":{"properties":{"masterProjectId":{"type":"string"},"projectLister":{"$ref":"#/components/schemas/adminProjectListResponse_projectLister"},"isinNumber":{"type":"string"},"projectName":{"type":"string"},"projectListingMarketType":{"type":"string"},"projectListingType":{"type":"string"},"investmentGroup":{"type":"string"},"defaultCurrency":{"type":"string"},"status":{"type":"string"},"featured":{"type":"boolean"},"projectDetailStep":{"type":"string"},"projectInvestmentType":{"type":"string"},"isVisibleInLandingPage":{"type":"boolean"},"createdDate":{"type":"string"},"fundRaisingExpireInDays":{"type":"integer"},"projectBalance":{"type":"integer"},"isPrivateProject":{"type":"boolean"},"reason":{"type":"string"},"notificationTriggered":{"type":"boolean"}},"type":"object"},"userTokenList":{"properties":{"adobeAgreementDocumentId":{"type":"string"},"adobeTransientDocumentId":{"type":"string"},"birthCountry":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"currency":{"type":"string"},"dateOfBirth":{"type":"string"},"firstName":{"type":"string"},"isContractGenerated":{"type":"boolean"},"isContractSigned":{"type":"boolean"},"isGeneratedDocument":{"type":"boolean"},"isPaidPayment":{"type":"boolean"},"lastName":{"type":"string"},"phoneNumber":{"type":"string"},"publicCryptoAddress":{"type":"string"},"signAgreementPath":{"type":"string"},"state":{"type":"string"},"street":{"type":"string"},"totalNoOfPurchaseToken":{"type":"boolean"},"userIdUrl":{"type":"string"},"username":{"type":"string"},"uuid":{"type":"string"},"zipCode":{"type":"string"}},"type":"object"},"userTokenDashboardDataResponse":{"properties":{"totalCount":{"type":"integer"},"userTokenList":{"items":{"$ref":"#/components/schemas/userTokenList"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"userTokenDataResponse":{"properties":{"userTokenDetail":{"$ref":"#/components/schemas/userTokenList"},"status":{"type":"integer"}},"type":"object"},"changeTransactionStatusData":{"properties":{"clientId":{"type":"string"},"transactionId":{"type":"string"},"status":{"type":"string"}},"type":"object"},"superUserResponseData":{"properties":{"status":{"type":"integer"},"message":{"type":"string"},"initialPassword":{"type":"string"}},"type":"object"},"changeLandingPageVisibilityData":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"isVisibleInLandingPage":{"type":"boolean"}},"required":["isVisibleInLandingPage","masterProjectId"],"type":"object"},"landingPageProjectListData":{"properties":{"masterProjectId":{"type":"string"},"projectName":{"type":"string"},"isinNumber":{"type":"string"},"projectDescription":{"type":"string"},"availableUnits":{"type":"integer"},"interestPa":{"type":"string"},"expectedIrr":{"type":"string"},"maturity":{"type":"integer"},"maturityTime":{"type":"string"},"projectPicture":{"$ref":"#/components/schemas/projectPictureData"},"dividendAndExitStrategy":{"type":"string"},"isVisibleInLandingPage":{"type":"boolean"},"investmentType":{"type":"string"},"projectListingMarketType":{"type":"string"},"projectListingType":{"type":"string"},"investmentGroup":{"type":"string"},"defaultCurrency":{"type":"string"},"campaignId":{"type":"string"},"isFavorite":{"type":"boolean"},"status":{"type":"string"},"createdDate":{"type":"string"},"reason":{"type":"string"}}},"partnersPageProjectListData":{"properties":{"masterProjectId":{"type":"string"},"projectName":{"type":"string"},"isinNumber":{"type":"string"},"projectDescription":{"type":"string"},"availableUnits":{"type":"integer"},"interestPa":{"type":"string"},"expectedIrr":{"type":"string"},"maturity":{"type":"integer"},"maturityTime":{"type":"string"},"projectPicture":{"$ref":"#/components/schemas/partnersPageProjectListData_projectPicture"},"dividendAndExitStrategy":{"type":"string"},"defaultCurrency":{"type":"string"},"isVisibleInLandingPage":{"type":"boolean"},"investmentType":{"type":"string"},"projectListingMarketType":{"type":"string"},"projectListingType":{"type":"string"},"link":{"type":"string"},"campaignId":{"type":"string"},"isFavorite":{"type":"boolean"},"reason":{"type":"string"}}},"landingPageProjectListResponse":{"properties":{"projects":{"items":{"$ref":"#/components/schemas/landingPageProjectListData"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"commentInfoData":{"properties":{"campaignId":{"format":"uuid","type":"string"},"commentId":{"format":"uuid","type":"string"},"comment":{"type":"string"}}},"marketCampaignCommentList":{"properties":{"commentId":{"format":"uuid","type":"string"},"comment":{"type":"string"},"createdDate":{"type":"string"},"createdByUsername":{"type":"string"},"createdById":{"type":"string"},"campaignId":{"type":"string"},"campaignName":{"type":"string"},"replies":{"items":{"$ref":"#/components/schemas/commentReplies"},"type":"array"}}},"commentReplies":{"properties":{"replyId":{"format":"uuid","type":"string"},"reply":{"type":"string"},"createdDate":{"type":"string"},"createdByUsername":{"type":"string"},"createdById":{"type":"string"},"campaignId":{"type":"string"},"campaignName":{"type":"string"}}},"getCommentsResponseData":{"properties":{"marketCampaignCommentList":{"$ref":"#/components/schemas/marketCampaignCommentList"}},"type":"object"},"commentReplyData":{"properties":{"replyId":{"format":"uuid","type":"string"},"reply":{"type":"string"},"commentId":{"format":"uuid","type":"string"},"httpMethod":{"type":"string"}}},"notificationDeleteData":{"properties":{"uuidList":{"items":{"type":"string"},"type":"array"}},"type":"object"},"mobilePinData":{"properties":{"pin":{"type":"string"}},"type":"object"},"mobileReceipts":{"properties":{"id":{"type":"string"},"status":{"type":"string"}},"type":"object"},"getMobileReceiptResponse":{"properties":{"status":{"type":"integer"},"receipts":{"items":{"$ref":"#/components/schemas/mobileReceipts"},"type":"array"}},"type":"object"},"adminProjectResponse":{"properties":{"totalCount":{"type":"integer"},"projects":{"items":{"$ref":"#/components/schemas/adminProjectListResponse"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"allUsersResponse":{"properties":{"totalCount":{"type":"integer"},"users":{"items":{"$ref":"#/components/schemas/user"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"allClientResponse":{"properties":{"totalCount":{"type":"integer"},"clients":{"items":{"$ref":"#/components/schemas/clients"},"type":"array"},"status":{"type":"integer"}},"type":"object"},"projectNotificationRequestBody":{"properties":{"masterProjectId":{"type":"integer"},"title":{"type":"string"},"body":{"type":"string"},"attachment":{"type":"string"},"attachmentContent":{"type":"string"},"sendPush":{"type":"boolean"},"targetCountry":{"type":"string"}},"type":"object"},"projectNotificationDetailsData":{"properties":{"uuid":{"type":"string"},"title":{"type":"string"},"projectName":{"type":"string"},"body":{"type":"string"},"masterProjectId":{"type":"string"},"createdDate":{"type":"string"},"createdBy":{"type":"string"},"isSendPush":{"type":"boolean"},"attachment":{"type":"string"},"recipients":{"type":"integer"}},"type":"object"},"projectNotificationDetailsResponse":{"properties":{"status":{"type":"integer"},"notification":{"$ref":"#/components/schemas/projectNotificationDetailsData"}},"type":"object"},"projectNotificationData":{"properties":{"uuid":{"type":"string"},"title":{"type":"string"},"projectName":{"type":"string"},"masterProjectId":{"type":"string"},"createdDate":{"type":"string"},"createdBy":{"type":"string"},"targetCountry":{"type":"string"},"recipients":{"type":"integer"}},"type":"object"},"projectNotificationResponse":{"properties":{"status":{"type":"integer"},"notifications":{"items":{"$ref":"#/components/schemas/projectNotificationData"},"type":"array"}},"type":"object"},"projectNotificationUpdateRequest":{"properties":{"title":{"type":"integer"},"body":{"type":"string"},"targetCountry":{"type":"string"}},"type":"object"},"projectNotificationStatusChangeRequest":{"properties":{"status":{"type":"integer"},"reason":{"type":"string"}},"type":"object"},"delete_200_response":{"oneOf":[{"$ref":"#/components/schemas/messageResponseData"},{"$ref":"#/components/schemas/transactionResponseDataforSecondaryProject"}]},"uploadproject_request":{"oneOf":[{"$ref":"#/components/schemas/campaignUploadInfoData"},{"$ref":"#/components/schemas/projectUploadInfoData"}]},"uploadproject_200_response":{"oneOf":[{"$ref":"#/components/schemas/campaignUploadResponseData"},{"$ref":"#/components/schemas/projectResponseData"}]},"getTransactionDetails_200_response":{"oneOf":[{"$ref":"#/components/schemas/transactionListByWealthmanager"},{"$ref":"#/components/schemas/transactionListByDistributor"},{"$ref":"#/components/schemas/transactionListByClient"}]},"update_request":{"oneOf":[{"$ref":"#/components/schemas/adminPorjectGeneralInfo"}]},"updateFundProject_request":{"oneOf":[{"$ref":"#/components/schemas/fundingProjectRequestData"}]},"details_200_response":{"oneOf":[{"$ref":"#/components/schemas/transactionResponseDataforPrimaryProject"},{"$ref":"#/components/schemas/transactionResponseDataforSecondaryProject"}]},"changeTransactionStatus_200_response":{"oneOf":[{"$ref":"#/components/schemas/messageResponseData"}]},"importExternalSubscriptionadmin_200_response":{"oneOf":[{"$ref":"#/components/schemas/adminProjectSubscriptionResponse"}]},"adminnotifications_200_response":{"oneOf":[{"$ref":"#/components/schemas/notificationResponseData"}]},"getMobileReceipt_200_response":{"oneOf":[{"$ref":"#/components/schemas/getMobileReceiptResponse"}]},"userContract_200_response":{"oneOf":[{"$ref":"#/components/schemas/userContractResponse"}]},"emailConfigs_200_response":{"oneOf":[{"$ref":"#/components/schemas/emailConfigsResponse"}]},"dynamicConfigs_200_response":{"oneOf":[{"$ref":"#/components/schemas/dynamicConfigsResponse"}]},"dynamicConfigTypeList_200_response":{"oneOf":[{"$ref":"#/components/schemas/dynamicConfigTypeListResponse"}]},"getById_200_response":{"oneOf":[{"$ref":"#/components/schemas/dynamicConfigByIdResponse"}]},"projectList_200_response":{"oneOf":[{"$ref":"#/components/schemas/adminProjectListResponse"}]},"projectNdaList_200_response":{"oneOf":[{"$ref":"#/components/schemas/ndaSignProjectListResponseData"}]},"smatcornersadmin_200_response":{"oneOf":[{"$ref":"#/components/schemas/smatcornersBymasterProjectResponse"}]},"projectListGet_200_response":{"oneOf":[{"$ref":"#/components/schemas/projectListResponse"}]},"smatcornersshow_200_response":{"oneOf":[{"$ref":"#/components/schemas/smatcornersShowResponse"}]},"changeStatus_200_response":{"oneOf":[{"$ref":"#/components/schemas/statusChangeResponse"}]},"adminListReviews_200_response":{"oneOf":[{"$ref":"#/components/schemas/adminReviewsResponse"}]},"sendProjectListingEmail_200_response":{"oneOf":[{"$ref":"#/components/schemas/projectListingEmailResponseData"}]},"sendProjectListingEmails_200_response":{"oneOf":[{"$ref":"#/components/schemas/projectListingEmailPreviewResponseData"}]},"updateArtProject_200_response":{"oneOf":[{"$ref":"#/components/schemas/adminPorjectRealStateResponse"}]},"marketCampaignCount_200_response":{"oneOf":[{"$ref":"#/components/schemas/campaignFilterResponse"}]},"campaignIdGet_200_response":{"oneOf":[{"$ref":"#/components/schemas/getCampaignResponseData"}]},"userTokenDashboard_200_response":{"oneOf":[{"$ref":"#/components/schemas/userTokenDashboardDataResponse"}]},"userTokendata_200_response":{"oneOf":[{"$ref":"#/components/schemas/userTokenDataResponse"}]},"investMentInfoResponseData_masterProject_privateEquityProject_businessInfo":{"properties":{"uuid":{"format":"uuid","type":"string"},"businessDescription":{"type":"string"},"companyLocation":{"type":"string"}},"type":"object"},"investMentInfoResponseData_masterProject_privateEquityProject_investmentInfo":{"properties":{"uuid":{"format":"uuid","type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"fundingSeries":{"type":"string"}},"type":"object"},"investMentInfoResponseData_masterProject_privateEquityProject_fundingInfo":{"properties":{"uuid":{"format":"uuid","type":"string"}},"type":"object"},"investMentInfoResponseData_masterProject_privateEquityProject_keyPerformanceIndicators":{"properties":{"uuid":{"format":"uuid","type":"string"},"loanToValueRatio":{"type":"string"},"companyRevenue":{"type":"string"}},"type":"object"},"investMentInfoResponseData_masterProject_privateEquityProject":{"properties":{"uuid":{"format":"uuid","type":"string"},"businessInfo":{"$ref":"#/components/schemas/investMentInfoResponseData_masterProject_privateEquityProject_businessInfo"},"investmentInfo":{"$ref":"#/components/schemas/investMentInfoResponseData_masterProject_privateEquityProject_investmentInfo"},"fundingInfo":{"$ref":"#/components/schemas/investMentInfoResponseData_masterProject_privateEquityProject_fundingInfo"},"keyPerformanceIndicators":{"$ref":"#/components/schemas/investMentInfoResponseData_masterProject_privateEquityProject_keyPerformanceIndicators"},"guaranteeLevels":{"$ref":"#/components/schemas/guaranteeLevels"}},"type":"object"},"investMentInfoResponseData_masterProject_fundProject":{"properties":{"fundManagerTrackRecord":{"format":"uuid","type":"string"},"trackRecordWithHSBC":{"type":"string"},"fundManager":{"type":"string"},"transactionFees":{"type":"string"}},"type":"object"},"investMentInfoResponseData_masterProject":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"isinNumber":{"type":"string"},"privateEquityProject":{"$ref":"#/components/schemas/investMentInfoResponseData_masterProject_privateEquityProject"},"fundProject":{"$ref":"#/components/schemas/investMentInfoResponseData_masterProject_fundProject"},"defaultCurrency":{"type":"string"},"availableBalance":{"type":"integer"},"companyName":{"type":"string"},"softCap":{"type":"integer"},"hardCap":{"type":"integer"}},"type":"object"},"projectGeneralInfoData_jsonFields":{"properties":{"dynamicField1":{"type":"string"},"dynamicField2":{"type":"string"},"dynamicField3":{"type":"string"}},"type":"object"},"guaranteeLevels_privateEquityProject":{"properties":{"id":{"type":"integer"}},"type":"object"},"projectSupportingDocument_jsonFields":{"properties":{"dynamicFields1":{"type":"string"},"dynamicFields2":{"type":"string"},"dynamicFields3":{"type":"string"}},"type":"object"},"adminPorjectGeneralInfo_legalInfoData":{"properties":{"corporateRules":{"type":"string"},"mainProvision":{"type":"string"},"exitProvisions":{"type":"string"},"assetEconomyImpact":{"type":"string"}},"type":"object"},"featureProjectListResponse_inner_privateEquityProject_businessInfo":{"properties":{"uuid":{"format":"uuid","type":"string"},"businessDescription":{"type":"string"},"companyIndustry":{"type":"string"},"country":{"type":"string"},"zipCode":{"type":"string"},"city":{"type":"string"},"street":{"type":"string"},"managingTeamResume":{"type":"string"},"companyWebsite":{"type":"string"},"industryTrends":{"type":"string"},"numberOfEmployee":{"type":"integer"},"companyAge":{"type":"integer"},"miscellaneous":{"type":"string"},"companyLocation":{"type":"string"}},"type":"object"},"featureProjectListResponse_inner_privateEquityProject_keyPerformanceIndicators":{"properties":{"uuid":{"format":"uuid","type":"string"},"loanToValueRatio":{"type":"string"},"companyRevenue":{"type":"string"},"companyRevenueCurrency":{"type":"string"},"ebitdaRevenue":{"type":"string"},"debtToEquityRatio":{"type":"string"},"targettedMoicOrIrr":{"type":"string"},"workingCapital":{"type":"string"},"workingCapitalCurrency":{"type":"string"},"burnRate":{"type":"string"},"interestCoveringRatio":{"type":"string"},"capExOpExRequirement":{"type":"string"},"miscellaneous":{"type":"string"},"weightedAverageTime":{"type":"string"},"weightedAverage":{"type":"string"},"currentCompanyValuation":{"type":"string"},"currentCompanyValuationCurrency":{"type":"string"}},"type":"object"},"featureProjectListResponse_inner_privateEquityProject_investmentInfo":{"properties":{"uuid":{"format":"uuid","type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"dividend":{"type":"string"},"issuerJurisdiction":{"type":"string"},"structureOrArranger":{"type":"string"},"payingAndSettlementAgent":{"type":"string"},"fundingSeries":{"type":"string"},"issueDate":{"type":"string"},"expectedReturnPerAnnum":{"type":"string"},"paymentPeriodicity":{"type":"string"},"paymentPeriodicityTime":{"type":"string"},"dividendPaymentProjection":{"type":"string"},"maturity":{"type":"string"},"maturityTime":{"type":"string"},"interestPerAnnum":{"type":"string"},"earlyRedemptionDate":{"type":"string"},"miscellaneous":{"type":"string"},"dividendAndExitStrategy":{"type":"string"},"expectedMultipleOfInvestmentCapital":{"type":"string"},"eligibleInvestors":{"type":"string"}},"type":"object"},"featureProjectListResponse_inner_privateEquityProject_fundingInfo":{"properties":{"uuid":{"format":"uuid","type":"string"},"fundraisingPeriod":{"type":"string"},"fundraisingPeriodTime":{"type":"string"},"fundingSeries":{"type":"string"},"fundraisingPeriodInDays":{"type":"string"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"nominalPricePerUnit":{"type":"string"},"nominalPricePerUnitCurrency":{"type":"string"},"minimumNumberOfUnit":{"type":"string"},"isTransferToSecondaryMarket":{"type":"string"}},"type":"object"},"featureProjectListResponse_inner_privateEquityProject":{"properties":{"uuid":{"format":"uuid","type":"string"},"businessInfo":{"$ref":"#/components/schemas/featureProjectListResponse_inner_privateEquityProject_businessInfo"},"keyPerformanceIndicators":{"$ref":"#/components/schemas/featureProjectListResponse_inner_privateEquityProject_keyPerformanceIndicators"},"investmentInfo":{"$ref":"#/components/schemas/featureProjectListResponse_inner_privateEquityProject_investmentInfo"},"fundingInfo":{"$ref":"#/components/schemas/featureProjectListResponse_inner_privateEquityProject_fundingInfo"},"guaranteeLevels":{"$ref":"#/components/schemas/guaranteeLevels"}},"type":"object"},"featureProjectListResponse_inner":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"uuid":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"isinNumber":{"type":"string"},"phoneNumber":{"type":"string"},"projectHolder":{"type":"string"},"issuer":{"type":"string"},"contactName":{"type":"string"},"email":{"type":"string"},"issuerBank":{"type":"string"},"issuerBankEmail":{"type":"string"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"investmentGroup":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"fundingType":{"type":"string"},"status":{"type":"string"},"createdDate":{"type":"string"},"privateEquityProject":{"$ref":"#/components/schemas/featureProjectListResponse_inner_privateEquityProject"},"fundProject":{"type":"object"},"defaultCurrency":{"type":"integer"},"faceValuePerUnit":{"type":"string"},"availableBalance":{"type":"string"},"projectSupportingDocument":{"type":"integer"},"createdBy":{"type":"integer"},"updatedBy":{"type":"string"},"projectBalance":{"type":"string"},"companyName":{"type":"integer"},"fundRaisingExpireDate":{"type":"string"},"fundRaisingExpireInDays":{"type":"string"},"isNdaDocumentSign":{"type":"boolean"},"isTransferToSecondaryMarket":{"type":"integer"},"projectDescription":{"type":"integer"},"isCompleted":{"type":"boolean"},"fundraisingPeriodInDays":{"type":"string"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"faceValuePerUnitCurrency":{"type":"integer"},"minimumNumberOfUnit":{"type":"string"},"lastPriceOnSecondaryMarket":{"type":"string"},"lastPriceOnSecondaryMarketCurrency":{"type":"integer"},"minimumInvestmentValue":{"type":"integer"},"projectNda":{"type":"string"},"ndaTemplateId":{"type":"string"},"projectNdaAgreement":{"type":"integer"},"isPrivateProject":{"type":"boolean"},"jsonFields":{"$ref":"#/components/schemas/projectGeneralInfoData_jsonFields"}},"type":"object"},"userDetailsUpdateResponse_userDetail_user":{"properties":{"username":{"type":"string"},"title":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"dateOfBirth":{"type":"string"},"uuid":{"type":"string"},"phoneNumber":{"type":"string"},"city":{"type":"string"},"zipCode":{"type":"string"},"street":{"type":"string"},"country":{"type":"integer"},"addressType":{"type":"integer"},"fullName":{"type":"string"},"currency":{"$ref":"#/components/schemas/currencyData"}},"type":"object"},"userDetailsUpdateResponse_userDetail_company_address":{"properties":{"country":{"type":"integer"},"city":{"type":"string"},"zipcode":{"type":"string"},"street":{"type":"string"}},"type":"object"},"userDetailsUpdateResponse_userDetail_company_links":{"properties":{"dynamicField1":{"type":"string"},"dynamicField2":{"type":"string"}},"type":"object"},"userDetailsUpdateResponse_userDetail_company":{"properties":{"legalName":{"type":"string"},"email":{"type":"string"},"companyRegisterId":{"type":"string"},"country":{"type":"string"},"address":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_company_address"},"correspondenceAddress":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_company_address"},"isCorrespondenceDifferent":{"type":"boolean"},"phoneNumber":{"type":"string"},"countryCallingCode":{"type":"string"},"signAgreementPath":{"type":"string"},"adobeAgreementDocumentId":{"type":"string"},"proofOfLegalDocument":{"type":"string"},"tradeRegisterDocument":{"type":"string"},"fimaDocument":{"type":"integer"},"isDocumentUploaded":{"type":"boolean"},"companyCreatedUserId":{"type":"string"},"isOwner":{"type":"boolean"},"profile":{"type":"string"},"banner":{"type":"string"},"links":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_company_links"},"documents":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_company_links"}},"type":"object"},"userDetailsUpdateResponse_userDetail":{"properties":{"userId":{"type":"string"},"status":{"type":"string"},"user":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_user"},"company":{"$ref":"#/components/schemas/userDetailsUpdateResponse_userDetail_company"}},"type":"object"},"transactionResponseDataforPrimaryProject_transactions_inner":{"properties":{"transactionId":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"transactionName":{"type":"string"},"orderDetailConformationId":{"type":"string"},"transactionType":{"type":"string"},"client":{"type":"string"},"clientEmail":{"type":"string"},"clientId":{"type":"string"},"userFullName":{"type":"string"},"userEmail":{"type":"string"},"defaultCurrency":{"type":"string"},"totalUnit":{"type":"integer"},"totalPrice":{"type":"integer"},"pricePerUnit":{"type":"integer"},"status":{"type":"integer"},"createdDate":{"type":"integer"},"isApprovedByTransactionReceiver":{"type":"boolean"},"isApprovedByTransactionInitiator":{"type":"boolean"},"isApprovedByTransactionReceiverAdmin":{"type":"boolean"},"isApprovedByTransactionInitiatorAdmin":{"type":"boolean"},"transactionInitiatorId":{"type":"string"},"transactionReceiverId":{"type":"string"},"isApprovedByAdmin":{"type":"boolean"}},"type":"object"},"transactionResponseDataforSecondaryProject_transactions_inner":{"properties":{"transactionId":{"format":"uuid","type":"string"},"projectName":{"type":"string"},"transactionName":{"type":"string"},"orderDetailConformationId":{"type":"string"},"transactionType":{"type":"string"},"createdDate":{"type":"string"},"totalUnit":{"type":"integer"},"pricePerUnit":{"type":"integer"},"totalPrice":{"type":"integer"},"sellerClient":{"type":"string"},"buyerClient":{"type":"string"},"userFullName":{"type":"integer"},"userEmail":{"type":"integer"},"status":{"type":"integer"},"orderType":{"type":"integer"},"sellerClientId":{"type":"integer"},"buyerClientId":{"type":"integer"},"isApprovedBySeller":{"type":"boolean"},"isApprovedByBuyer":{"type":"boolean"},"isApprovedByTransactionReceiverAdmin":{"type":"boolean"},"isApprovedByTransactionInitiatorAdmin":{"type":"boolean"},"transactionInitiatorId":{"type":"string"},"transactionReceiverId":{"type":"string"},"isApprovedByAdmin":{"type":"boolean"}},"type":"object"},"fundingProjectRequestData_generalInfo":{"properties":{"isinNumber":{"type":"string"},"projectName":{"type":"string"},"projectHolder":{"type":"string"},"issuer":{"type":"string"},"issuerBank":{"type":"string"},"issuerBankEmail":{"type":"string"},"contactName":{"type":"string"},"countryCallingCode":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"},"projectListingType":{"$ref":"#/components/schemas/projectListingType"},"investmentGroup":{"type":"string"},"projectListingMarketType":{"$ref":"#/components/schemas/projectListingMarketType"},"projectDefaultCurrency":{"type":"string"},"projectDescription":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"companyName":{"type":"string"},"companyBank":{"type":"string"},"companyBankEmail":{"type":"string"},"fundraisingPeriodInDays":{"type":"integer"},"availableInvestmentValue":{"type":"integer"},"projectBalance":{"type":"integer"},"minimumNumberOfUnit":{"type":"integer"},"faceValuePerUnit":{"type":"integer"},"faceValuePerUnitCurrency":{"type":"string"},"projectNdaAgreement":{"type":"string"},"lastPriceOnSecondaryMarket":{"type":"string"},"lastPriceOnSecondaryMarketCurrency":{"type":"string"},"softCapCurrency":{"type":"string"},"hardCapCurrency":{"type":"string"}},"type":"object"},"fundingProjectRequestData_investmentInfo":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"investmentObjective":{"type":"string"},"fundTerm":{"type":"string"},"durationOfTheInvestmentPeriod":{"type":"string"},"targetClosingDate":{"type":"string"},"transactionFees":{"type":"string"},"elligibleInvestorsAndSpecificRestrictions":{"type":"string"}},"required":["masterProjectId"],"type":"object"},"fundingProjectRequestData_keyPerformanceIndicators":{"properties":{"masterProjectId":{"type":"string"},"totalFundEquityInvested":{"type":"string"},"followOnEquityContributed":{"type":"integer"},"expectedMOIC":{"type":"string"},"expectedIRR":{"type":"string"}},"required":["masterProjectId"],"type":"object"},"fundingProjectRequestData_fundStrategy":{"properties":{"masterProjectId":{"format":"uuid","type":"string"},"softCap":{"type":"integer"},"softCapCurrency":{"type":"string"},"hardCap":{"type":"integer"},"hardCapCurrency":{"type":"string"},"keyFundInvestmentThemes":{"type":"string"},"overviewOfFundExistingInvestment":{"type":"string"},"targetFundSize":{"type":"integer"},"investmentLocation":{"type":"string"},"fundraisingPeriodInDays":{"type":"number"},"faceValuePerUnit":{"type":"integer"},"minimumNumberOfUnit":{"type":"number"},"isTransferToSecondaryMarket":{"type":"boolean"},"managementFeesPaidDuringInvestmentPeriod":{"type":"string"},"managementFeesPaidOnPostInvestmentPeriod":{"type":"string"},"distributionFee":{"type":"string"},"carriedInterestOrPromoteFee":{"type":"string"},"lastPriceOnSecondaryMarket":{"type":"string"},"lastPriceOnSecondaryMarketCurrency":{"type":"string"}},"required":["hardCap","masterProjectId","softCap"],"type":"object"},"fundingProjectRequestData_projectSupportingDocument":{"properties":{"financialStatementAvailable":{"type":"string"},"financialProjections":{"type":"string"},"teaserInformationMemorandum":{"type":"string"},"projectPicture":{"$ref":"#/components/schemas/projectPictureData"},"certificateOfIncorporation":{"type":"string"},"byLaws":{"type":"string"},"shareHolderAgreement":{"type":"string"},"guaranteeAgreements":{"type":"string"},"termSheet":{"type":"string"},"subscriptionContract":{"type":"string"},"otherDocument1":{"type":"string"},"otherDocument2":{"type":"string"},"otherDocument3":{"type":"string"},"capTable":{"type":"string"},"summaryBusinessDeck":{"type":"string"},"trackRecordsResumes":{"type":"string"},"otherProjectDocumentation":{"type":"string"},"otherLegalDocument1":{"type":"string"},"otherLegalDocument2":{"type":"string"},"otherLegalDocument3":{"type":"string"}},"type":"object"},"fundingProjectRequestData_contactInfo":{"properties":{"contactName":{"type":"string"},"phoneNumber":{"type":"string"},"email":{"type":"string"}},"type":"object"},"healthResponse_inner":{"properties":{"status":{"type":"integer"},"service":{"type":"string"},"message":{"type":"string"}},"type":"object"},"projectCountResponse_countList":{"properties":{"realEstate":{"type":"integer"},"privateEquity":{"type":"integer"},"artProject":{"type":"integer"},"infrastructureProject":{"type":"integer"},"commoditiesProject":{"type":"integer"},"hedgeFunds":{"type":"integer"},"closeEndedFunds":{"type":"integer"},"primaryMarket":{"type":"integer"},"secondaryMarket":{"type":"integer"},"equityFinancing":{"type":"integer"},"debtFinancing":{"type":"integer"},"convertibleLoanFinancing":{"type":"integer"},"fundFinancing":{"type":"integer"}},"type":"object"},"userCountResponse_countList":{"properties":{"wealthManagerUser":{"type":"integer"},"distributorUser":{"type":"integer"},"adminUser":{"type":"integer"},"committeeUser":{"type":"integer"}},"type":"object"},"getCampaignResponseData_marketCampaignDetail_campaignCommittedUser_inner":{"properties":{"name":{"type":"string"},"noOfClient":{"type":"integer"},"targetAmount":{"type":"string"},"committedDate":{"type":"string"}},"type":"object"},"getCampaignResponseData_marketCampaignDetail_campaignLikedUser_inner":{"properties":{"name":{"type":"string"},"isLiked":{"type":"boolean"}},"type":"object"},"getCampaignResponseData_marketCampaignDetail":{"properties":{"campaignDetail":{"$ref":"#/components/schemas/marketCampaignDetail"},"campaignCommittedUser":{"items":{"$ref":"#/components/schemas/getCampaignResponseData_marketCampaignDetail_campaignCommittedUser_inner"},"type":"array"},"campaignLikedUser":{"items":{"$ref":"#/components/schemas/getCampaignResponseData_marketCampaignDetail_campaignLikedUser_inner"},"type":"array"}},"type":"object"},"marketCampaignResponse_campaignDetail":{"properties":{"campaignId":{"format":"uuid","type":"string"},"campaignName":{"type":"string"},"investmentType":{"$ref":"#/components/schemas/investmentType"},"description":{"type":"string"},"location":{"type":"string"},"issueDate":{"type":"string"},"targetAmount":{"type":"string"},"totalCommitmentAmount":{"type":"integer"},"targetAmountCurrency":{"type":"string"},"expectedIRR":{"type":"string"},"maturityExitDate":{"type":"string"},"campaignPicture":{"type":"string"},"termSheet":{"type":"string"},"status":{"type":"string"},"createdDate":{"type":"string"},"createdBy":{"format":"uuid","type":"string"},"clientInvolved":{"type":"integer"},"isLiked":{"type":"boolean"},"likeCount":{"type":"integer"},"isDisliked":{"type":"boolean"},"dislikeCount":{"type":"integer"},"campaignListedUser":{"type":"string"},"isCampaignCompleted":{"type":"boolean"},"campaignExpireNoOfDays":{"type":"integer"},"masterProjectId":{"format":"uuid","type":"string"}},"type":"object"},"notificationResponseData_notificationList_inner":{"properties":{"uuid":{"format":"uuid","type":"string"},"notificationName":{"type":"string"},"createdDate":{"type":"string"},"confirmationId":{"format":"uuid","type":"string"},"unread":{"type":"boolean"},"notificationType":{"$ref":"#/components/schemas/notificationType"},"notificationTextLabel":{"type":"string"},"clientId":{"type":"string"},"isApprovedByCounterParty":{"type":"boolean"},"data":{"type":"object"}},"type":"object"},"masterProjectMobileData_projectSupportingDocument":{"properties":{"projectPicture":{"type":"string"},"banner":{"type":"string"},"thumbnail":{"type":"string"},"medium":{"type":"string"},"overlay":{"type":"string"},"termSheet":{"type":"string"},"teaserInformationMemorandum":{"type":"string"},"summaryBusinessDeck":{"type":"string"}},"type":"object"},"mytotalFundResponse_investmentGroup":{"properties":{"DIRECT_INVESTMENT":{"type":"integer"},"COLLECTIVE_INVESTMENT":{"type":"integer"},"total":{"type":"integer"}},"type":"object"},"mytotalFundResponse_investmentType":{"properties":{"DEBT":{"type":"integer"},"EQUITY":{"type":"integer"},"CONVERTIBLE_LOAN":{"type":"integer"},"FUND":{"type":"integer"},"total":{"type":"integer"}},"type":"object"},"mytotalFundResponse_assetType":{"properties":{"REAL_ESTATE":{"type":"integer"},"PRIVATE_EQUITY":{"type":"integer"},"FUNDING_PROJECT":{"type":"integer"},"ART_PROJECT":{"type":"integer"},"INFRASTRUCTURE":{"type":"integer"},"DEDICATED_FUND":{"type":"integer"},"HEDGE_FUND":{"type":"integer"},"total":{"type":"integer"}},"type":"object"},"mytotalFundResponse_marketType":{"properties":{"PRIMARY":{"type":"integer"},"SECODNARY":{"type":"integer"},"total":{"type":"integer"}},"type":"object"},"getMyListedPrimaryMarketProjectResponseData_projectList":{"properties":{"teamProject":{"items":{"$ref":"#/components/schemas/projectList"},"type":"array"},"userProject":{"items":{"$ref":"#/components/schemas/projectList"},"type":"array"}},"type":"object"},"masterProjectResponse_realStateProject":{"properties":{"assetInfo":{"$ref":"#/components/schemas/assetInfo"},"keyPerformanceIndicators":{"$ref":"#/components/schemas/keyPerformanceIndicators"},"investmentInfo":{"$ref":"#/components/schemas/investmentInfo"},"fundingInfo":{"$ref":"#/components/schemas/fundingInfo"},"nonFinancialInfo":{"$ref":"#/components/schemas/nonFinancialInfo"},"guaranteeLevels":{"items":{"$ref":"#/components/schemas/guaranteeLevels"},"type":"array"}},"type":"object"},"orderConfirmationDetail_sellerWealthManagerDetail":{"properties":{"name":{"type":"string"},"email":{"type":"string"}},"type":"object"},"orderConfirmationDetail_buyerClientDetail":{"properties":{"clientId":{"format":"uuid","type":"string"}},"type":"object"},"customNotificationData_data":{"properties":{"url":{"type":"string"}},"type":"object"},"adminProjectListResponse_projectLister":{"properties":{"username":{"type":"string"},"fullName":{"type":"string"},"isSignAgreement":{"type":"boolean"}},"type":"object"},"partnersPageProjectListData_projectPicture":{"properties":{"projectPicture":{"type":"string"},"banner":{"type":"string"}},"type":"object"}},"securitySchemes":{"basicAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}}}