December 30, 2015


Find provisioned product from a billing item

Associate a billing item ID with a SoftLayer service or product using getAssociatedParent

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
    }
]

Feedback?

If this article contains any error, or leaves any of your questions unanswered, please help us out by opening up a github issue.
Open an issue