Operation: GET
Method: SoftLayer_Billing_Item::getAssociatedParent()
URL: SoftLayer_Billing_Item/getAssociatedParent
Example CURL:
curl -su userid:api_key https://api.softlayer.com/rest/v3/SoftLayer_Billing_Item/<billing_item_id>/getAssociatedParent?objectMask=mask\[categoryCode,id,description\]
Example Response:
[
{
"categoryCode": "storage_service_enterprise",
"description": "Endurance Storage",
"id": 1234321
}
]