Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 756 Bytes

File metadata and controls

27 lines (21 loc) · 756 Bytes

CustomerFlag

Properties

Name Type Description Notes
Id Int32 [optional]
Flag Int32 [optional]
CustomerNumber Int32 [optional]
Descriptions TranslateableString [optional]

Examples

  • Prepare the resource
$CustomerFlag = Initialize-RealGreenSaPSCustomerFlag  -Id null `
 -Flag null `
 -CustomerNumber null `
 -Descriptions null
  • Convert the resource to JSON
$CustomerFlag | ConvertTo-JSON

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