| Name | Type | Description | Notes |
|---|---|---|---|
| Success | Boolean | [optional] | |
| ResponseMessage | String | [optional] | |
| CustNo | Int32 | [optional] | |
| CurrentCustomerNumbers | Int32[] | [optional] |
- Prepare the resource
$LeadFormResponseObject = Initialize-RealGreenSaPSLeadFormResponseObject -Success null `
-ResponseMessage null `
-CustNo null `
-CurrentCustomerNumbers null- Convert the resource to JSON
$LeadFormResponseObject | ConvertTo-JSON