CustomerRoleCategory

A CustomerRoleCategory represents an assignment of a Category to a CustomerRole.

Properties

Name

Type

Description

Id

int

The ID of the customer role category assignment.

CustomerRoleId

int

The ID of the customer role that the category is assigned to.

CustomerRole (via $expand)

CustomerRole

The customer role that the category is assigned to.

CategoryId

int

The ID of the category that is assigned to the role.

Category (via $expand)

Category

The category that is assigned to the role.