SoftLayer Account Attachment Employee
From SoftLayer Development Network Wiki
Contents |
Overview
A SoftLayer_Account_Attachment_Employee models an assignment of a single employee with a single account
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Relational Properties
account
A account that is assigned to a employee.
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account
employee
A employee that is assigned to a account.
employee can be queried by object mask.
employee must be a unique value.
- Type: SoftLayer_User_Employee

