Inventory
API | Description |
---|---|
GET api/Inventory/GetGodowns |
No documentation available. |
GET api/Inventory/GetUsers |
No documentation available. |
GET api/Inventory/Na_GetUsers?roleID={roleID}&ownerID={ownerID} |
No documentation available. |
GET api/Inventory/GetBookSeries?searchString={searchString} |
No documentation available. |
POST api/Inventory/SaveDirectInventory |
No documentation available. |
POST api/Inventory/GetRecentInventory?reportDate={reportDate} |
No documentation available. |
POST api/Inventory/GetReturnInventory?returnDate={returnDate}&toDate={toDate}&userId={userId} |
No documentation available. |
BTMobile
API | Description |
---|---|
POST api/BTMobile/ValidateUser |
(Input Params = UserName, Password) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = Invalid Username or Password, ErrorType 2 = Server Error) |
POST api/BTMobile/ChangePassword |
(Input Params = UserID, OldPassword, NewPassword) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = Incorrect old Password ErrorType 2 = Server Error) |
POST api/BTMobile/GetBrightTuteeVisitReport |
(Input Params = pageIndex(1), pageSize, userID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/CreateDSR |
(Input Params = DSRDate, UserID, Description) /// (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetClientsData |
(Input Params = ClientTypeID(School 1,Client 2, CoachingInstitute 3),pageIndex(0),pageSize, Qtype (School 6,Client 7, CoachingInstitute 8),RoleID,UserID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetClientType |
(Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetContactPerson |
(Input Params = ClientID, ClientTypeID(School 1,Client 2, CoachingInstitute 3),UserID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetUsers |
(Input Params = UserID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetUserVisitSchemaModel |
(Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/SaveUserVisitDetails |
(Input Params = EntryDetails (List[UserVisitEntrySchemaModel]),UserVisitReportCheckInID,Feedback,Rating,UserID,UserClientDetailsID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/SaveContactPerson |
(input Params = ClientTypeID, UserID,ClientID,DesignationID,Name, Mobile,Email,Address,DOB,Anniversary,Classes,Subjects) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/DeleteBTDSR |
/// (Input Params = UserVisitReportID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/DeleteUserVisitReportDetailRecord |
/// (Input Params = userVisitReportCheckInID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/CheckInVisitRecord |
(Input Params = clientId, clientTypeId, ipAddress, latitude, longitude, ReportFilled, userId,userVisitReportId) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetUserVisitReportDetailList |
/// (Input Params = UserVisitReportID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetBasicDetails |
/// (Input Params = UserVisitReportCheckInID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetUserVisitCheckInDetail |
/// (Input Params = UserVisitReportCheckInID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetOwnerList |
(Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetEmployeeList |
/// (Input Params = UserID (Owner)) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetDSRPrintData |
/// (Input Params = contactPerson, fromDate, toDate, userVisitReportID, userVisitReportDetailsID, userVisitReportCheckInID) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetDataValue |
/// (Input Params = Qtype (Contact Person:9, Designation:10,Class:11,Subject:12,Courses:13,Material:14,EntrySchema:16,UserVisitReportDetails:17,AssignedClient:18,OwnerList:19)) (Result 1 = Success, Result 0 = Failed) |
POST api/BTMobile/GetIdValueTypeData |
/// (Input Params = SearchKeyType (=Mode)) (Result 1 = Success, Result 0 = Failed) |
Godown
API | Description |
---|---|
GET api/Godown/GetGodownDetails |
No documentation available. |
POST api/Godown/GetAssignedGodown?godownId={godownId} |
No documentation available. |
POST api/Godown/AssignGodown?userGodownMappingId={userGodownMappingId} |
No documentation available. |
GET api/Godown/GetUserList |
No documentation available. |
POST api/Godown/GetReturnBooks?godownUserId={godownUserId}&inventoryTypeId={inventoryTypeId} |
No documentation available. |
POST api/Godown/SubmitReturnBooks |
No documentation available. |
Home
MobileTracker
API | Description |
---|---|
POST api/MobileTracker/MobCheckInUserValidate |
(Input Params = string MobileNo) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/MobileTracker/MobCheckInSave |
(Input Params = UserID,Latitude,Longitude,Address,description ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/MobileTracker/GetDirectorAndLocation |
(Input Params = N/A) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
GET api/MobileTracker/GetMenuList?roleId={roleId} |
No documentation available. |
POST api/MobileTracker/GetMobileUserList |
(Input Params = N/A) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
POST api/MobileTracker/GetCheckInData |
(Input Params = DateFrom (string=MM/DD/YYYY),DateTo (string=MM/DD/YYYY),UserID (int)) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
POST api/MobileTracker/GetCheckInDetails |
(Input Params = DateFrom (string=MM/DD/YYYY),UserID (int)) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
Mobile
API | Description |
---|---|
POST api/Mobile/ValidateUser |
(Input Params = UserName, Password) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = Invalid Username or Password, ErrorType 2 = Server Error) |
POST api/Mobile/GetDsrList |
(Input Params = UserID, DateFrom and DateTo - Optional) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = No Records ErrorType 2 = Server Error) |
POST api/Mobile/GetDsrVisitList |
(Input Params = UserVisitReportID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = No Records ErrorType 2 = Server Error) |
POST api/Mobile/CreateDSR |
(Input Params = UserID, DSRDate, Description) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = CheckIn Already Exists for selected Date ErrorType 2 = Server Error) |
POST api/Mobile/CheckInDSR |
(Input Params = UserVisitReportID, CheckInType, UserID, ClientID, ClientTypeID, Battery, GPSAddress, Latitude, Longitude) (CheckInType 1 = Verified, CheckInType 2 = UnVerified) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
POST api/Mobile/DeleteDSR |
(Input Params = UserVisitReportID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = Can't Delete as CheckIn is done. ErrorType 2 = Server Error) |
POST api/Mobile/DeleteCheckInDSR |
(Input Params = UserVisitReportDetailsID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = Can't Delete as report is filled. ErrorType 2 = Server Error) |
POST api/Mobile/GetMasterData |
(Input Params = N/A) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
POST api/Mobile/ChangePassword |
(Input Params = UserID, OldPassword, NewPassword) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = Incorrect old Password ErrorType 2 = Server Error) |
POST api/Mobile/AddUserContact |
(Input Params = UserID, ClientTypeID, ClientID, DesignationID, Name, Mobile || Optional Params - Email, Address, DOB, Anniversary, Classes, Subjects) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
POST api/Mobile/GetUserContactsList |
(Input Params = UserID, ClientTypeID, ClientID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = No Contacts Found ErrorType 2 = Server Error) |
POST api/Mobile/GetClientList |
(Input Params = UserID, ClientTypeID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = No Data, ErrorType 2 = Server Error) |
POST api/Mobile/GetSchoolListforTeacherResidance |
No documentation available. |
POST api/Mobile/GetAssignedGodowns |
(Input Params = UserID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = No Godowns Assigned ErrorType 2 = Server Error) |
POST api/Mobile/GetDSRSamplingBooks |
(Input Params = UserId, InventoryTypeID, GodownID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = No Books Found ErrorType 2 = Server Error) |
POST api/Mobile/GetUsedDSRSamplingBooks |
(Input Params = UserVisitReportDetailsID) (Result 1 = Success, Result 0 = Failed) (ErrorType 1 = No Books Found ErrorType 2 = Server Error) |
POST api/Mobile/SaveDSR |
(Input Params = UserVisitReportDetailsID, UserID, VisitTypeID, ContactPersonID, Rating, Feedback, InventoryTypeID, GodownID, Books) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetUserRequestList |
(Input Params = UserID || Optional TransactionNo,DateFrom,DateTo,InventoryTypeID,RequestTypeID,RequestStatusID,) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/UserRequestDetailList |
(Input Params = userRequestId,) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetBookListRequest |
(Input Params = BookSeriesID,) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetVersionInfo | |
POST api/Mobile/GetUserRequestTypes |
(Input Params = N/A|| this is for Binding RequestType and RequestStatus) (Result 1 = Success, Result 0 = Failed) (ErrorType 2 = Server Error) |
POST api/Mobile/GetManageRequestMasterData |
(Input Params = ID )(Binding all master data for making User Request) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetDistrict |
(Input Params = )(Binding all master data for new school approval request) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetCity |
(Input Params = )(Binding all master data for new school approval request) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/SaveUserRequestRecords |
(Input Params = userId,requestTypeID || requestTypeID=1 for BookSampling and 2 for NewSchool) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetBookSeriesAutoCompleteRequest |
(Input Params = userId,requestTypeID || requestTypeID=1 for BookSampling and 2 for NewSchool) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetUserInventoryList |
(Input Params = UserID,InventoryTypeID ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetInventoryDetailList |
(Input Params = UserID,BookID ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetTourPlanList |
(Input Params = UserID || Optional DateFrom and DateTo ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/DeleteTourPlan |
(Input Params = tourPlanId ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/TourPlan_AddUpdate |
(Input Params = tourPlanId ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetTourPlanDetail |
(Input Params = tourPlanId ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/DeleteTourPlanRecord |
(Input Params = tourPlanDetailsID ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/TourPlanClientInsertion |
(Input Params = tourPlanDetailsID and clientList ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/MGetClientListForTour |
(Input Params = ClientTypeID,searchString and userId ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/addDsrComments |
(Input Params = int UserVisitReportDetailsID,string DsrComment,int CreatedBy,string Description ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/GetAdminManagerComments?UserVisitReportDetailsID={UserVisitReportDetailsID}&UserId={UserId} |
(Input Params = int UserVisitReportDetailsID,int UserId ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
POST api/Mobile/SaveLogInOutActivity |
ApplicationID(Login=20;logout=21) |
POST api/Mobile/GetManagerUsers?ManagerId={ManagerId} |
(Input Params = int Manager) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error) |
BookAdoption
API | Description |
---|---|
GET api/BookAdoption/GetClientList?ClientTypeID={ClientTypeID}&RoleID={RoleID}&UserID={UserID} |
No documentation available. |
GET api/BookAdoption/GetClients?ClientTypeID={ClientTypeID}&RoleID={RoleID}&UserID={UserID} |
No documentation available. |
GET api/BookAdoption/GetFeedbackStatus |
No documentation available. |
POST api/BookAdoption/SaveBookAdoptionRecords |
No documentation available. |
POST api/BookAdoption/GetBookAdoptionReport |
No documentation available. |
POST api/BookAdoption/GetBookAdoptionReportDetail |
No documentation available. |
Notification
API | Description |
---|---|
POST api/Notification/GetNotifications |
No documentation available. |
POST api/Notification/GetContactList?userId={userId} |
No documentation available. |
POST api/Notification/Na_GetContactList?userId={userId}&roleId={roleId}&ownerId={ownerId} |
No documentation available. |
POST api/Notification/SendNotification |
No documentation available. |
GET api/Notification/GetUnreadNotifications?userId={userId} |
No documentation available. |
POST api/Notification/GetSentNotificationContactNames?messageId={messageId} |
No documentation available. |
POST api/Notification/UpdateReadStatus?notificationId={notificationId} |
No documentation available. |
POST api/Notification/DeleteNotification?notificationId={notificationId} |
No documentation available. |
Common
API | Description |
---|---|
GET api/Common/GetBoards | |
GET api/Common/GetStates |
No documentation available. |
GET api/Common/GetDistricts?stateId={stateId} |
No documentation available. |
GET api/Common/GetCities?districtId={districtId} |
No documentation available. |
GET api/Common/GetSchoolMediums |
No documentation available. |
GET api/Common/GetSchoolLevels |
No documentation available. |
GET api/Common/GetShipmentModes |
No documentation available. |
GET api/Common/GetGodowns?userId={userId} |
No documentation available. |
GET api/Common/GetFilteredStates?userId={userId} |
No documentation available. |
GET api/Common/GetAdminAssignedStates?userId={userId} |
No documentation available. |
GET api/Common/GetAdminAssignedDitrict?stateid={stateid}&userId={userId} |
No documentation available. |
DSR
TrInventory
Assignment
API | Description |
---|---|
GET api/Assignment/ManageAssignedLocations?Qtype={Qtype}&OwnerID={OwnerID}&LocationID={LocationID}&LocationType={LocationType}&LoggedUserID={LoggedUserID} |
No documentation available. |
GET api/Assignment/GetOwnersList |
No documentation available. |
GET api/Assignment/JobTransfer?CreatedBy={CreatedBy}&SourceUserId={SourceUserId}&DestinationUserId={DestinationUserId} |
No documentation available. |
GET api/Assignment/GetCheckInSchoolList?UserId={UserId} |
No documentation available. |
POST api/Assignment/GetUserAssignedClientList |
No documentation available. |
GET api/Assignment/GetUserClientInfo?clientTypeId={clientTypeId}&clientId={clientId} |
No documentation available. |
POST api/Assignment/UpdateClientInfo |
No documentation available. |
BTManageClient
API | Description |
---|---|
GET api/BTManageClient/GetBoards |
No documentation available. |
GET api/BTManageClient/GetStates |
No documentation available. |
GET api/BTManageClient/GetDistricts?stateId={stateId} |
No documentation available. |
GET api/BTManageClient/GetCities?districtId={districtId} |
No documentation available. |
GET api/BTManageClient/GetSchoolMediums |
No documentation available. |
GET api/BTManageClient/GetSchoolLevels |
No documentation available. |
GET api/BTManageClient/GetDesignations |
No documentation available. |
POST api/BTManageClient/SaveClientRecord |
No documentation available. |
POST api/BTManageClient/GetClientDetails |
No documentation available. |
GET api/BTManageClient/DeleteClient?ClientID={ClientID}&ClientTypeID={ClientTypeID} |
No documentation available. |
User
Dashboard
API | Description |
---|---|
GET api/Dashboard/GetDashboardDisplayList?roleId={roleId} |
No documentation available. |
POST api/Dashboard/SaveActivityDetails |
No documentation available. |
POST api/Dashboard/GetLogedUserList |
No documentation available. |
POST api/Dashboard/GetUserWorkList |
No documentation available. |
GET api/Dashboard/GetUserList?OwnerId={OwnerId} |
No documentation available. |
GET api/Dashboard/GetSubDisplayList?applicationId={applicationId} |
No documentation available. |
BrightTutee
Reporting
API | Description |
---|---|
GET api/Reporting/GetReportTypes |
No documentation available. |
POST api/Reporting/GetReportTypeOne |
No documentation available. |
POST api/Reporting/GetReportTypeemp |
No documentation available. |
POST api/Reporting/GetReportTypebook |
No documentation available. |
POST api/Reporting/GetReportTypebook1 |
No documentation available. |
POST api/Reporting/GetReportTypeTwo |
No documentation available. |
POST api/Reporting/GetReportTypeThree |
No documentation available. |
POST api/Reporting/GetReportTypeFour |
No documentation available. |
POST api/Reporting/GetBooksDistributed |
No documentation available. |
POST api/Reporting/GetSchoolHistory |
No documentation available. |
POST api/Reporting/GetClientDetails |
No documentation available. |
POST api/Reporting/GetOrderShippedReportData |
No documentation available. |
Master
API | Description |
---|---|
POST api/Master/GetBookList |
No documentation available. |
POST api/Master/UpdateBookDetails |
No documentation available. |
POST api/Master/AddBookDetailsNew |
No documentation available. |
POST api/Master/UpdateBookDetailsNew |
No documentation available. |
GET api/Master/GetVersionList |
No documentation available. |
POST api/Master/GetAllBookList |
No documentation available. |
UserContact
API | Description |
---|---|
POST api/UserContact/GetUserContactList |
No documentation available. |
POST api/UserContact/Na_GetUserContactList |
No documentation available. |
POST api/UserContact/GetUserContactInfo?userClientDetailsId={userClientDetailsId} |
No documentation available. |
GET api/UserContact/DeleteUserContacts?UserClientDetailsID={UserClientDetailsID} |
No documentation available. |
GET api/UserContact/GetDesignations |
No documentation available. |
GET api/UserContact/GetClientTypes |
Get Client Types |
GET api/UserContact/GetClasses |
Get Client Lists |
GET api/UserContact/GetSubjects |
No documentation available. |
GET api/UserContact/GetSubjectsContactPerson |
No documentation available. |
GET api/UserContact/GetContactPersons?clientTypeID={clientTypeID}&userId={userId} |
No documentation available. |
POST api/UserContact/SaveContactPerson |
No documentation available. |
POST api/UserContact/UpdateContactPerson |
No documentation available. |
Login
API | Description |
---|---|
GET api/Login/ValidateUser?username={username}&password={password} |
No documentation available. |
GET api/Login/GetUserInfo/{id} |
No documentation available. |
GET api/Login/GetCompanyInfo |
No documentation available. |
GET api/Login/ChangePassword?userId={userId}&oldPass={oldPass}&newPass={newPass} |
No documentation available. |
POST api/Login/getToken?UserId={UserId} |
No documentation available. |
GET api/Login/removeToken?UserId={UserId} |
No documentation available. |
GET api/Login/GetDisplayMessageInfo?Alternate={Alternate} |
No documentation available. |