| Name | Type | Description | Notes |
|---|---|---|---|
| EmployeeID | String | [optional] | |
| FirstName | String | [optional] | |
| LastInitial | String | [optional] | |
| GrossSales | Double | [optional] | |
| NetSales | Double | [optional] | |
| CompanyID | Int32 | [optional] |
- Prepare the resource
$SalesByEmployee = Initialize-RealGreenSaPSSalesByEmployee -EmployeeID null `
-FirstName null `
-LastInitial null `
-GrossSales null `
-NetSales null `
-CompanyID null- Convert the resource to JSON
$SalesByEmployee | ConvertTo-JSON