ClientID
The ClientID
object contains the ID of the owner of a subaccount. Use this object to set imply ownership of an object to a subaccount. For example, the Send
object contains a Client
property that enables the email send to be attributed to subaccount. If no client ID is specified, the email send is attributed to the main SOAP API account.
We maintain the PartnerClientKey
property for backwards compatibility. Don't use this property in new code or integrations.
Name | Data Type | Description |
---|---|---|
ClientID1 | xsd | Specifies system account ID (deprecated) |
CreatedBy | xsd | Returns user ID for user who created object |
CustomerKey | xsd | User-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object. |
EnterpriseID | xsd | Reserved for future use. |
ID | xsd | Read-only identifier for an object. Some objects use the ObjectID property as a unique ID. |
ModifiedBy | xsd | Returns user ID for user who modified object. |
PartnerClientKey | xsd | User-defined partner key for an account. |
PartnerUserKey | xsd | Specifies the partner key value of a user. |
UserID | xsd | Indicates username for an account. |