Sample Response
{
    "Availability_Response": [{
      "productNumber": "SAMPLE-SKU",
      "longProductNumber": "SAMPLE-SKU",
      "storage_locations": [{
            "plant": "4001",
            "locationNumber": "1000",
            "availableQuantity": 50.000,
            "availableOnDate": "2024-12-01",
            "leadTimeInDays": 60,
            "pOQuantity": 15.000,
            "pODate": "2024-12-15"
        },
        {
          "plant": "4001",
          "locationNumber": "1000",
          "availableQuantity": "0.000 ",
          "availableOnDate": null,
          "leadTimeInDays": "60",
          "pOQuantity": "10.000 ",
          "pODate": "2024-12-24"
        }]
}]
}