Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 903 Bytes

File metadata and controls

31 lines (25 loc) · 903 Bytes

RejectCode

Properties

Name Type Description Notes
Id Int32 [optional]
LetterID Int32 [optional]
Available Boolean [optional]
RejectDescription String [optional]
RejectDescriptionFrench String [optional]
RejectDescriptionSpanish String [optional]

Examples

  • 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

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