Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 956 Bytes

File metadata and controls

33 lines (27 loc) · 956 Bytes

LeadSourceSummary

Properties

Name Type Description Notes
Source String [optional]
LeadCount Int32 [optional]
LeadDollars Double [optional]
RejectedCount Int32 [optional]
RejectedDollars Double [optional]
SoldCount Int32 [optional]
SoldDollars Double [optional]

Examples

  • Prepare the resource
$LeadSourceSummary = Initialize-RealGreenSaPSLeadSourceSummary  -Source null `
 -LeadCount null `
 -LeadDollars null `
 -RejectedCount null `
 -RejectedDollars null `
 -SoldCount null `
 -SoldDollars null
  • Convert the resource to JSON
$LeadSourceSummary | ConvertTo-JSON

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