Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.7 KB

DncList.md

File metadata and controls

22 lines (18 loc) · 1.7 KB

DncList

Properties

Name Type Description Notes
id string The globally unique identifier for the object. [optional]
name string The name of the DncList.
dateCreated \DateTime Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
dateModified \DateTime Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
version int Required for updates, must match the version number of the most recent update [optional]
importStatus \PureCloudPlatform\Client\V2\Model\ImportStatus The status of the import process [optional]
size int The total number of phone numbers in the DncList. [optional]
dncSourceType string The type of the DncList.
loginId string A dnc.com loginId. Required if the dncSourceType is dnc.com. [optional]
dncCodes string[] The list of dnc.com codes to be treated as DNC. Required if the dncSourceType is dnc.com. [optional]
licenseId string A gryphon license number. Required if the dncSourceType is gryphon. [optional]
division \PureCloudPlatform\Client\V2\Model\DomainEntityRef The division this DncList belongs to. [optional]
selfUri string The URI for this object [optional]

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