Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.02 KB

File metadata and controls

37 lines (31 loc) · 1.02 KB

MobileCustomerSearch

Properties

Name Type Description Notes
EmployeeId String
TextSearch String
BranchIDs Int32[]
Statuses String[] [optional]
CustomerType String [optional]
FlagID Int32[] [optional]
Latitude Double [optional]
Longitude Double [optional]
Proximity Double [optional]

Examples

  • Prepare the resource
$MobileCustomerSearch = Initialize-RealGreenSaPSMobileCustomerSearch  -EmployeeId null `
 -TextSearch null `
 -BranchIDs null `
 -Statuses null `
 -CustomerType null `
 -FlagID null `
 -Latitude null `
 -Longitude null `
 -Proximity null
  • Convert the resource to JSON
$MobileCustomerSearch | ConvertTo-JSON

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