Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 885 Bytes

File metadata and controls

29 lines (23 loc) · 885 Bytes

APIFlagInsert

Properties

Name Type Description Notes
Description String [default to ""]
Sort Double [optional] [default to 9]
Internet Boolean [optional] [default to $false]
PrintOnInvoice Boolean [optional] [default to $true]
PrintOnEstimate Boolean [optional] [default to $true]

Examples

  • Prepare the resource
$APIFlagInsert = Initialize-RealGreenSaPSAPIFlagInsert  -Description null `
 -Sort null `
 -Internet null `
 -PrintOnInvoice null `
 -PrintOnEstimate null
  • Convert the resource to JSON
$APIFlagInsert | ConvertTo-JSON

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