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

Properties

Select a row for its DAC field
PropertyTypeData Type
ControlQuantityDecimalValuedecimal
DAC Field:PX.Objects.AM.AMVendorShipment.ControlQty
Description:No description available
DetailsListVendorShipmentDetails
DAC Field:Not mapped to a DAC field
Description:No description available
HoldBooleanValueboolean
DAC Field:PX.Objects.AM.AMVendorShipment.Hold
Description:No description available
LocationStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.VendorLocationID
Description:No description available
OwnerStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.EmployeeID
Description:No description available
ShipmentDateDateTimeValueDateTime
DAC Field:PX.Objects.AM.AMVendorShipment.ShipmentDate
Description:No description available
ShipmentIDStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.ShipmentNbr
Description:No description available
ShippedQuantityDecimalValuedecimal
DAC Field:PX.Objects.AM.AMVendorShipment.ShipmentQty
Description:No description available
ShippingSettingsShipToSettingsShipToSettings
DAC Field:Not mapped to a DAC field
Description:No description available
StatusStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.Status
Description:No description available
TypeStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.ShipmentType
Description:No description available
VendorStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.VendorID
Description:No description available
WarehouseStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.SiteID
Description:No description available
WorkgroupStringValuestring
DAC Field:PX.Objects.AM.AMVendorShipment.WorkgroupID
Description:No description available

Minimum Payload

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

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

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

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

Available in Versions