SoftLayer Billing Invoice::getObject
From SoftLayer Development Network Wiki
getObject is a member of the SoftLayer_Billing_Invoice service.
Contents |
Overview
getObject retrieves the SoftLayer_Billing_Invoice object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Billing_Invoice service. You can only retrieve invoices that are assigned to your portal user's account.
User Access
Users wishing to execute getObject service must have the view account summary and view account summary permissions assigned to their account.
Return Type
getObject returns the SoftLayer_Billing_Invoice data type.
Headers
Required Headers
getObject requires the following headers:
Optional Headers
getObject may use the following headers:
Error Handling
getObject throws the following exceptions:
- SoftLayer_Exception_ObjectNotFound
- Throw the error "Unable to find object with id of {id}." if the given initialization parameter has an invalid id field.

