Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.46 KB

File metadata and controls

49 lines (43 loc) · 1.46 KB

Flag

Properties

Name Type Description Notes
Id Int32 [optional]
Symbol Int32 [optional]
ForegroundColor Int32 [optional]
BackgroundCOlor Int32 [optional]
ExpirationDate System.DateTime [optional]
Available Boolean [optional]
Emphasis Boolean [optional]
WebsiteAvailable Boolean [optional]
ShowOnInvoice Boolean [optional]
ShowOnEstimate Boolean [optional]
SortOrder Double [optional]
FlagDescription String [optional]
Notes String [optional]
FlagDescriptionFrench String [optional]
FlagDescriptionSpanish String [optional]

Examples

  • Prepare the resource
$Flag = Initialize-RealGreenSaPSFlag  -Id null `
 -Symbol null `
 -ForegroundColor null `
 -BackgroundCOlor null `
 -ExpirationDate null `
 -Available null `
 -Emphasis null `
 -WebsiteAvailable null `
 -ShowOnInvoice null `
 -ShowOnEstimate null `
 -SortOrder null `
 -FlagDescription null `
 -Notes null `
 -FlagDescriptionFrench null `
 -FlagDescriptionSpanish null
  • Convert the resource to JSON
$Flag | ConvertTo-JSON

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