| 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] |
$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]