VendorShipment
14 properties
API Family:Manufacturing
Version:25.100.001
DAC Mapping:PX.Objects.AM.AMVendorShipment
Screen ID:
AM310000Properties
Select a row for its DAC field| Property | Type | Data Type | |
|---|---|---|---|
ControlQuantity | DecimalValue | decimal | |
DAC Field: PX.Objects.AM.AMVendorShipment.ControlQtyDescription:No description available | |||
Details | List | VendorShipmentDetails | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
Hold | BooleanValue | boolean | |
DAC Field: PX.Objects.AM.AMVendorShipment.HoldDescription:No description available | |||
Location | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.VendorLocationIDDescription:No description available | |||
Owner | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.EmployeeIDDescription:No description available | |||
ShipmentDate | DateTimeValue | DateTime | |
DAC Field: PX.Objects.AM.AMVendorShipment.ShipmentDateDescription:No description available | |||
ShipmentID | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.ShipmentNbrDescription:No description available | |||
ShippedQuantity | DecimalValue | decimal | |
DAC Field: PX.Objects.AM.AMVendorShipment.ShipmentQtyDescription:No description available | |||
ShippingSettings | ShipToSettings | ShipToSettings | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
Status | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.StatusDescription:No description available | |||
Type | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.ShipmentTypeDescription:No description available | |||
Vendor | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.VendorIDDescription:No description available | |||
Warehouse | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.SiteIDDescription:No description available | |||
Workgroup | StringValue | string | |
DAC Field: PX.Objects.AM.AMVendorShipment.WorkgroupIDDescription:No description available | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"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.