Create an Audience Attributes.

post

/content/management/api/v1.1/personalization/audienceAttributes

Create an audience attributes with given payload.

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Create a audience attributes with the given information in the payload. The fields id and links will be ignored even if given in the payload.
Root Schema : audienceAttributeInputInfo
Type: object
Audience Attribute Input Information
Show Source
  • The reference name of the Audience Attribute. This is the name that is used in API calls that invoke the recommendation. If no reference name is provided the server will generate one from the name field. The referene name should be unique in a category.
  • The id of the Category the property belongs to.
  • The description of the Audience Attribute.
  • The name of the Audience Attribute. It is a required property in the get response and cannot be empty in post/put request.
Back to Top

Response

Supported Media Types

201 Response

Created.
Body ()
Root Schema : audienceAttributeInfo
Type: object
Audience Attribute Information
Show Source
  • The reference name of the Audience Attribute. This is the name that is used in API calls that invoke the recommendation. If no reference name is provided the server will generate one from the name field. The referene name should be unique in a category.
  • The id of the Category the property belongs to.
  • The description of the Audience Attribute.
  • The id of the Audience Attribute. This is a required propety in the get response and ignored in post/put requests.
  • links
  • The name of the Audience Attribute. It is a required property in the get response and cannot be empty in post/put request.

400 Response

Bad request.

403 Response

Forbidden.

500 Response

Internal server error.
Back to Top