BillSummary
Represents summary-level records that group accounts payable bill transactions for batch processing and general ledger posting.
Columns
| Name | Type | Description |
| auditCreatedDateTime | Datetime | The date and time when the bill summary was created. |
| auditModifiedDateTime | Datetime | The date and time when the bill summary was last modified. |
| bankAccount_Href | String | The URL of the bank account associated with this bill summary. |
| bankAccount_Id | String | The Id of the bank account associated with this bill summary. |
| bankAccount_Key | String | The system-assigned key of the bank account associated with this bill summary. |
| glPostingDate | Date | The general ledger posting date for this bill summary. |
| href | String | The URL of the bill summary resource. |
| id | String | The unique identifier of the bill summary. |
| isQuickPaymentSummary | Bool | Indicates whether this summary was created through the quick payment process. |
| isSummaryOpen | String | Indicates whether this bill summary is open and accepting additional transactions. |
| isSummaryPosted | Bool | Indicates whether this bill summary has been posted to the general ledger. |
| key [KEY] | String | The system-assigned key that uniquely identifies the bill summary record. |
| name | String | The name of the bill summary. |
| parent_Href | String | The URL of the parent bill summary associated with this record. |
| parent_Id | String | The Id of the parent bill summary associated with this record. |
| parent_Key | String | The system-assigned key of the parent bill summary associated with this record. |
| preventGLPosting | Bool | Indicates whether general ledger posting is prevented for this bill summary. |
| recordType | String | The record type of this bill summary. |
| state | String | The posting state of the bill summary, such as draft or posted. |
| status | String | The current status of the bill summary, such as active or inactive. |
| summaryCreationType | String | The method by which this bill summary was created, such as automatic or manual. |
| totalAmount | Decimal | The total amount of all bills included in this summary. |