Skip to main content
API Family:Default
Version:23.200.001
Screen ID:AP302000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
ApplicationDateDateTimeValueDateTime
DAC Field:PX.Objects.AP.APPayment.AdjDate
Description:The date when the payment is applied. Defaults to the current business date.
CashAccountStringValuestring
DAC Field:PX.Objects.AP.APPayment.CashAccountID
Description:The cash account associated with the payment method. The field is irrelevant for debit adjustments. Corresponds to the CashAccount.CashAccountID field. Defaults to the cash account associated with the payment method and location.
CurrencyIDStringValuestring
DAC Field:PX.Objects.AP.APPayment.CuryID
Description:Code of the Currency of the document. Defaults to the company's base currency.
DescriptionStringValuestring
DAC Field:PX.Objects.AP.APPayment.DocDesc
Description:Description of the document.
DetailsListCheckDetail
DAC Field:Not mapped to a DAC field
Description:No description available
HistoryListCheckHistoryDetail
DAC Field:Not mapped to a DAC field
Description:No description available
HoldBooleanValueboolean
DAC Field:PX.Objects.AP.APPayment.Hold
Description:When set to "true" indicates that the document is on hold and thus cannot be released.
PaymentAmountDecimalValuedecimal
DAC Field:PX.Objects.AP.APPayment.CuryOrigDocAmt
Description:The total payment amount that should be applied to the documents. (Presented in the currency of the document, see CuryID)
PaymentMethodStringValuestring
DAC Field:PX.Objects.AP.APPayment.PaymentMethodID
Description:The payment method used for the document. Corresponds to the PaymentMethod.PaymentMethodID field. Defaults to the payment method associated with the vendor location.
PaymentRefStringValuestring
DAC Field:PX.Objects.AP.APPayment.ExtRefNbr
Description:A payment reference number, which can be a system-generated number or an external reference number (such as a wire transfer number or a bank check number) entered manually. Irrelevant for Debit Adjustments.
ReferenceNbrStringValuestring
DAC Field:PX.Objects.AP.APPayment.RefNbr
Description:Reference number of the document.
StatusStringValuestring
DAC Field:PX.Objects.AP.APPayment.Status
Description:Status of the document. The field is calculated based on the values of status flag. It can't be changed directly. The fields tht determine status of a document are: Hold, Released, Voided, Scheduled, Prebooked, Printed Possible values are: ""H"" - Hold, ""B"" - Balanced, ""V"" - Voided, ""S"" - Scheduled, ""N"" - Open, ""C"" - Closed, ""P"" - Printed, ""K"" - Prebooked. Defaults to Hold.
TypeStringValuestring
DAC Field:PX.Objects.AP.APPayment.DocType
Description:Type of the document. Possible values are: "CHK" - Payment, "ADR" - Debit Adjustment, "PPM" - Prepayment, "REF" - Refund, "VCK" - Voided Payment
UnappliedBalanceDecimalValuedecimal
DAC Field:PX.Objects.AP.APPayment.CuryUnappliedBal
Description:The balance that has not been applied. This will be a nonzero value if the payment amount is not equal to a document’s total amount. Checks shall always have a zero unapplied balance. (Presented in the currency of the document, see CuryID)
VendorStringValuestring
DAC Field:PX.Objects.AP.APPayment.VendorID
Description:Identifier of the Vendor, whom the document belongs to.
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.AP.APPayment.LastModifiedDateTime
Description:No description available

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

2 required fields
{
  "Type": {
    "value": "string"
  },
  "Vendor": {
    "value": "string"
  },
  "Details": [
    {
      "ReferenceNbr": {
        "value": "string"
      }
    }
  ]
}

For every property this entity accepts, see the properties table.

Details is the detail-lines collection (CheckDetail); one example row is included above because a document usually has lines, and each row needs ReferenceNbr of its own.

Available in Versions