Account
Account Object
The account
object represents an individual account on the Marketplace platform. This object contains the following properties:
Field | Type | Description |
---|---|---|
| string | Primary account identifier. Example: "ACC-1671-0642" |
| string | Relative reference to object on API. Example: "/v1/accounts/accounts/ACC-1671-0642" |
| string | Type of the account (Client, Vendor, Operations) Example: "Client" |
| string | Status of the account (Enabled, Active, Disabled) Example: "Enabled" |
| string | Account name. Example: "Stark Industries" |
| string | Account description. Example: "Our company account" |
| string | External identifier - Customer Discount Group number. Example: "WW-1001111" |
| string | External identifier - Customer Discount Group name. Example: "Stark Industries" |
| string | Service level offered to the account (Essential, Elite, DSC) Example: "Elite" |
| object | Address of the company. Example: |
| string | Relative path to account logo. Example: "/static/accounts/ACC-1671-0642/logo.png" |
| string | Path to company’s website. Example: "https://www.example.com" |
| string | Technical support email for some corner cases. Example: "user@example.com" |
| object | Possible audit events: Created, Updated, Disabled, Enabled, or Activated. Example: |
|