object BillExports

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

statusString

Current status; use the API status values returned by this field when filtering or updating.

file_urlString

URL for the file URL resource.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "status": "pending",
  "file_url": "https://example.com/resource"
}