POST api2/subscriptions/{subID}/products/add/{pid}.json
Add product to subscription
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subID |
subscription ID |
integer |
Required |
pid |
Product ID (1 : All products) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BoolResult
Name | Description | Type | Additional information |
---|---|---|---|
value | boolean |
None. |
Response Format
{ "value": true }