LegacyTelogisServiceCreateJobType Method |
Print this page
Create a JobType in the fleet database, and returns an API Job class representation.
Namespace: Telogis.API Syntax public JobType CreateJobType(
string name,
string historyColor,
string reportColor,
string listColor
)
Public Function CreateJobType (
name As String,
historyColor As String,
reportColor As String,
listColor As String
) As JobType
Parameters
- name
- Type: SystemString
- historyColor
- Type: SystemString
- reportColor
- Type: SystemString
- listColor
- Type: SystemString
Return Value
Type:
JobTypeSee Also