Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 817 Bytes

File metadata and controls

31 lines (25 loc) · 817 Bytes

CallLogNote

Properties

Name Type Description Notes
Id Int32 [optional]
HeaderID Int32 [optional]
Date System.DateTime [optional]
Reason String [optional]
Note String [optional]
EmployeeID String [optional]

Examples

  • 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

[Back to Model list] [Back to API list] [Back to README]