Requests Attachments
Attachment object
The definition represents an Attachment object in Marketplace. This Attachment object inherits from the abstract File base object.
Fields
inlineAttachmentContent
string
Inline attachment content. For example, in the case of type LicenseKey
, this field is populated with a license key string.
Example: "DFE25-GQ943-GH992-KL235-PY037"
Specific field behavior
id
Primary attachment identifier using the prefix “ATT”.
Example: "ATT-1234-1234-1234"
classification
File or License Key
Example: "File"
status
Attachment status. Can be Published or Deleted.
Example: "Published"
Example
Last updated