Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The account
object represents an individual account on the Marketplace platform. This object contains the following properties:
id
string
Primary account identifier.
Example: "ACC-1671-0642"
href
string
Relative reference to object on API.
Example: "/v1/accounts/accounts/ACC-1671-0642"
type
string
Type of the account (Client, Vendor, Operations)
Example: "Client"
status
string
Status of the account (Enabled, Active, Disabled)
Example: "Enabled"
name
string
Account name.
Example: "Stark Industries"
description
string
Account 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
Service level offered to the account (Essential, Elite, DSC)
Example: "Elite"
address
object
Address of the company.
Example:
icon
string
Relative path to account logo.
Example: "/static/accounts/ACC-1671-0642/logo.png"
website
string
Path to company’s website.
Example: "https://www.example.com"
technicalSupportEmail
string
Technical support email for some corner cases.
Example: "user@example.com"
audit
object
Possible audit events: Created, Updated, Disabled, Enabled, or Activated.
Example:
groups
Activate a previously enabled Account object.
Disable the Account object. Disabling prevents users from signing in.
Enable the previously disabled Account object.
When enabled, the account status will change to Active
if the account has ExternalId
assigned or Enabled
otherwise.
Create a new Client or Vendor Account object.
Get an account icon.
Update the Account object.
Validate the Account object.
Get a single Account object by ID.
/v1/accounts/accounts/{id}/activate
Client
, Vendor
, Operations
Active
, Enabled
, Disabled
Express
, Elite
, Dsc
, Focus
, Runners
, Strategics
, NotApplicable
/v1/accounts/accounts/{id}/disable
/v1/accounts/accounts
/v1/accounts/accounts/{id}/enable
/v1/accounts/accounts
Client
, Vendor
, Operations
Active
, Enabled
, Disabled
Express
, Elite
, Dsc
, Focus
, Runners
, Strategics
, NotApplicable
/v1/accounts/accounts/{id}/icon
No body
/v1/accounts/accounts/{id}
Client
, Vendor
, Operations
Active
, Enabled
, Disabled
Express
, Elite
, Dsc
, Focus
, Runners
, Strategics
, NotApplicable
/v1/accounts/accounts/{id}/validate
Client
, Vendor
, Operations
Active
, Enabled
, Disabled
Express
, Elite
, Dsc
, Focus
, Runners
, Strategics
, NotApplicable
/v1/accounts/accounts/{id}