ProductOptions
Product Options Controller
| API | Description |
|---|---|
| GET api/ProductOptions/{clientid}/{id} |
Returns a list of available and/or required product options for a product |
MobileBroadbandOrders
Mobile Broadband Orders Controller
| API | Description |
|---|---|
| GET api/MobileBroadbandOrders/{clientid}/{id} |
Check order status. |
| POST api/MobileBroadbandOrders/{clientid} |
Submit new order. |
SmartPhoneOrders
Smart Phone Orders Controller
| API | Description |
|---|---|
| GET api/SmartPhoneOrders/{clientid}/{id} |
Check order status. |
| POST api/SmartPhoneOrders/{clientid} |
Submit new order. |
Subcategories
Subcategories Controller
| API | Description |
|---|---|
| GET api/Subcategories/{clientid}/{id} |
Returns a list of subcategories in a provided category |
Categories
Categories Controller
| API | Description |
|---|---|
| GET api/Categories/{clientid} |
Returns a list of categories |
UserOrdersHistory
User Orders History Controller
| API | Description |
|---|---|
| POST api/UserOrdersHistory/{clientid} |
Returns user order history |
Products
Products Controller
| API | Description |
|---|---|
| GET api/Products/{clientid}/{id} |
Returns a list of products in a provided subcategory |
POTSOrders
POTS Orders Controller
| API | Description |
|---|---|
| GET api/POTSOrders/{clientid}/{id} |
Check order status. |
| POST api/POTSOrders/{clientid} |
Submit new order. |