| Name | Type | Description | Notes |
|---|---|---|---|
| EmployeeID | String | [optional] | |
| EmployeeName | String | [optional] | |
| Sales | Int32 | [optional] | |
| GrossAmount | Double | [optional] | |
| NetAmount | Double | [optional] |
- Prepare the resource
$ProgramProductionBySalesPerson = Initialize-RealGreenSaPSProgramProductionBySalesPerson -EmployeeID null `
-EmployeeName null `
-Sales null `
-GrossAmount null `
-NetAmount null- Convert the resource to JSON
$ProgramProductionBySalesPerson | ConvertTo-JSON