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

Properties

Select a row for its DAC field
PropertyTypeData Type
DateDateTimeValueDateTime
DAC Field:PX.Objects.IN.INRegister.TranDate
Description:No description available
DescriptionStringValuestring
DAC Field:PX.Objects.IN.INRegister.TranDesc
Description:No description available
DetailsListTransferOrderDetail
DAC Field:Not mapped to a DAC field
Description:No description available
ExternalRefStringValuestring
DAC Field:PX.Objects.IN.INRegister.ExtRefNbr
Description:No description available
FromWarehouseIDStringValuestring
DAC Field:PX.Objects.IN.INRegister.SiteID
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
TotalQtyDecimalValuedecimal
DAC Field:PX.Objects.IN.INRegister.TotalQty
Description:No description available
ToWarehouseIDStringValuestring
DAC Field:PX.Objects.IN.INRegister.ToSiteID
Description:No description available
TransferTypeStringValuestring
DAC Field:PX.Objects.IN.INRegister.TransferType
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"
      },
      "LineNbr": {
        "value": 0
      },
      "UOM": {
        "value": "string"
      }
    }
  ]
}

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

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

Available in Versions