| Name | Type | Description | Notes |
|---|---|---|---|
| CompanyID | Int32 | [optional] | |
| Detractors | Int32 | [optional] | |
| Passives | Int32 | [optional] | |
| Promoters | Int32 | [optional] | |
| NpsScore | Double | [optional] [readonly] |
- Prepare the resource
$NPSResult = Initialize-RealGreenSaPSNPSResult -CompanyID null `
-Detractors null `
-Passives null `
-Promoters null `
-NpsScore null- Convert the resource to JSON
$NPSResult | ConvertTo-JSON