| Name |
Type |
Description |
Notes |
| Id |
Int32 |
|
[optional] |
| SourceDescription |
String |
|
|
| Available |
Boolean |
|
[optional] |
| SourceAbbreviation |
String |
|
|
| ActiveOrPassive |
Double |
|
[optional] |
| AnyBranch |
Boolean |
|
[optional] |
| Handheld |
Boolean |
|
[optional] |
| SourceDescFrench |
String |
|
[optional] |
| SourceDescSpanish |
String |
|
[optional] |
| Companies |
SourceCodeCompany[] |
|
[optional] |
$SourceCode = Initialize-RealGreenSaPSSourceCode -Id null `
-SourceDescription null `
-Available null `
-SourceAbbreviation null `
-ActiveOrPassive null `
-AnyBranch null `
-Handheld null `
-SourceDescFrench null `
-SourceDescSpanish null `
-Companies null
- Convert the resource to JSON
$SourceCode | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]