Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| ApInvoiceId | Integer | False |
| AccountsPayableAccountId | Integer | False |
| BankAccountId | Integer | True |
| DiscountAccountId | Integer | True |
| ApPaymentId | Integer | True |
| Amount | Decimal | False |
| DiscountAmount | Decimal | False |
| Remark | String | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| ApPaymentSelectionDetailId | Integer | True |
| ApInvoiceId::ApInvoice.ReferenceCode | String | False |
| ApInvoiceId::ApInvoice.InvoiceDate | DateTime | True |
| ApInvoiceId_FormattedValue | String | False |
| AccountsPayableAccountId::GlAccount.AccountNumber | String | False |
| AccountsPayableAccountId::GlAccount.Description | String | False |
| AccountsPayableAccountId_FormattedValue | String | False |
| BankAccountId::GlAccount.AccountNumber | String | False |
| BankAccountId::GlAccount.Description | String | False |
| BankAccountId_FormattedValue | String | False |
| DiscountAccountId::GlAccount.AccountNumber | String | False |
| DiscountAccountId::GlAccount.Description | String | False |
| DiscountAccountId_FormattedValue | String | False |
| ApPaymentId::ApPayment.TransactionReferenceCode | String | False |
| ApPaymentId_FormattedValue | String | False |
Object:
{
Id":####,ApInvoiceId":####,
AccountsPayableAccountId":####,
BankAccountId":####,
DiscountAccountId":####,
ApPaymentId":####,
Amount":###.##,
DiscountAmount":###.##,
Remark":"abcABC123",
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False,
ApPaymentSelectionDetailId":####,
ApInvoiceId::ApInvoice.ReferenceCode":"abcABC123",
ApInvoiceId::ApInvoice.InvoiceDate":"MM-dd-yyyy hh:mm:ss",
ApInvoiceId_FormattedValue":"abcABC123",
AccountsPayableAccountId::GlAccount.AccountNumber":"abcABC123",
AccountsPayableAccountId::GlAccount.Description":"abcABC123",
AccountsPayableAccountId_FormattedValue":"abcABC123",
BankAccountId::GlAccount.AccountNumber":"abcABC123",
BankAccountId::GlAccount.Description":"abcABC123",
BankAccountId_FormattedValue":"abcABC123",
DiscountAccountId::GlAccount.AccountNumber":"abcABC123",
DiscountAccountId::GlAccount.Description":"abcABC123",
DiscountAccountId_FormattedValue":"abcABC123",
ApPaymentId::ApPayment.TransactionReferenceCode":"abcABC123",
ApPaymentId_FormattedValue":"abcABC123"
}