Skip to main content

Microsoft Subscription Create

note

Please note that loading these pages may take some time due to various queries accessing Microsoft Partner-specific APIs.

The page contains three tabs each showing different types of Microsoft Subscriptions the user can request to be created.

Online Services

The tab consists of two parts. The first part is a search textbox that searches Microsoft Subscriptions by their Name or Id. The second part shows a DataGrid that lists all the Microsoft Subscriptions that can be requested. The DataGrid row for the chosen Microsoft Subscription needs to be filled and the request sent to begin the creation operation. The DataGrid has enabled pagination and shows 10 rows inside the page.

DataGrid has five columns:

  • Product - The property cannot be edited.
  • Sku - The property can be edited. It is a select component where the user chooses one of the options provided. This property can be seen after the user clicks the Get details button for the specific row.
  • Term Duration - This property can be seen and edited but only after the Sku has been chosen. Then the application loads appropriate term duration based on the sku and displays them in select component.
  • Quantity - It is a number input field that can be seen and edited only after the Sku has been chosen.
  • Action - It contains two buttons. The first button is Get Details that when clicked displayed the details for the specific product inside the same row. After the action is finished a new button is displayed. The Create button sends a request to create a new subscription for the user.

Perpetual Software

The tab consists of two parts. The first part is a search textbox that searches Microsoft Subscriptions by their Name or Id. The second part shows a DataGrid that lists all the Microsoft Subscriptions that can be requested. The DataGrid row for the chosen Microsoft Subscription needs to be filled and the request sent to begin the creation operation. The DataGrid has enabled pagination and shows 10 rows inside the page.

DataGrid has four columns:

  • Product - The property cannot be edited.
  • Sku - The property can be edited. It is a select component where the user chooses one of the options provided. This property can be seen after the user clicks the Get details button for the specific row.
  • Quantity - It is a number input field that can be seen and edited only after the Sku has been chosen.
  • Action - It contains two buttons. The first button is Get Details that when clicked displays the details for the specific product inside the same row. After the action is finished a new button is displayed. The Create button sends a request to create a new subscription for the user.

Software Subscription

The tab consists of two parts. The first part is a search textbox that searches Microsoft Subscriptions by their Name or Id. The second part shows a DataGrid that lists all the Microsoft Subscriptions that can be requested. The DataGrid row for the chosen Microsoft Subscription needs to be filled and the request sent to begin the creation operation. The DataGrid has enabled pagination and shows 10 rows inside the page.

DataGrid has five columns:

  • Product - The property cannot be edited.
  • Sku - The property can be edited. It is a select component where the user chooses one of the options provided. This property can be seen after the user clicks the Get details button for the specific row.
  • Term Duration - This property can be seen and edited but only after the Sku has been chosen. Then the application loads appropriate term duration based on the sku and displays them in select component.
  • Quantity - It is a number input field that can be seen and edited only after the Sku has been chosen.
  • Action - It contains two buttons. The first button is Get Details that when clicked displays the details for the specific product inside the same row. After the action is finished a new button is displayed. The Create button sends a request to create a new subscription for the user.