Allocate Measure Reports
post
/fscmRestApi/backlogManagement/latest/backlogPlans/allocationMeasuresReports
Allocate Measure Reports
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
AllocationScenarioId: number
Unique identifier of an allocation scenario.
-
BmrunId: number
Value that uniquely identifies the backlog management simulation plan run.
-
ItemId: number
Unique identifier of the items specified in an allocation scenario.
-
OrgId: number
Value that uniquely identifies the organization for which the allocation data are requested.
Response
Supported Media Types
- application/json
Default Response
Result of processing the request, which includes fetching of allocation mesures for the given allocation node, item, organization and bucket date.
Root Schema : BLMSupplyAllocationOutput
Type:
Show Source
object
-
AllocScenarioId: number
Unique identifier of an allocation scenario.
-
BLMSupplyAllocResultList: array
BLMSupplyAllocResultList
-
BmRunId: number
Unique identifier of an allocation scenario used in a simulation run.
-
Count: number
Count is total number of Supply Allocation Results fetched from the post operation of allocationMeasuresReports.
-
HasMore: number
It indicates if there is any output result left to be fetched beyond the limit.
-
Limit: number
It indicates maximum number of result that can be fetched at a time . This can be set by user as query parameter.
-
Offset: number
It indicates lower index of result fetched . It can be set by user as query parameter.
Nested Schema : BLMSupplyAllocResult
Type:
Show Source
object
-
AllocationNode: string
()
An item's supply at an organization can be allocated to different customer groups, demand channels, and regions, known as allocation nodes. Allocation nodes help preserve the supply of scarce items across different demand channels and ensure equitable fulfillment across them.
-
BLMWeeklyAllocationList: array
BLMWeeklyAllocationList
Header-level response attributes that indicates the quantity of supply allocated to a particular allocation node for the given week.
-
ItemId: number
Unique identifier of the items specified in an allocation scenario.
-
ItemName: string
Names of the items specified in an allocation scenario.
-
OrgCode: string
Code of the organization specified in an allocation scenario.
-
OrgId: number
Unique identifier of the organization specified in an allocation scenario.
Nested Schema : BLMWeeklyAllocationList
Type:
array
Header-level response attributes that indicates the quantity of supply allocated to a particular allocation node for the given week.
Show Source
Nested Schema : BLMWeeklyAllocation
Type:
Show Source
object
-
AllocatedStealing: number
(double)
Supply allocated to a node through stealing.
-
AllocatedSupply: number
(double)
Supply allocated to an allocation node.
-
AllocatedToChild: number
(double)
Supply allocated to child nodes.
-
AllocConsumeHistory: number
(double)
Supply consumed at an allocation node by shipped orders.
-
AvailablePercentage: number
(double)
Its value is calculated as (availableSupply/allocatedSupply)*100
-
AvailableStealing: number
(double)
Proportion of the allocated supply that's available for stealing.
-
AvailableSupply: number
(double)
Supply available at an allocation node.
-
BLMWeeklyAllocationBucketStartDate: string
(date-time)
Date from which the material supply allocation is effective.
-
ConsumedSupply: number
(double)
Supply consumed at an allocation node.
-
CumulativeAvailSupply: number
(double)
Cumulative supply at an allocation node.
-
DemandQuantity: number
(double)
Total number of demand units at an allocation node with requested dates in the current week.
-
DemandQuantityOnTime: number
(double)
Number of units of demand that are fulfilled on time.
-
GrossAllocatedStealing: number
(double)
Supply allocated to a node and its child nodes through stealing.
-
GrossAllocation: number
(double)
Allocated supply at a specific node and its child nodes.
-
GrossAvailability: number
(double)
Supply available at a specific node and its child nodes.
-
GrossConsumeHistory: number
(double)
Gross consumed supply by shipped orders
-
GrossConsumption: number
(double)
Supply consumed at a specific node and its child nodes.
-
GrossCumulativeAvailability: number
(double)
Cumulative supply at an allocation node and its child nodes.
-
GrossSupply: number
(double)
Sum of total supply in a week across all allocation nodes and supply consumed by the shipped sales orders across all allocation nodes.
-
NextWeekSupply: number
(double)
Total supply in a week across all allocation nodes
-
PlanFillPercent: number
(double)
Percentage of the demand planned by the requested date.
-
PlanOnTimePercent: number
(double)
Percentage of demand planned on time.
-
Revenue: number
(double)
Revenue from demands in the current week.
-
RevenuePlanOnTime: number
(double)
Revenue from demands planned on time.
-
RevenueSchOnTime: number
(double)
Revenue from demands scheduled on time.
-
ScheduleFillPercent: number
(double)
Percentage of the total demand scheduled by the requested date.
-
ScheduleOnTimePercent: number
(double)
Percentage of demand scheduled on time.
-
UserDefinedAllocation: number
(double)
Manually specified supply allocation at an allocation node.