Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 700 Bytes

File metadata and controls

25 lines (19 loc) · 700 Bytes

DiscountSummaryRequest

Properties

Name Type Description Notes
Season Int32
CompanyIDs Int32[] [optional]
DiscountCodes String[] [optional]

Examples

  • Prepare the resource
$DiscountSummaryRequest = Initialize-RealGreenSaPSDiscountSummaryRequest  -Season null `
 -CompanyIDs null `
 -DiscountCodes null
  • Convert the resource to JSON
$DiscountSummaryRequest | ConvertTo-JSON

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