Click or drag to resize
GetLicensedProvidersRoutine Class
This command builds a list of licensed providers who are suitable WO assignees by a number of parameters such as Specialty, Customer, Postal Code and timestamp
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsGetLicensedProvidersRoutine

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

The GetLicensedProvidersRoutine type exposes the following members.

Properties
  NameDescription
Public propertyCountry
Country code for PostalCode. 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
Required. This is Specialty ID. 0 is acceptable value meaning “Unspecified Specialty”.
Public propertyTimeStamp
Optional; used by licensing module to process blackout periods.
Top
See Also