Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.08 KB

GetContactDetails.md

File metadata and controls

17 lines (14 loc) · 1.08 KB

sib_api_v3_sdk.Model.GetContactDetails

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

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