PurchaseOrderDeliveryRowQuantities
Queryable, Introduced in version 26.4
GET https://localhost:8001/sv/001.1/api/v1/Purchase/PurchaseOrderDeliveryRowQuantities
Represents a purchase order delivery row quantity entry
GUID
8B7409DA-392A-4335-AB12-52575FC571C0
Required permission
Show purchase orders
Properties
| Name |
Type |
Summary |
Introduced in |
| Id |
Int64 |
The business key identifier of the purchase order delivery row quantity.
|
|
| QuantityChangeId |
Int64 |
The business key identifier of the quantity change.
|
|
| QuantityChange |
QuantityChanges |
The quantity change.
|
|
| BusinessTransactionContextType |
Int32 |
The type of business transaction context.
- NotInitialized: 0
- ArrivalReporting: 1
- ManufacturingOrderReporting: 2
- DeliveryReporting: 3
- PhysicalInventory: 4
- UnplannedStockWithdrawal: 5
- MoveBetweenWarehouse: 6
- MoveStockBalance: 7
- NonconformityPosteriorRejection: 8
- DirectlyRegisteredInvoice: 9
- RemovalOfPartLocation: 10
- ManufacturingOrderMaterialReporting: 11
- UnplannedStockArrivalReporting: 12
- StockImport: 13
- DeliveryReportingStockOrder: 14
- ArrivalReportingStockOrder: 15
- UndoManufacturingOrderMaterialReporting: 16
- UndoManufacturingOrderReporting: 17
- UndoArrivalReporting: 18
- UndoDeliveryReporting: 19
- UndoArrivalReportingStockOrder: 20
- UndoDeliveryReportingStockOrder: 21
- OutgoingReusable: 22
- ArrivalReusable: 23
- UndoOutgoingReusable: 24
- UndoArrivalReusable: 25
- ToolWithdrawal: 26
- ToolReturn: 27
- CreditSupplierInvoice: 28
- CreditCustomerInvoice: 29
- ReturnPurchaseOrder: 30
- SplitInvoiceBasis: 31
- CreationOfPartLocation: 32
- ArrivalsCorrection: 33
- ArrivalRejection: 34
- UndoReturnPurchaseOrder: 35
|
|
| ParentId |
Int64 |
The business key identifier of the purchase order delivery row.
|
|
Example
{
"Id": 0,
"QuantityChangeId": 0,
"QuantityChange": null,
"BusinessTransactionContextType": 0,
"ParentId": 0
}