Skip to content

Latest commit

 

History

History
65 lines (59 loc) · 2.08 KB

File metadata and controls

65 lines (59 loc) · 2.08 KB

LeadForm

Properties

Name Type Description Notes
Name String [optional]
Zipcode String [optional]
StreetNumberAndName String [optional]
EmailAddress String [optional]
HomePhoneNumber String [optional]
WorkPhoneNumber String [optional]
CellPhoneNumber String [optional]
FaxPhoneNumber String [optional]
PagePhoneNumber String [optional]
OtherPhoneNumber String [optional]
SourceCode Int32 [optional]
FirstName String [optional]
LastName String [optional]
FormattedAddress Address [optional]
ActionReasonID Int32 [optional]
EmployeeId String [optional]
CountryOrRegionCode String [optional]
ShortZip String [optional]
ClosedLoopId Int32 [optional]
CallLogNotes String [optional]
ClearMemoOnLastNameChange Boolean [optional]
ClearTechNotesOnLastNameChange Boolean [optional]
BranchID Int32 [optional]

Examples

  • Prepare the resource
$LeadForm = Initialize-RealGreenSaPSLeadForm  -Name null `
 -Zipcode null `
 -StreetNumberAndName null `
 -EmailAddress null `
 -HomePhoneNumber null `
 -WorkPhoneNumber null `
 -CellPhoneNumber null `
 -FaxPhoneNumber null `
 -PagePhoneNumber null `
 -OtherPhoneNumber null `
 -SourceCode null `
 -FirstName null `
 -LastName null `
 -FormattedAddress null `
 -ActionReasonID null `
 -EmployeeId null `
 -CountryOrRegionCode null `
 -ShortZip null `
 -ClosedLoopId null `
 -CallLogNotes null `
 -ClearMemoOnLastNameChange null `
 -ClearTechNotesOnLastNameChange null `
 -BranchID null
  • Convert the resource to JSON
$LeadForm | ConvertTo-JSON

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