Skip to main content
API Family:Default
Version:24.200.001
Screen ID:PO302000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
BaseCurrencyIDStringValuestring
DAC Field:PX.Objects.CM.Extensions.CurrencyInfo.BaseCuryID
Description:Identifier of the base Currency. Defaults to the base currency of the company.
BillDateDateTimeValueDateTime
DAC Field:PX.Objects.PO.POReceipt.InvoiceDate
Description:No description available
BranchStringValuestring
DAC Field:PX.Objects.PO.POReceipt.BranchID
Description:No description available
ControlQtyDecimalValuedecimal
DAC Field:PX.Objects.PO.POReceipt.ControlQty
Description:No description available
CreateBillBooleanValueboolean
DAC Field:PX.Objects.PO.POReceipt.AutoCreateInvoice
Description:No description available
CurrencyIDStringValuestring
DAC Field:PX.Objects.PO.POReceipt.CuryID
Description:No description available
CurrencyEffectiveDateDateTimeValueDateTime
DAC Field:PX.Objects.CM.Extensions.CurrencyInfo.CuryEffDate
Description:The date, starting from which the specified rate is considered current. Defaults to the current business date.
CurrencyRateDecimalValuedecimal
DAC Field:PX.Objects.CM.Extensions.CurrencyInfo.SampleCuryRate
Description:The exchange rate used for calculations and determined by the values of the CuryMultDiv, CuryRate and RecipRate fields.
CurrencyRateTypeIDStringValuestring
DAC Field:PX.Objects.CM.Extensions.CurrencyInfo.CuryRateTypeID
Description:The identifier of the Rate Type associated with this object. Corresponds to the CurrencyRateType.CuryRateTypeID field.
CurrencyReciprocalRateDecimalValuedecimal
DAC Field:PX.Objects.CM.Extensions.CurrencyInfo.SampleRecipRate
Description:The inverse of the SampleCuryRate. This value is also determined by the values of the CuryMultDiv, CuryRate and RecipRate fields.
DateDateTimeValueDateTime
DAC Field:PX.Objects.PO.POReceipt.ReceiptDate
Description:No description available
DetailsListPurchaseReceiptDetail
DAC Field:Not mapped to a DAC field
Description:No description available
HoldBooleanValueboolean
DAC Field:PX.Objects.PO.POReceipt.Hold
Description:No description available
InventoryRefNbrStringValuestring
DAC Field:PX.Objects.PO.POReceipt.InventoryRefNbr
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.PO.POReceipt.LastModifiedDateTime
Description:No description available
LocationStringValuestring
DAC Field:PX.Objects.PO.POReceipt.VendorLocationID
Description:No description available
PostPeriodStringValuestring
DAC Field:PX.Objects.PO.POReceipt.FinPeriodID
Description:No description available
ProcessReturnWithOriginalCostBooleanValueboolean
DAC Field:PX.Objects.PO.POReceipt.ReturnOrigCost
Description:No description available
ReceiptNbrStringValuestring
DAC Field:PX.Objects.PO.POReceipt.ReceiptNbr
Description:No description available
StatusStringValuestring
DAC Field:PX.Objects.PO.POReceipt.Status
Description:No description available
TotalCostDecimalValuedecimal
DAC Field:PX.Objects.PO.POReceipt.CuryOrderTotal
Description:No description available
TotalQtyDecimalValuedecimal
DAC Field:PX.Objects.PO.POReceipt.OrderQty
Description:No description available
TypeStringValuestring
DAC Field:PX.Objects.PO.POReceipt.ReceiptType
Description:No description available
UnbilledQuantityDecimalValuedecimal
DAC Field:PX.Objects.PO.POReceipt.UnbilledQty
Description:No description available
VendorIDStringValuestring
DAC Field:PX.Objects.PO.POReceipt.VendorID
Description:No description available
VendorRefStringValuestring
DAC Field:PX.Objects.PO.POReceipt.InvoiceNbr
Description:No description available
WarehouseStringValuestring
DAC Field:PX.Objects.PO.POReceipt.SiteID
Description:No description available

Minimum Payload

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

5 required fields
{
  "BaseCurrencyID": {
    "value": "string"
  },
  "CreateBill": {
    "value": false
  },
  "CurrencyRate": {
    "value": 0
  },
  "PostPeriod": {
    "value": "string"
  },
  "VendorID": {
    "value": "string"
  },
  "Details": [
    {
      "EstimatedINExtendedCost": {
        "value": 0
      }
    }
  ]
}

1 property could not be judged statically and is omitted; see the full properties table.

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

Available in Versions