Name |
Type |
Description |
Notes |
CompanyIDs |
Int32[] |
|
[optional] |
ProgramDefinitionIDs |
Int32[] |
|
[optional] |
SourceCodes |
Int32[] |
|
[optional] |
EstimateRequestedDateRange |
DateRanges |
|
|
CustomDateRange |
DateTimeRange |
|
[optional] |
EstimateGivenBy |
String[] |
|
[optional] |
SoldBy1 |
String[] |
|
[optional] |
SoldBy2 |
String[] |
|
[optional] |
$LeadSourceSummaryRequest = Initialize-RealGreenSaPSLeadSourceSummaryRequest -CompanyIDs null `
-ProgramDefinitionIDs null `
-SourceCodes null `
-EstimateRequestedDateRange null `
-CustomDateRange null `
-EstimateGivenBy null `
-SoldBy1 null `
-SoldBy2 null
- Convert the resource to JSON
$LeadSourceSummaryRequest | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]