Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 779 Bytes

File metadata and controls

27 lines (21 loc) · 779 Bytes

LocationType

Properties

Name Type Description Notes
Id Int32 [optional]
Description TranslateableString [optional]
TranslatedDescription String [optional]
SortOrder Int32 [optional]

Examples

  • Prepare the resource
$LocationType = Initialize-RealGreenSaPSLocationType  -Id null `
 -Description null `
 -TranslatedDescription null `
 -SortOrder null
  • Convert the resource to JSON
$LocationType | ConvertTo-JSON

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