| Name | Type | Description | Notes |
|---|---|---|---|
| CustNo | Int32 | [optional] | |
| EmpId | String | ||
| ActionReasonID | Int32 | ||
| Status | String | [optional] | |
| Note | String | ||
| AuditEmployeeID | String | ||
| Name | String | [optional] | |
| PhoneNumber | String | [optional] |
- Prepare the resource
$CallLogSimple = Initialize-RealGreenSaPSCallLogSimple -CustNo null `
-EmpId null `
-ActionReasonID null `
-Status null `
-Note null `
-AuditEmployeeID null `
-Name null `
-PhoneNumber null- Convert the resource to JSON
$CallLogSimple | ConvertTo-JSON