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