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

Authorization

An Authorization object is a business object that encapsulates the permissions and credentials necessary for interactions between a specific seller and vendors, all within the scope of a single product. It is associated with the seller via listings and serves as the repository for access control and provisioning data required for the vendor to deliver services or content.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) The identifier for the authorization.

name

string, core

The name of the authorization.

externalIds

object, core

A reference to the externalIds object.

eligibility

boolean, core

Indicates if authorization is enabled for the tier 1 program.

journal

object, core

Indicates if authorization is enabled for tier 2 program.

currency

string, core

The currency of the authorization.

notes

string

(Optional) Notes for the authorization.

product

object

(Read-only) The product that the authorization belongs to.

vendor

object

(Read-only) The vendor account to which the authorization belongs.

owner

object

(Read-only) Represents the SoftwareOne seller entity.

statistics

object

(Read-only) Shows statistics related to the authorization.

audit

object

(Read-only) Represents the audit object.

settings

string

(Optional) The settings value validated as JSON.

Authorization Statistics object

Field
Type
Description

subscriptions

integer

(Read-only) Number of subscriptions assigned to the Authorization.

agreements

integer

(Read-only) Number of agreements assigned to the Authorization.

listings

integer

(Read-only) Number of listings referring to the Authorization.

sellers

integer

(Read-only) Number of sellers referring to the Authorization.

Authorization Journal object

Field
Type
Description

firstInvoiceDate

datetime

First invoice data for data submitted by the vendor

frequency

string

The frequency at which the vendor will submit journal data.

Authorization Eligibility object

Field
Type
Description

client

boolean

Indicates direct client

partner

boolean

Indicates indirect client, also called partners.

Example

Last updated

Was this helpful?