Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.19 KB

GetExtendedContactDetails.md

File metadata and controls

18 lines (15 loc) · 1.19 KB

sib_api_v3_sdk.Model.GetExtendedContactDetails

Properties

Name Type Description Notes
Email string Email address of the contact for which you requested the details
Id long? ID of the contact for which you requested the details
EmailBlacklisted bool? Blacklist status for email campaigns (true=blacklisted, false=not blacklisted)
SmsBlacklisted bool? Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)
CreatedAt string Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
ModifiedAt string Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
ListIds List<long?>
ListUnsubscribed List<long?> [optional]
Attributes Object Set of attributes of the contact
Statistics GetExtendedContactDetailsStatistics

[Back to Model list] [Back to API list] [Back to README]