| 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] |
- Prepare the resource
$APIFlagInsert = Initialize-RealGreenSaPSAPIFlagInsert -Description null `
-Sort null `
-Internet null `
-PrintOnInvoice null `
-PrintOnEstimate null- Convert the resource to JSON
$APIFlagInsert | ConvertTo-JSON