Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 2.1 KB

File metadata and controls

61 lines (55 loc) · 2.1 KB

CustomerContactPreferencesProperties

Properties

Name Type Description Notes
DontTelemarket Boolean [optional]
DontDirectMail Boolean [optional]
DontEmail Boolean [optional]
EmailStatements Boolean [optional]
EmailPrenotification Boolean [optional]
DontTelemarketLocal Boolean [optional]
DontTelemarketCustomerRequest Boolean [optional]
DontUpsell Boolean [optional]
PreferredPhone String [optional]
AutoPay Boolean [optional]
ContactPreferred String [optional]
NoKnock Boolean [optional]
CawRegisteredUser Boolean [optional]
PreferredLanguage String [optional]
TextPrenotification Boolean [optional]
DontFollowupByEmail Boolean [optional]
DontText Boolean [optional]
DontEmailInvoice Boolean [optional]
AmaAdministrative Boolean [optional]
AmaMarket Boolean [optional]
AmaService Boolean [optional]

Examples

  • Prepare the resource
$CustomerContactPreferencesProperties = Initialize-RealGreenSaPSCustomerContactPreferencesProperties  -DontTelemarket null `
 -DontDirectMail null `
 -DontEmail null `
 -EmailStatements null `
 -EmailPrenotification null `
 -DontTelemarketLocal null `
 -DontTelemarketCustomerRequest null `
 -DontUpsell null `
 -PreferredPhone null `
 -AutoPay null `
 -ContactPreferred null `
 -NoKnock null `
 -CawRegisteredUser null `
 -PreferredLanguage null `
 -TextPrenotification null `
 -DontFollowupByEmail null `
 -DontText null `
 -DontEmailInvoice null `
 -AmaAdministrative null `
 -AmaMarket null `
 -AmaService null
  • Convert the resource to JSON
$CustomerContactPreferencesProperties | ConvertTo-JSON

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