| Name | Type | Description | Notes |
|---|---|---|---|
| CustomerNumber | Int32 | ||
| EmployeeID | String | ||
| Nps | Int32 |
- Prepare the resource
$NPSRecord = Initialize-RealGreenSaPSNPSRecord -CustomerNumber null `
-EmployeeID null `
-Nps null- Convert the resource to JSON
$NPSRecord | ConvertTo-JSON