Skip to main content
API Family:Default
Version:25.200.001
Screen ID:IN301000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
ControlCostDecimalValuedecimal
DAC Field:PX.Objects.IN.INRegister.ControlCost
Description:No description available
ControlQtyDecimalValuedecimal
DAC Field:PX.Objects.IN.INRegister.ControlQty
Description:No description available
DateDateTimeValueDateTime
DAC Field:PX.Objects.IN.INRegister.TranDate
Description:No description available
DescriptionStringValuestring
DAC Field:PX.Objects.IN.INRegister.TranDesc
Description:No description available
DetailsListInventoryReceiptDetail
DAC Field:Not mapped to a DAC field
Description:No description available
HoldBooleanValueboolean
DAC Field:PX.Objects.IN.INRegister.Hold
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.IN.INRegister.LastModifiedDateTime
Description:No description available
PostPeriodStringValuestring
DAC Field:PX.Objects.IN.INRegister.FinPeriodID
Description:No description available
ReferenceNbrStringValuestring
DAC Field:PX.Objects.IN.INRegister.RefNbr
Description:No description available
StatusStringValuestring
DAC Field:PX.Objects.IN.INRegister.Status
Description:No description available
TotalCostDecimalValuedecimal
DAC Field:PX.Objects.IN.INRegister.TotalCost
Description:No description available
TotalQtyDecimalValuedecimal
DAC Field:PX.Objects.IN.INRegister.TotalQty
Description:No description available
TransferNbrStringValuestring
DAC Field:PX.Objects.IN.INRegister.TransferNbr
Description:Field used in INReceiptEntry screen.

Minimum Payload

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

2 required fields
{
  "PostPeriod": {
    "value": "string"
  },
  "Status": {
    "value": "string"
  },
  "Details": [
    {
      "InventoryID": {
        "value": "string"
      },
      "LineNumber": {
        "value": 0
      },
      "UOM": {
        "value": "string"
      }
    }
  ]
}

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

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

Available in Versions