| 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] |
$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]