I am having trouble with the modifyContact call. Every time I try to execute it I receive the error:
{
"error": "Invalid container specified: SoftLayer_Container_Product_Order. Ordering a server or service requires a specific container type, not the generic base order container.",
"code": "SoftLayer_Exception_Order_InvalidContainer"
}
URL
https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/verifyOrder.json
CURL Request
{
"parameters": [
{
"quantity": 1,
"location": "DALLAS09",
"packageId": 10,
"properties": [
{
"name": "orderOrigin",
"value": "control"
}
],
"hardware": [
{
"hostname": "vsiHostname",
"domain": "domain.com"
}
]
}
]
}