Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.13 KB

File metadata and controls

39 lines (33 loc) · 1.13 KB

CallReason

Properties

Name Type Description Notes
ActionReasonID Int32 [optional]
ActionReason String [optional]
Status String [optional]
ContactOrAttempt String [optional]
Handheld Boolean [optional]
ActionReasonFrench String [optional]
ActionReasonSpanish String [optional]
LetterID Int32 [optional]
SendNote Boolean [optional]
BlockLead Boolean [optional]

Examples

  • Prepare the resource
$CallReason = Initialize-RealGreenSaPSCallReason  -ActionReasonID null `
 -ActionReason null `
 -Status null `
 -ContactOrAttempt null `
 -Handheld null `
 -ActionReasonFrench null `
 -ActionReasonSpanish null `
 -LetterID null `
 -SendNote null `
 -BlockLead null
  • Convert the resource to JSON
$CallReason | ConvertTo-JSON

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