POST api/pro/products
Creates a new zyto-pro Product.
Request Information
URI Parameters
None.
Body Parameters
The create Product request.
CreateProductRequestName | Description | Type | Additional information |
---|---|---|---|
Name | string |
Required |
|
Libraries | Collection of string |
None. |
|
DefaultProductAddonIds | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Libraries": [ "sample string 1", "sample string 2" ], "DefaultProductAddonIds": [ "sample string 1", "sample string 2" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Returns the new Product id.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"