Module

Module Object

The module object represents a module in the Marketplace platform. This object contains the following properties:

FieldTypeDescription

id

string

Primary module identifier.

Example: "MOD-1234"

name

string

Name of the module.

Example: "Invoices"

description

string

Description of the module.

Example: "Invoices module"

accountTypes

string

Defines presence of module for each account type.

Example: ["vendor", "client", "operations"]

isEnabledByDefault

boolean

Defines whether the module is enabled by default.

Example: "true"

isConfigurable

boolean

Defines whether module’s access can be changed.

Example: "true"

Example

{
  "id": "MOD-1234",
  "name": "Invoices",
  "description": "Invoices module",
  "accountTypes": ["vendor", "client", "operations"],
  "isEnabledByDefault": true,
  "isConfigurable": false
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.