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

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AmountDecimalValuedecimal
DAC Field:PX.Objects.AR.Standalone.ARCashSale.CuryOrigDocAmt
Description:The amount of the document. Given in the currency of the document.
BalanceDecimalValuedecimal
DAC Field:PX.Objects.AR.Standalone.ARCashSale.CuryDocBal
Description:The open balance of the document. Given in the currency of the document.
CashAccountStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.CashAccountID
Description:No description available
CreatedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.AR.Standalone.ARCashSale.CreatedDateTime
Description:No description available
CustomerIDStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.CustomerID
Description:The identifier of the Customer record associated with the document. Corresponds to the BAccount.BAccountID field.
DateDateTimeValueDateTime
DAC Field:PX.Objects.AR.Standalone.ARCashSale.AdjDate
Description:No description available
DescriptionStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.DocDesc
Description:The description of the document.
DetailsListCashSaleDetail
DAC Field:Not mapped to a DAC field
Description:No description available
HoldBooleanValueboolean
DAC Field:PX.Objects.AR.Standalone.ARCashSale.Hold
Description:When set to "true" indicates that the document is on hold and thus cannot be released.
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.AR.Standalone.ARCashSale.LastModifiedDateTime
Description:No description available
PaymentMethodStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.PaymentMethodID
Description:No description available
PaymentRefStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.ExtRefNbr
Description:No description available
ProjectStringValuestring
DAC Field:Not mapped to a DAC field
Description:No description available
ReferenceNbrStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.RefNbr
Description:The reference number of the document. This field is a part of the compound key of the document.
StatusStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.Status
Description:The status of the document. The value of the field is determined by the values of the status flags, such as Hold, Released, Voided, Scheduled. The field can have one of the values described in ARDocStatus.ListAttribute. Defaults to ARDocStatus.Hold.
TaxTotalDecimalValuedecimal
DAC Field:PX.Objects.AR.Standalone.ARCashSale.CuryTaxTotal
Description:No description available
TypeStringValuestring
DAC Field:PX.Objects.AR.Standalone.ARCashSale.DocType
Description:The type of the document. This field is a part of the compound key of the document. The field can have one of the values described in ARDocType.ListAttribute.

Minimum Payload

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

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

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

Details is the detail-lines collection (CashSaleDetail); one example row is included above because a document usually has lines, and no field of the row itself could be shown to be required on insert — the keys a line is identified by are defaulted from the parent record.

Available in Versions