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.
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 in Marketing Cloud. |
EnterpriseID | xsd | Reserved for future use. |
ID | xsd | Read-only identifier for an object. Some objects use the ObjectID property as the Marketing Cloud 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. |