| Name | Description | Type | Additional information |
|---|---|---|---|
| DispatchId |
Sedona internal autonumber for the Dispatch record |
integer |
None. |
| JobCode |
Value from OE_Job table; required for POST |
string |
None. |
| ServiceTechCode |
Employee_Code from SY_Employee table; cannot change the Service Tech (must cancel and add new) |
string |
Required |
| ScheduleTime |
Scheduled time for the appointment |
date |
None. |
| DispatchTime |
Actual dispatch time |
date |
None. |
| ArrivalTime |
Actual arrival time |
date |
None. |
| DepartureTime |
Actual departure time |
date |
None. |
| EstimatedLength |
Estimated length of the appointment in minutes (i.e. 30, 60, etc.), zero if not supplied |
integer |
None. |
| Completed |
Defaults to False if not supplied |
boolean |
None. |
| TaskCode |
Task_Code from the OE_Task table |
string |
None. |
| LaborTaskCode |
Task_Code from the OE_Task table; defaults to N/A if not supplied |
string |
None. |
| UserCode |
the user making this change; defaults to UserCode value from config file if not set explicitly |
string |
String length: inclusive between 0 and 50 |
| IsFirm |
Is the Appointment Time firm? |
boolean |
None. |