Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.29 KB

File metadata and controls

43 lines (37 loc) · 1.29 KB

DetailedPriceTable

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]
Interpolate Boolean [optional]
RoundCalculatedPrices String [optional]
RoundAmount String [optional]
Ranges PriceRange[] [optional]

Examples

  • Prepare the resource
$DetailedPriceTable = Initialize-RealGreenSaPSDetailedPriceTable  -Id null `
 -Description null `
 -Available null `
 -MaxSize null `
 -MaxRate null `
 -MaxManHour null `
 -DescriptionFrench null `
 -DescriptionSpanish null `
 -Interpolate null `
 -RoundCalculatedPrices null `
 -RoundAmount null `
 -Ranges null
  • Convert the resource to JSON
$DetailedPriceTable | ConvertTo-JSON

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