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

Enrollment attachment

The enrollmentAttachment object provides the ability to upload an enrollment attachment (via file upload or license key) to the enrollment object.

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The primary identifier of the attachment.

Example: ATT-0001-0001-0001-001

href

string

A reference to attachment within the API.

name

string

The name of the attachment object.

Example: Guide to establishing a reseller relationship

description

string

The description of the attachment object.

Example: Learn what happens when you establish a reseller relationship with SoftwareOne

type

string

The type of the attachment object.

Example: File

reference

string

The URI to access the attachment object.

Example: microsoft-agreement-certification.pdf

order

order

Example:

audit

A reference to the audit object.

Example

{
    "id": "ATT-0001-0001-0001-0001",
    "href": "v1/catalog/enrollment/attachment/ATT-0001-0001-0001-0001",
    "name": "Guide to establishing a reseller relationship",
    "description": "Learn what happens when you establish a reseller relationship with SoftwareOne",
    "type": "File",
    "reference": "microsoft-agreement-certification.pdf",
    "order": {
        "id": "ORD-5542-1187-3130-0991",
        "href": "/commerce/orders/ORD-5542-1187-3130-0991"
    },
    "audit": {
     "created": { "at": "...", "by": { } },
     "updated": { "at": "...", "by": { } }
   }
  }

Last updated

Was this helpful?