GetPreferredAssigneesRoutine Class |
Namespace: CorrigoService.Commands
[SerializableAttribute] public class GetPreferredAssigneesRoutine : CommandRequest
The GetPreferredAssigneesRoutine type exposes the following members.
Name | Description | |
---|---|---|
Country |
Country code for PostalCode: used only when instance is configured to use License-based routing. If empty/undefined, “US” will be used.
| |
CustomerId |
Optional; used by licensing module to process exclusions.
| |
PostalCode |
Required when licensing is used, otherwise ignored.
| |
RecordCount |
Max. number of records to return.
| |
SpecialtyId |
Required. This is Specialty ID. 0 is acceptable value meaning “Unspecified Specialty”.
| |
TimeStamp |
Optional; used by licensing module to process blackout periods.
| |
UpdateRoundRobin |
Boolean flag. When True and instance is configured to use round-robin, underlying data will be modified.
| |
WorkZoneId |
Required when instance is configured to use Specialty-based dispatch list, otherwise ignored. This is Work Zone ID.
|