Terms Variant

The Terms Variant object represents a variant as an uploaded PDF or DOCX document or a link to an externally hosted document as an element of terms for a product.

Field
Type
Description

id

string

A unique identifier for the terms variant.

Example: TCS-1234-1234-1234-1234

href

string

Example:

/products/PRD-1234-1234/terms/tcs-1234-1234-1234/terms-item/tcs-1234-1234-1234-1234

type

string

The type of terms variant.

Example: Online

name

string

A name for the terms variant.

Example: TCS-1234-1234-1234-1234

description

string

A description of the terms variant.

Example: Terms of Service description in English

assetUrl

string

The URL of the uploaded document or online document/resource.

Example: https://www.test.com/terms-of-service

languageCode

string

The 2-digit language code for the terms item.

Example: en

status

string

The status of the terms.

Example: Draft

termsAndConditions

string

The terms to which the item has been assigned.

audit

auditObject

A reference to the Audit object.

Example

{
  "id": "TCS-1234-1234-1234-1234",
  "name": "Terms and Conditions Variant - EN",
  "description": "Terms and Conditions Variant in English",
  "type": "Online",
  "assetUrl": "https://www.microsoft.com",
  "languageCode": "en",
  "state": "Draft",
  "termsAndConditions": {
    "id": "TCS-1234-1234-1234",
    "name": "Microsoft 365 Terms of Service"
  },
  "audit": {
    "created": {
      "at": "2024-01-16T21:30:13.1046031",
      "by": {
        "id": "USR-0000-0001"
      }
    },
    "updated": null
  }
}

Last updated

Was this helpful?