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

Billing Attachment

The Billing Attachment object is used to upload attachments to billing objects. It inherits from the abstract fileBase object.

This object contains the following attributes:

Field
Type
Description

id

string

A primary identifier for the billing attachment.

type

string

The type of attachment.

Example

BILLING ATTACHMENT OBJECT
{
  "id": "JOA-1234-1234",
  "name": "29 Nov 2024 #1 - journal data",
  "type": "File",
  "contentType": "text/csv",
  "description": "Journal charges for Microsoft 365",
  "filename": "charges.csv",
  "audit": {
    "created": {
      "at": "2024-12-02T17:00:00Z",
      "by": { }
    }
  }
}

Last updated

Was this helpful?