Account
The Account object represents an individual account on the Marketplace platform. This object contains the following properties:
id
string
The primary identifier for the account.
Example: ACC-1671-0642
href
string
A relative reference to the object.
Example: /v1/accounts/accounts/ACC-1671-0642
type
string
The type of the account.
Possible values: Client
, Vendor
, or Operations
status
string
The status of the account in the platform.
Possible values: Enabled
, Active
, or Disabled
name
string
The name of the account.
Example: Stark Industries
description
string
The account's description.
Example: Our company account
externalId
string
External identifier - Customer Discount Group number.
Example: WW-1001111
externalName
string
External identifier - Customer Discount Group name.
Example: Stark Industries
serviceLevel
string
The service level offered to the account.
Possible values: Essential
, Elite
, or DSC
Example: Elite
address
object
The address of the company.
Example:
icon
string
The relative path to the account's logo.
Example: /static/accounts/ACC-1671-0642/logo.png
website
string
The path to the company’s website.
Example: https://www.example.com
technicalSupportEmail
string
The email address for technical support.
Example: user@example.com
audit
object
A reference to the Audit object.
Possible values: Created
, Updated
, Disabled
, Enabled
, or Activated
.
Example:
groups
A reference to the User Group object.
Example
Last updated
Was this helpful?