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

Properties

Select a row for its DAC field
PropertyTypeData Type
ControlAmountDecimalValuedecimal
DAC Field:PX.Objects.IN.INRegister.ControlAmount
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
DetailsListInventoryIssueDetail
DAC Field:Not mapped to a DAC field
Description:No description available
ExternalRefStringValuestring
DAC Field:PX.Objects.IN.INRegister.ExtRefNbr
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
TotalAmountDecimalValuedecimal
DAC Field:PX.Objects.IN.INRegister.TotalAmount
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

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
      },
      "TranType": {
        "value": "string"
      },
      "UOM": {
        "value": "string"
      }
    }
  ]
}

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

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

Available in Versions