AdvanceLine
Represents individual line items on accounts payable advance transactions, including general ledger account and amount details.
Columns
| Name | Type | ReadOnly | Description |
| apAdvance_Href | String | True |
The URL of the accounts payable advance associated with this line. |
| apAdvance_Id | String | True |
The Id of the accounts payable advance associated with this line. |
| apAdvance_Key | String | False |
The system-assigned key of the accounts payable advance associated with this line. |
| apAdvance_RecordType | String | True |
The record type of the accounts payable advance associated with this line. |
| auditCreatedBy | String | True |
The user who created the advance line. |
| auditCreatedDateTime | Datetime | True |
The date and time when the advance line was created. |
| auditModifiedBy | String | True |
The user who last modified the advance line. |
| auditModifiedDateTime | Datetime | True |
The date and time when the advance line was last modified. |
| baseAmount | Decimal | True |
The amount for this advance line in the base currency. |
| currencyBaseCurrency | String | True |
The base currency for this advance line. |
| currencyTxnCurrency | String | True |
The transaction currency for this advance line. |
| glAccount_Href | String | True |
The URL of the general ledger account associated with this advance line. |
| glAccount_Id | String | False |
The Id of the general ledger account associated with this advance line. |
| glAccount_Key | String | False |
The system-assigned key of the general ledger account associated with this advance line. |
| glAccount_Name | String | True |
The name of the general ledger account associated with this advance line. |
| href | String | True |
The URL of the advance line resource. |
| id | String | True |
The unique identifier of the advance line. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the advance line record. |
| lineNumber | Int | True |
The sequential line number of this advance line within the advance transaction. |
| memo | String | False |
The memo or note entered for this advance line. |
| paymentInformationTotalPaid | Decimal | True |
The total amount paid on this advance line. |
| paymentInformationTotalSelected | Decimal | True |
The total amount selected for payment on this advance line. |
| paymentInformationTxnTotalPaid | Decimal | True |
The total transaction currency amount paid for this advance line. |
| paymentInformationTxnTotalSelected | Decimal | True |
The total transaction currency amount selected for payment on this advance line. |
| txnAmount | Decimal | False |
The amount for this advance line in the transaction currency. |