| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | [optional] | |
| HeaderID | Int32 | [optional] | |
| Date | System.DateTime | [optional] | |
| Reason | String | [optional] | |
| Note | String | [optional] | |
| EmployeeID | String | [optional] |
- Prepare the resource
$CallLogNote = Initialize-RealGreenSaPSCallLogNote -Id null `
-HeaderID null `
-Date null `
-Reason null `
-Note null `
-EmployeeID null- Convert the resource to JSON
$CallLogNote | ConvertTo-JSON