ContactDto
Properties
Name | Type | Description | Notes |
Id | String | | |
GroupId | String | | [optional] |
FirstName | String | | [optional] |
LastName | String | | [optional] |
Company | String | | [optional] |
EmailAddresses | String[] | | |
PrimaryEmailAddress | String | | [optional] |
Tags | String[] | | |
MetaData | SystemCollectionsHashtable | | [optional] |
OptOut | Boolean | | [optional] |
CreatedAt | System.DateTime | | |
Examples
$ContactDto = Initialize-maislurp-client-powershellContactDto -Id null `
-GroupId null `
-FirstName null `
-LastName null `
-Company null `
-EmailAddresses null `
-PrimaryEmailAddress null `
-Tags null `
-MetaData null `
-OptOut null `
-CreatedAt null
- Convert the resource to JSON
$ContactDto | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]