Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.08 KB

File metadata and controls

39 lines (33 loc) · 1.08 KB

DoneByEmployee

Properties

Name Type Description Notes
Id Int32 [optional]
ServiceID Int32 [optional]
EmployeeID String [optional]
EmployeeName String [optional]
Percent Double [optional]
DoneDate System.DateTime [optional]
StarTime Int32 [optional]
EndTime Int32 [optional]
Created System.DateTime [optional]
Updated System.DateTime [optional]

Examples

  • Prepare the resource
$DoneByEmployee = Initialize-RealGreenSaPSDoneByEmployee  -Id null `
 -ServiceID null `
 -EmployeeID null `
 -EmployeeName null `
 -Percent null `
 -DoneDate null `
 -StarTime null `
 -EndTime null `
 -Created null `
 -Updated null
  • Convert the resource to JSON
$DoneByEmployee | ConvertTo-JSON

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