Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 871 Bytes

File metadata and controls

31 lines (25 loc) · 871 Bytes

SalesByEmployee

Properties

Name Type Description Notes
EmployeeID String [optional]
FirstName String [optional]
LastInitial String [optional]
GrossSales Double [optional]
NetSales Double [optional]
CompanyID Int32 [optional]

Examples

  • Prepare the resource
$SalesByEmployee = Initialize-RealGreenSaPSSalesByEmployee  -EmployeeID null `
 -FirstName null `
 -LastInitial null `
 -GrossSales null `
 -NetSales null `
 -CompanyID null
  • Convert the resource to JSON
$SalesByEmployee | ConvertTo-JSON

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