Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 784 Bytes

File metadata and controls

29 lines (23 loc) · 784 Bytes

NPSResult

Properties

Name Type Description Notes
CompanyID Int32 [optional]
Detractors Int32 [optional]
Passives Int32 [optional]
Promoters Int32 [optional]
NpsScore Double [optional] [readonly]

Examples

  • Prepare the resource
$NPSResult = Initialize-RealGreenSaPSNPSResult  -CompanyID null `
 -Detractors null `
 -Passives null `
 -Promoters null `
 -NpsScore null
  • Convert the resource to JSON
$NPSResult | ConvertTo-JSON

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