Details

Name Data Type Is Nullable
Id Integer False
ApPaymentSelectionId Integer False
ApPaymentSelectionPaymentId Integer True
ApInvoiceId Integer False
PayAmount Decimal False
DiscountAmount Decimal False
CreatedOn DateTime False
CreatedBy Integer False
IsInactive Boolean False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
CompletedOn DateTime True
ApPaymentSelectionPaymentId::ApPaymentSelectionPayment.TransactionReferenceCode String False
ApPaymentSelectionPaymentId_FormattedValue String False
ApInvoiceId::ApInvoice.ReferenceCode String False
ApInvoiceId::ApInvoice.DocumentReference String False
ApInvoiceId_FormattedValue String False

Object:

{
    Id":####,
    ApPaymentSelectionId":####,
    ApPaymentSelectionPaymentId":####,
    ApInvoiceId":####,
    PayAmount":###.##,
    DiscountAmount":###.##,
    CreatedOn":"MM-dd-yyyy hh:mm:ss",
    CreatedBy":####,
    IsInactive":True/False,
    ModifiedOn":"MM-dd-yyyy hh:mm:ss",
    ModifiedBy":####,
    InactiveOn":"MM-dd-yyyy hh:mm:ss",
    InactiveBy":####,
    CompletedOn":"MM-dd-yyyy hh:mm:ss",
    ApPaymentSelectionPaymentId::ApPaymentSelectionPayment.TransactionReferenceCode":"abcABC123",
    ApPaymentSelectionPaymentId_FormattedValue":"abcABC123",
    ApInvoiceId::ApInvoice.ReferenceCode":"abcABC123",
    ApInvoiceId::ApInvoice.DocumentReference":"abcABC123",
    ApInvoiceId_FormattedValue":"abcABC123"
}