GET api/products/packages/subscription/{subscriptionId}/lang/{language}
Retrieves a list of available product packages based on the specified subscriptionId.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subscriptionId |
The Id of the subscription for which to retrieve product packages. |
integer |
Required |
| language |
The language in which to display the product package information. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of product packages with provisioning codes.
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
text/html
Sample:
[{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>