Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.37 KB

File metadata and controls

37 lines (31 loc) · 1.37 KB

ProgramProductionBySalesPersonRequest

Properties

Name Type Description Notes
CompanyIDs Int32[] [optional]
ProgramDefinitionIDs Int32[] [optional]
EmployeeIDs String[] [optional]
DoneDateRange DateRanges [optional]
CustomDoneDateRange DateTimeRange [optional]
SoldDateRange DateRanges [optional]
CustomSoldDateRange DateTimeRange [optional]
PaidDateRange DateRanges [optional]
CustomPaidDateRange DateTimeRange [optional]

Examples

  • Prepare the resource
$ProgramProductionBySalesPersonRequest = Initialize-RealGreenSaPSProgramProductionBySalesPersonRequest  -CompanyIDs null `
 -ProgramDefinitionIDs null `
 -EmployeeIDs null `
 -DoneDateRange null `
 -CustomDoneDateRange null `
 -SoldDateRange null `
 -CustomSoldDateRange null `
 -PaidDateRange null `
 -CustomPaidDateRange null
  • Convert the resource to JSON
$ProgramProductionBySalesPersonRequest | ConvertTo-JSON

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