Supplier Net Allocation¶
Required privilege: Supplier Allocation / View
Returns computed net allocation data showing how demand is distributed across suppliers, factoring in allocation percentages and current order volumes.
GET - Net Allocation Summary¶
Returns a summary of net allocated quantities per item per supplier.
{
"data": {
"rows": [
{
"Item Number": "ITEM-A",
"Supplier Number": "SUP-007",
"Supplier Name": "Acme Components Ltd.",
"Allocation Percentage": 70,
"Net Allocated Quantity": 350,
"Open PO Quantity": 200,
"Variance": -150
}
]
}
}
| Field | Type | Description |
|---|---|---|
Allocation Percentage |
number | Configured allocation share |
Net Allocated Quantity |
number | Quantity that should be sourced from this supplier |
Open PO Quantity |
number | Quantity currently on open POs with this supplier |
Variance |
number | Gap between target and actual (Open PO - Net Allocated) |
GET - Net Allocation Table¶
Returns a cross-tabulated view (items × suppliers) for easier comparison in tabular format.