Terms
The Terms and Conditions object represents terms as a collection of uploaded PDF or DOCX documents or links to externally hosted documents as an element of a product. The object contains the following properties:
Field
Type
Description
id
string
The identifier for the terms.
Example: TCS-1234-1234-1234
href
string
A relative reference to the terms.
Example:
/products/PRD-6822-9898-4256/terms-and-conditions/TCS-3159-1891-0980-8679
name
string
The name for the terms.
Example: Terms of Service
description
string
A description of the terms.
Example: Terms of Service description
displayOrder
integer
The display order for the terms.
Example: 10
status
string
The status of the terms.
Example: Draft
Example
{
"id": "TCS-3159-1891-0980-8679",
"name": "Microsoft 365 Terms of Service",
"description": "Description of Microsoft 365 Terms of Service",
"displayOrder": 100,
"state": "Draft",
"product": {
"id": "PRD-6822-9898-4256",
"name": "Microsoft 365 online services for commercial"
},
"audit": {
"created": {
"at": "2024-01-16T21:30:13.1046031",
"by": {
"id": "USR-0000-0001"
}
},
"updated": null
}
}
Last updated
Was this helpful?