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 ClientID is specified, the email send is attributed to the main SOAP API account.

Marketing Cloud maintains the PartnerClientKey property for legacy functionality and backwards compatibility. To avoid performance issues, we discourage the use of this property in new code or integrations. Replace this property with ClientID whenever possible.

NameData TypeDescription
ClientID1xsdSpecifies system account ID (deprecated)
CreatedByxsdReturns user ID for user who created object
CustomerKeyxsdUser-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object in Marketing Cloud.
EnterpriseIDxsdReserved for future use.
IDxsdRead-only identifier for an object. Some objects use the ObjectID property as the Marketing Cloud unique ID.
ModifiedByxsdReturns user ID for user who modified object.
PartnerClientKeyxsdUser-defined partner key for an account.
PartnerUserKeyxsdSpecifies the partner key value of a user.
UserIDxsdIndicates username for an account.