Journal Attachment

The Journal Attachment object allows users to upload attachments to billing objects through an online link or file upload. This object inherits from the abstract File base object.

Field
Type
Description

URL

string

The external link to the attachment.

Example: https://address.to.journal.file.com/file.xlsx

id

string

The primary identifier for the billing attachment.

Example: BIA-1234-1234

type

string

The type of billing attachment.

Example: File

Example

{
  "id": "BIA-1234-1234",
  "name": "29 Nov 2024 #1 - journal data",
  "href": "/billing/journals/BJO-1234-5678/attachments/BIA-1234-1234",
  "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?