PUT v1/account/{id}/product/{productid}
Assign a product to the specified account
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
id |
ID of the account you want to add the product to |
string |
Required. |
productid |
ProductID of product you want to add to account |
string |
Required. |
Body Parameters
None.
Response Information
Resource Description
true/false
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>