Skip to content

Create ProductArea

ProductAreas

POST
/productAreas/create

Parameters

Query Parameters

authorId*

The ID of the author of the ProductArea

Type
string
Required

Request Body

application/json
JSON
{
  
"name": "A productArea to be added",
  
"parentId": "1"
}

Responses

ProductArea created

Samples

Gainsight CC Developer Portal