I'm trying to place order but some error came Rest API: https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/placeOrder
BODY: { "parameters": [ { "complexType": "SoftLayer_Container_Product_Order_Network_Storage_Enterprise_SnapshotSpace", "packageId": 240, "prices": [ { "id": 201527 } ], "volumeId": 200326976 } ] }
Response: {"error":"The price for 20 GB Storage Space (#201527) is not valid for location ams01.","code":"SoftLayer_Exception_Public"}
Try to use this body
references
https://sldn.softlayer.com/python/order_endurance_storage/ https://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Product_Order_Network_Storage_Object/ https://sldn.softlayer.com/reference/services/SoftLayer_Product_Package/getAllObjects/ https://sldn.softlayer.com/reference/services/SoftLayer_Product_Package/getItemPrices/