Skip to main content

The ProductModule object

typestringrequired

Possible values: [product_modules]

idstringrequired

The module identifier

Possible values: [marketing, leasing, community, insights]

attributes objectrequired
namestring

Human-readable name of the product module

The ProductModule object
{
"type": "product_modules",
"id": "marketing",
"attributes": {
"name": "string"
}
}