GET api/products/subscription/{subscriptionId}/lang/{language}
Retrieves a list of available products based on the specified subscription Id, with an indication of whether each product is currently active for the subscription. This method is only available for Mobile, FixedLine and Internet subscriptions.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionId |
The Id of the subscription for which to retrieve products. |
integer |
Required |
language |
The language in which to display the product information. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of products 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>