Click or drag to resize
SendWorkOrderCommand Class
This command sends a Work Order to provider it currently assigned to. WoRecallCommand can be used to alter send message.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsSendWorkOrderCommand

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

The SendWorkOrderCommand type exposes the following members.

Properties
  NameDescription
Public propertyRequestQuote
True means Quote will be requested from provider.
Public propertySendTo
Optional e-mail address for sending work order; used only when WO is assigned to non-connected provider.
Public propertyWorkOrderId
ID of the Work Order.
Top
See Also