Account
API | Description |
---|---|
POST api/Account/Action/Login |
User login |
POST api/Account/Action/IsUserLogin |
Check if user is login. |
GET api/Account/Action/IsLogin |
Check if user is login. |
POST api/Account/Action/LogOff |
LogOff current user |
POST api/Account/Action/ResetPasswordRequest |
Sends instructions to reset the password to the registered email. |
POST api/Account/Action/ResetPassword |
Reset the password. Requires valid token. |
POST api/Account/Action/UpdateProfile |
Update Profile |
GET api/Account/Action/GetSetting |
GetSetting |
GET api/Account/Action/GetLookups |
Get Lookup |
GET api/Account/Action/GetAmazonConfigurations |
Get Amazon Bucket Configurations |
Dealer
API | Description |
---|---|
GET api/Dealer/Action/Get?start={start}&page={page}&limit={limit}&filter={filter} | |
POST api/Dealer/Action/Post |
Add new |
PUT api/Dealer/Action/Put |
Update details |
DELETE api/Dealer/Action/Delete |
Delete |
GET api/Dealer/Action/GetAllDealers |
No documentation available. |
GET api/Dealer?start={start}&page={page}&limit={limit}&filter={filter} | |
POST api/Dealer |
Add new |
PUT api/Dealer |
Update details |
DELETE api/Dealer |
Delete |
GET api/Dealer |
No documentation available. |
TradeInApp
NotificationApp
API | Description |
---|---|
POST api/NotificationApp/Action/GetNotificationByUser |
Get Notifications By userid. |
POST api/NotificationApp/Action/ArchiveAll |
Archive Notifications By Type Name. |
POST api/NotificationApp/Action/ArchiveNotification |
Archive Notification |
POST api/NotificationApp/Action/ArchiveByTradeIn |
Archive Notifications By TradeinId. |
TradeInAMS
API | Description |
---|---|
POST api/TradeInAMS/Action/UpdateTradeInAMSPro |
Save TradeIn |
POST api/TradeInAMS/Action/SaveTradeIn |
Save TradeIn |
POST api/TradeInAMS/Action/SaveCustomerFromAMS | |
POST api/TradeInAMS/Action/getAllTradeInPlusEvaluator |
Get Evaluators and Managers List from Trade In Plus App. |
POST api/TradeInAMS/Action/GetTradeInPlusDetails |
Get TradeIn By TradeIn Plus Id |
POST api/TradeInAMS/Action/GetTradeInByAMSProId | |
POST api/TradeInAMS/Action/UpdateLeadStatus |
Update TradeIn Lead Status |
CustomerApp
API | Description |
---|---|
POST api/CustomerApp/Action/SaveCustomer |
Add New Customer |
POST api/CustomerApp/Action/UpdateCustomer |
Update Customer Information |
POST api/CustomerApp/Action/GetCustomerByID |
Get customer by customer id. |
POST api/CustomerApp/Action/GetAllCustomer |
GetAllCustomer list with pagging |
POST api/CustomerApp/Action/GetCustomerByName |
Get customer by customer name. |
POST api/CustomerApp/Action/SyncAMSCustomers |
Sync Customers from AMS |