| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | [optional] | |
| LetterID | Int32 | [optional] | |
| Available | Boolean | [optional] | |
| RejectDescription | String | [optional] | |
| RejectDescriptionFrench | String | [optional] | |
| RejectDescriptionSpanish | String | [optional] |
- Prepare the resource
$RejectCode = Initialize-RealGreenSaPSRejectCode -Id null `
-LetterID null `
-Available null `
-RejectDescription null `
-RejectDescriptionFrench null `
-RejectDescriptionSpanish null- Convert the resource to JSON
$RejectCode | ConvertTo-JSON