POST api/pro/product-addons/{id}

Creates a new pro ProductAddon.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id of product addon

string

Required

Body Parameters

The Add ProductAddon request.

AddProductAddonRequest
NameDescriptionTypeAdditional information
Name

string

Required

IsFree

boolean

Required

Libraries

Collection of string

None.

Archived

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "IsFree": true,
  "Libraries": [
    "sample string 1",
    "sample string 2"
  ],
  "Archived": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.