object BillExports
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
status | String | Current status; use the API status values returned by this field when filtering or updating. |
file_url | String | URL for the file URL resource. |
Referenced By
- BillExportsEdge Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"status": "pending",
"file_url": "https://example.com/resource"
}