Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 924 Bytes

File metadata and controls

35 lines (29 loc) · 924 Bytes

CallLogSimple

Properties

Name Type Description Notes
CustNo Int32 [optional]
EmpId String
ActionReasonID Int32
Status String [optional]
Note String
AuditEmployeeID String
Name String [optional]
PhoneNumber String [optional]

Examples

  • 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

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