Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 649 Bytes

File metadata and controls

23 lines (17 loc) · 649 Bytes

BalanceAnalysisRequest

Properties

Name Type Description Notes
CompanyID Int32[] [optional]
CustomerType String [optional]

Examples

  • Prepare the resource
$BalanceAnalysisRequest = Initialize-RealGreenSaPSBalanceAnalysisRequest  -CompanyID null `
 -CustomerType null
  • Convert the resource to JSON
$BalanceAnalysisRequest | ConvertTo-JSON

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