Supply allocation availability
post
/fscmRestApi/msp/latest/globalOrderPromises/supplyAllocationAvailability
Supply allocation availability
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AllocationNodeList: array
AllocationNodeList
List that indicates the identifier of the allocation nodes for which supply-allocation details are requested to be generated.
-
CallingInstance: string
Value that uniquely identifies the source application from which the order promising service request originated.
-
CallingModule: string
Value that identifies the module from which the order promising service request originated.
-
EndDateTime: string
(date-time)
Date from which the supply allocation details is requested. This date represents the end date of the allocation request date range.
-
ItemAtOrgList: array
ItemAtOrgList
Values that represent the input attributes related to item and organization for the SupplyAllocationInput request.
-
QueryIdentifier: string
Value that uniquely identifies the order promising web service query.
-
RequestCreationDateTime: string
(date-time)
Date and time when the supply-allocation service request was created
-
StartDateTime: string
(date-time)
Date from which the supply-allocation details is requested. This date represents the start date of the allocation request date range.
Nested Schema : AllocationNodeList
Type:
arrayList that indicates the identifier of the allocation nodes for which supply-allocation details are requested to be generated.
Show Source
Nested Schema : ItemAtOrgList
Type:
arrayValues that represent the input attributes related to item and organization for the SupplyAllocationInput request.
Show Source
Nested Schema : AllocationNode
Type:
Show Source
object-
AllocationNodeFirstLevel: string
Level 1 of the allocation node for the request.
-
AllocationNodeSecondLevel: string
Level 2 of the allocation node for the request.
-
AllocationNodeThirdLevel: string
Level 3 of the allocation node for the request.
Nested Schema : OrgItem
Type:
Show Source
object-
ItemIdentifier: string
Value that uniquely identifies the item.
-
OrgInfo: object
OrgInfo
Nested Schema : OrgInfo
Type:
Show Source
object-
InstanceNumber: string
Number that identifies the source application from which the order promising service request originated.
-
OrgIdentifier: string
Value that uniquely identifies the organization associated with the item.
Response
Supported Media Types
- application/json
Default Response
Set of header attributes that?s returned when a request is made for supply allocation during an available-to-promise check for a fulfillment line.
Root Schema : SupplyAllocationOutput
Type:
Show Source
object-
ErrorCode: string
String that indicates the error code returned by Oracle Fusion Cloud Global Order Promising for the Supply Allocation report request.
-
ErrorMessage: string
Text,if any,of the error message for the error code.
-
PromiseDateTime: string
(date-time)
Date and time when the promise is generated by Oracle Fusion Cloud Global Order Promising.
-
PromisingInstance: string
Value that uniquely identifies the source application in which order promising is performed.
-
PromisingSystem: string
String identifier for the order-promising system that generated the allocation results.
-
QueryIdentifier: string
Value that uniquely identifies the order promising web service query.
-
SupplyAllocationResultList: array
SupplyAllocationResultList
Values that represent the attributes of supply allocation availability details for the supply allocation availability service request.
Nested Schema : SupplyAllocationResultList
Type:
arrayValues that represent the attributes of supply allocation availability details for the supply allocation availability service request.
Show Source
Nested Schema : SupplyAllocResult
Type:
Show Source
object-
AllocationNode: string
()
String attribute that indicates the identifier of the allocation node for which supply allocation details are generated.
-
ItemIdentifier: string
String that represents the unique identifier for the item.
-
OrgIdentifier: string
Value that uniquely identifies the organization associated with the item.
-
WeeklyAllocationList: array
WeeklyAllocationList
Header-level response attributes that indicates the quantity of supply allocated to a particular allocation node for the given week.
Nested Schema : WeeklyAllocationList
Type:
arrayHeader-level response attributes that indicates the quantity of supply allocated to a particular allocation node for the given week.
Show Source
Nested Schema : WeeklyAllocation
Type:
Show Source
object-
AllocatedQuantity: number
(double)
Number that indicates the quantity of supply allocated to a particular node for a given week.
-
AllocatedSupplyAvailableForRedeployment: number
(double)
Number that indicates allocated supply for the nodeless supply represented by stealing protection.
-
AllocationFromRedeployment: number
(double)
Number that indicates the supply donated to other nodes.
-
AllocConsumeHistory: number
(double)
Supply consumed at an allocation node by shipped orders.
-
AvailableAllocQuantity: number
(double)
Number that indicates the quantity of net-allocated supply available to a particular node for a given week.
-
ConsumedAllocQuantity: number
(double)
Number that indicates the allocated supply quantity consumed by a particular node for a given week. The allocated supply quantity consumed does not include consumption through stealing from other nodes.
-
CummulativeAllocQuantity: number
(double)
Number that indicates the aggregate net-allocated quantity of supply available from the start of a horizon to the end date for a particular node for the given week.
-
GrossAllocatedSupply: number
(double)
Allocated supply at a specific node and its child nodes.
-
GrossAllocationFromStealing: number
(double)
Supply allocated to a node and its child nodes through stealing.
-
GrossAvailableSupply: number
(double)
Supply available at a specific node and its child nodes.
-
GrossConsumedSupply: number
(double)
Supply consumed at a specific node and its child nodes.
-
GrossConsumeHistory: number
(double)
Allocation consumed at the parent node and all its child nodes by orders already shipped
-
GrossCumulativeSupply: number
(double)
Cumulative supply at an allocation node and its child nodes.
-
ManualAllocQuantity: number
(double)
Manually specified supply allocation at an allocation node.
-
SupplyAllocatedToChildNodes: number
(double)
Supply allocated to child nodes.
-
TotalSupply: 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.
-
TotalWeeklySupplyQuantity: number
(double)
Number that indicates the total weekly supply for the Item-Org in that week.
-
WeeklyAllocationBucketStartDate: string
(date-time)
Date from which the material supply allocation is effective.
Examples
This example describes how to create supply allocation availability.
Example cURL Command
Use the following cURL command to submit a request on the REST resource.
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/globalOrderPromises/supplyAllocationAvailability"
Example 1 Request Body
The following example includes the contents of the
request body in JSON format:
{
"CallingModule" : "GOP",
"CallingInstance": "GOP",
"RequestCreationDateTime" : "2022-03-23",
"QueryIdentifier" : "2",
"StartDateTime" : "2022-06-19",
"EndDateTime" : "2022-06-19",
"ItemAtOrgList" : [
{
"ItemIdentifier" : "Item A",
"OrgInfo" : {
"OrgIdentifier" : "M1"
}
}
],
"AllocationNodeList" : [
{
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "Rest",
"AllocationNodeThirdLevel": "Low Priority"
}
]
}Example 1 Response Body
The following example includes the contents of the response body in JSON format:
{
"SupplyAllocationOutput": {
"PromisingSystem": "HVGOP",
"PromisingInstance": "GOP",
"PromiseDateTime": "2022-03-23T00:00:00.000+0000",
"QueryIdentifier": "2",
"ErrorCode": "S",
"SupplyAllocResultList": [
{
"ItemIdentifier": "Item A",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "Rest",
"AllocationNodeThirdLevel": "Low Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 50,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 50,
"CummulativeAllocQuantity": 50,
"TotalWeeklySupplyQuantity": 1000
}
]
}
]
}
}
Example 2 Request Body
The following example includes the contents of the request body in JSON
format:
{
"CallingModule" : "GOP",
"CallingInstance": "GOP",
"RequestCreationDateTime" : "2022-06-13",
"QueryIdentifier" : "1231212",
"StartDateTime" : "2022-06-13",
"EndDateTime" : "2022-06-13",
"AdditionalMeasures": "",
"ItemAtOrgList" : [
{
"ItemIdentifier" : "RI-HV-ANALOG-NUMS2",
"OrgInfo" : {
"OrgIdentifier" : "M1"
}
},
{
"ItemIdentifier" : "RI-HV-ANALOG-NUMS2",
"OrgInfo" : {
"OrgIdentifier" : "M2"
}
},
{
"ItemIdentifier" : "RI-HV-ANALOG-NUMS2",
"OrgInfo" : {
"OrgIdentifier" : "M6"
}}
],
"AllocationNodeList" : [
{
"AllocationNodeFirstLevel":"ALL"
},
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-Rest"
},
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-Rest",
"AllocationNodeThirdLevel":"BLM-High Priority"
},
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-Rest",
"AllocationNodeThirdLevel":"BLM-Low Priority"
},
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-Rest",
"AllocationNodeThirdLevel":"BLM-Online"
}
,
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-South"
} ,
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-South",
"AllocationNodeThirdLevel":"BLM-South-High Priority"
}
,
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-South",
"AllocationNodeThirdLevel":"BLM-SouthEast"
},
{
"AllocationNodeFirstLevel":"ALL",
"AllocationNodeSecondLevel":"BLM-South",
"AllocationNodeThirdLevel":"BLM-SouthWest"
}
]
}Example 2 Response Body
The following example includes the contents of the response body in JSON
format:
{
"SupplyAllocationOutput": {
"PromisingSystem": "HVGOP",
"PromisingInstance": "GOP",
"PromiseDateTime": "2022-06-13T00:00:00.000+0000",
"QueryIdentifier": "1231212",
"ErrorCode": "S",
"SupplyAllocResultList": [
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 10,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 10,
"CummulativeAllocQuantity": 10,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 10
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 15,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 15,
"CummulativeAllocQuantity": 15,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 15
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-High Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 10,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 10,
"CummulativeAllocQuantity": 10,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 10
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-Low Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 0,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 0,
"CummulativeAllocQuantity": 0,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 0
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-Online"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 20,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 20,
"CummulativeAllocQuantity": 20,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 20
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 20,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 20,
"CummulativeAllocQuantity": 20,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 20
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-South-High Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 10,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 10,
"CummulativeAllocQuantity": 10,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 10
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-SouthEast"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 8,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 8,
"CummulativeAllocQuantity": 8,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 8
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M1",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-SouthWest"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 7,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 7,
"CummulativeAllocQuantity": 7,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 7
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 10,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 10,
"CummulativeAllocQuantity": 10,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 10
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 7,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 7,
"CummulativeAllocQuantity": 7,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 7
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-High Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 15,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 15,
"CummulativeAllocQuantity": 15,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 15
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-Low Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 8,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 8,
"CummulativeAllocQuantity": 8,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 8
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-Online"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 15,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 15,
"CummulativeAllocQuantity": 15,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 15
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 23,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 23,
"CummulativeAllocQuantity": 23,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 23
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-South-High Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 12,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 12,
"CummulativeAllocQuantity": 12,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 12
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-SouthEast"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 5,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 5,
"CummulativeAllocQuantity": 5,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 5
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M2",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-SouthWest"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 5,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 5,
"CummulativeAllocQuantity": 5,
"TotalWeeklySupplyQuantity": 100,
"ManualAllocQuantity": 5
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 8,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 8,
"CummulativeAllocQuantity": 8,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 10
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 6,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 6,
"CummulativeAllocQuantity": 6,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 7
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-High Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 12,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 12,
"CummulativeAllocQuantity": 12,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 15
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-Low Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 6,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 6,
"CummulativeAllocQuantity": 6,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 8
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-Rest",
"AllocationNodeThirdLevel": "BLM-Online"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 12,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 12,
"CummulativeAllocQuantity": 12,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 15
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 18,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 18,
"CummulativeAllocQuantity": 18,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 23
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-South-High Priority"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 10,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 10,
"CummulativeAllocQuantity": 10,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 12
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-SouthEast"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 4,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 4,
"CummulativeAllocQuantity": 4,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 5
}
]
},
{
"ItemIdentifier": "RI-HV-ANALOG-NUMS2",
"OrgIdentifier": "M6",
"AllocationNode": {
"AllocationNodeFirstLevel": "ALL",
"AllocationNodeSecondLevel": "BLM-South",
"AllocationNodeThirdLevel": "BLM-SouthWest"
},
"WeeklyAllocationList": [
{
"WeeklyAllocationBucketStartDate": "2022-06-13",
"AllocatedQuantity": 4,
"ConsumedAllocQuantity": 0,
"AvailableAllocQuantity": 4,
"CummulativeAllocQuantity": 4,
"TotalWeeklySupplyQuantity": 80,
"ManualAllocQuantity": 5
}
]
}
]
}
}