For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account

The Account object represents an individual account in the SoftwareOne Marketplace.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) Unique identifier for the account.

type

string, core

The type of account. Allowed values are:

  • Client

  • Vendor

  • Operations

status

string, core

(Read-only) The status of the account. Allowed values are:

  • Enabled

  • Active

  • Disabled

name

string

The name of the account.

description

string

(Optional) A description of the account.

externalId

string

(Optional) The Customer Discount Group number.

externalName

string

The Customer Discount Group name.

serviceLevel

string

Service level for the account. Allowed values are:

  • Essential

  • Elite

  • DSC

address

object

The address of the company.

icon

string, core

The relative path to the account's logo.

website

string

The path to the company’s website.

technicalSupportEmail

string

The email address for technical support.

audit

object

Represents the audit object.

groups

object

Represents the userGroup object.

buyers

object

Represents the buyer object.

externalIDs

object

Represents the externalId for the account.

defaultLanguageCode

string

The default language code of the account.

Examples

Last updated

Was this helpful?