Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 825 Bytes

File metadata and controls

29 lines (23 loc) · 825 Bytes

SalesByEmployeeBase

Properties

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

Examples

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

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