Click or drag to resize

GetPreferredAssigneesRoutine Class

This command returns list of so-called “preferred assignees” based on Specialty and other parameters. Depending on how instance is configured, this list contains either licensed providers or resources from Specialty-based dispatch list associated with Work Zone/Portfolio.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsGetPreferredAssigneesRoutine

Namespace:  CorrigoService.Commands
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class GetPreferredAssigneesRoutine : CommandRequest

The GetPreferredAssigneesRoutine type exposes the following members.

Properties
  NameDescription
Public propertyCountry
Country code for PostalCode: used only when instance is configured to use License-based routing. If empty/undefined, “US” will be used.
Public propertyCustomerId
Optional; used by licensing module to process exclusions.
Public propertyPostalCode
Required when licensing is used, otherwise ignored.
Public propertyRecordCount
Max. number of records to return.
Public propertySpecialtyId
Public propertyTimeStamp
Optional; used by licensing module to process blackout periods.
Public propertyUpdateRoundRobin
Boolean flag. When True and instance is configured to use round-robin, underlying data will be modified.
Public propertyWorkZoneId
Required when instance is configured to use Specialty-based dispatch list, otherwise ignored. This is Work Zone ID.
Top
See Also