| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceTechId |
Sedona internal autonumber for the SV_Service_Tech record |
integer |
None. |
| EmployeeId |
Employee_Id from SY_Employee table |
integer |
None. |
| IsVendorTech |
Determines if the tech belongs to a vendor, if not the tech is an Employee. Use the EmployeeId or VendorId for exact reference |
boolean |
None. |
| ServiceTechCode |
Employee_Code from SY_Employee table; cannot change the Service Tech (must cancel and add new) |
string |
None. |
| VendorCode |
Vendor_Code from AP_Vendor; defaults to N/A if not supplied |
string |
String length: inclusive between 0 and 50 |
| ServiceCompanyCode |
Value from SV_Service_Company table; list of valid options can be retrieved from GET: api/servicecompany |
string |
None. |
| Inactive |
Indicates if the service tech has been deactivated |
boolean |
None. |
| WarehouseCode |
value from IN_Warehouse; defaults to N/A if not supplied |
string |
None. |
| FirstName |
First Name |
string |
None. |
| LastName |
Last Name |
string |
None. |
| HireDate |
Date the service tech was hired |
string |
None. |