| Name | Type | Description | Notes |
|---|---|---|---|
| EmployeeID | String | [optional] | |
| Name | String | ||
| CompanyID | Int32 |
- Prepare the resource
$APIEmployeeInsert = Initialize-RealGreenSaPSAPIEmployeeInsert -EmployeeID null `
-Name null `
-CompanyID null- Convert the resource to JSON
$APIEmployeeInsert | ConvertTo-JSON