Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 990 Bytes

File metadata and controls

35 lines (29 loc) · 990 Bytes

PriceTable

Properties

Name Type Description Notes
Id Int32 [optional]
Description String [optional]
Available Boolean [optional]
MaxSize Double [optional]
MaxRate Double [optional]
MaxManHour Double [optional]
DescriptionFrench String [optional]
DescriptionSpanish String [optional]

Examples

  • Prepare the resource
$PriceTable = Initialize-RealGreenSaPSPriceTable  -Id null `
 -Description null `
 -Available null `
 -MaxSize null `
 -MaxRate null `
 -MaxManHour null `
 -DescriptionFrench null `
 -DescriptionSpanish null
  • Convert the resource to JSON
$PriceTable | ConvertTo-JSON

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