Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 618 Bytes

File metadata and controls

25 lines (19 loc) · 618 Bytes

NPSRecord

Properties

Name Type Description Notes
CustomerNumber Int32
EmployeeID String
Nps Int32

Examples

  • Prepare the resource
$NPSRecord = Initialize-RealGreenSaPSNPSRecord  -CustomerNumber null `
 -EmployeeID null `
 -Nps null
  • Convert the resource to JSON
$NPSRecord | ConvertTo-JSON

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