Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 797 Bytes

File metadata and controls

27 lines (21 loc) · 797 Bytes

LeadFormResponseObject

Properties

Name Type Description Notes
Success Boolean [optional]
ResponseMessage String [optional]
CustNo Int32 [optional]
CurrentCustomerNumbers Int32[] [optional]

Examples

  • Prepare the resource
$LeadFormResponseObject = Initialize-RealGreenSaPSLeadFormResponseObject  -Success null `
 -ResponseMessage null `
 -CustNo null `
 -CurrentCustomerNumbers null
  • Convert the resource to JSON
$LeadFormResponseObject | ConvertTo-JSON

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