Skip to main content

ScenarioAllocationSupplierCustomer

supplierIdstring<uuid>required

The ID of the supplier.

supplierstringrequired

The name of the supplier.

bidOption object

The bid option to which this allocation refers to.

anyOf
string
supplierColumns object

Supplier bid sheet column values for this allocation. Included only when requested via the fields query parameter.

anyOf

Supplier bid sheet column values for a scenario allocation.

values objectrequired

Cell values keyed by bid sheet column name.

property name* CustomerColumnValue
anyOf
integer
volumenumberrequired

The volume allocated to this supplier.

totalCostnumberrequired

The total cost of the allocation to this supplier for the allocated volume, including any applied scenario discounts. Amounts are expressed in the project currency; see the project's currencyCode.

ScenarioAllocationSupplierCustomer
{
"supplierId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"supplier": "string",
"bidOption": "string",
"supplierColumns": {
"values": {
"Price": 1.2,
"Supplier text": "On time delivery"
}
},
"volume": 0,
"totalCost": 0
}