Skip to main content
API Family:Manufacturing
Version:25.100.001
Screen ID:AM300000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
BatchNbrStringValuestring
DAC Field:PX.Objects.AM.AMBatch.BatNbr
Description:The reference number of the transaction.
ControlAmountDecimalValuedecimal
DAC Field:PX.Objects.AM.AMBatch.ControlAmount
Description:The control amount.
ControlQtyDecimalValuedecimal
DAC Field:PX.Objects.AM.AMBatch.ControlQty
Description:The control quantity of the transaction.
DateDateTimeValueDateTime
DAC Field:PX.Objects.AM.AMBatch.TranDate
Description:The date when the transaction was created.
DescriptionStringValuestring
DAC Field:PX.Objects.AM.AMBatch.TranDesc
Description:A brief description of the transaction.
DetailsListMaterialEntryDetail
DAC Field:Not mapped to a DAC field
Description:No description available
HoldBooleanValueboolean
DAC Field:PX.Objects.AM.AMBatch.Hold
Description:A Boolean value that indicates whether the batch is on hold.
OrigBatchNbrStringValuestring
DAC Field:PX.Objects.AM.AMBatch.OrigBatNbr
Description:The batch number of th original transaction.
OrigDocTypeStringValuestring
DAC Field:PX.Objects.AM.AMBatch.OrigDocType
Description:The document type of the original transaction.
PostPeriodStringValuestring
DAC Field:PX.Objects.AM.AMBatch.FinPeriodID
Description:The financial period that corresponds to the transaction date.
StatusStringValuestring
DAC Field:PX.Objects.AM.AMBatch.Status
Description:The status of the transaction set by the system.
TotalAmountDecimalValuedecimal
DAC Field:PX.Objects.AM.AMBatch.TotalAmount
Description:The total amount of the transaction.
TotalQtyDecimalValuedecimal
DAC Field:PX.Objects.AM.AMBatch.TotalQty
Description:The total quantity of the transaction, which the system calculates as the sum of the values in AMMTran.Qty.

Minimum Payload

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

1 required field
{
  "Status": {
    "value": "string"
  },
  "Details": [
    {
      "InventoryID": {
        "value": "string"
      },
      "LineNbr": {
        "value": 0
      },
      "ProductionNbr": {
        "value": "string"
      }
    }
  ]
}

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

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

Available in Versions