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.

Note

Properties 

NameData TypeDescription
ClientID1xsd:intSpecifies system account ID (deprecated)
CreatedByxsd:intReturns user ID for user who created object
CustomerKeyxsd:stringUser-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object.
EnterpriseIDxsd:longReserved for future use.
IDxsd:intRead-only identifier for an object. Some objects use the ObjectID property as a unique ID.
ModifiedByxsd:intReturns user ID for user who modified object.
PartnerClientKeyxsd:stringUser-defined partner key for an account.
PartnerUserKeyxsd:stringSpecifies the partner key value of a user.
UserIDxsd:intIndicates username for an account.