Supply allocation availability

post

/fscmRestApi/msp/latest/globalOrderPromises/supplyAllocationAvailability

Supply allocation availability

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : AllocationNodeList
Type: array
List that indicates the identifier of the allocation nodes for which supply-allocation details are requested to be generated.
Show Source
Nested Schema : ItemAtOrgList
Type: array
Values that represent the input attributes related to item and organization for the SupplyAllocationInput request.
Show Source
Nested Schema : AllocationNode
Type: object
Show Source
Nested Schema : OrgItem
Type: object
Show Source
Nested Schema : OrgInfo
Type: object
Show Source
Back to Top

Response

Supported Media Types

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.
Body ()
Root Schema : SupplyAllocationOutput
Type: object
Show Source
Nested Schema : SupplyAllocationResultList
Type: array
Values that represent the attributes of supply allocation availability details for the supply allocation availability service request.
Show Source
Nested Schema : SupplyAllocResult
Type: object
Show Source
Nested Schema : WeeklyAllocationList
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 : WeeklyAllocation
Type: object
Show Source
Back to Top

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
                    }
                ]
            }
        ]
    }
}
Back to Top