Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 654 Bytes

File metadata and controls

25 lines (19 loc) · 654 Bytes

APIEmployeeInsert

Properties

Name Type Description Notes
EmployeeID String [optional]
Name String
CompanyID Int32

Examples

  • Prepare the resource
$APIEmployeeInsert = Initialize-RealGreenSaPSAPIEmployeeInsert  -EmployeeID null `
 -Name null `
 -CompanyID null
  • Convert the resource to JSON
$APIEmployeeInsert | ConvertTo-JSON

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