CheckCallService
First available in SystemsLink: 2017.3.0
CheckCallService methods are used to create, update, and retrieve check calls.
Check calls allow you to record or look up contact with a driver, tractor, trailer, or carrier. You can also record check calls that are associated with orders. The system maintains a history of the geographic locations that were points on the resource’s route.
Endpoint Address: [SystemsLinkRootUrl]/CheckCallService.svc
Methods
Method Name | Parameters | C# return type | Description | |
---|---|---|---|---|
Name |
C# data type |
|||
Get |
id |
String |
CheckCall |
Get a CheckCall by CheckCall id (code) and assetTypeEnum. |
idType |
||||
GetCheckCallsForLeg |
legNumber |
int |
List<CheckCall> |
Get list of CheckCall by legNumber. |
GetLatestCheckCallsForLegs |
legNumbers |
List<int> |
List<CheckCall> |
Get list of CheckCall by a list of legNumbers. |
InsertCheckCall |
checkCall |
CheckCall |
int |
Inserts CheckCall into database and returns source.ckc_number. |
SaveCheckCalls |
checkCalls |
List<CheckCall> |
void |
Insert list of CheckCall into database. |
Properties and column mapping
Columns in Database column Name are from the checkcall database table. |
Property | Database column | Comments | ||
---|---|---|---|---|
Name |
C# data type |
Name |
Data type |
|
Asgnid |
string |
ckc_asgnid |
varchar(13) |
|
Asgntype |
string |
ckc_asgntype |
char(6) |
|
City |
int? |
ckc_city |
int |
|
CityName |
string |
ckc_cityname |
varchar(30) |
|
Comment |
string |
ckc_comment |
char(254) |
|
Commentlarge |
string |
ckc_commentlarge |
varchar(254) |
|
DateTimeLocal |
DateTimeOffset |
ckc_date |
datetime |
|
Directionfrom |
string |
ckc_directionfrom |
char(3) |
|
DriverId |
string |
Not mapped to database. |
||
Event |
string |
ckc_event |
char(6) |
|
Extsensoralarm |
string |
ckc_extsensoralarm |
char(1) |
|
Heading |
double? |
ckc_heading |
float |
|
Home |
string |
ckc_home |
char(1) |
|
Lghnumber |
int? |
ckc_lghnumber |
int |
|
Mileage |
int? |
ckc_mileage |
int |
|
Milesfrom |
double? |
ckc_milesfrom |
float |
|
MilesToFinal |
int? |
ckc_miles_to_final |
int |
|
Minutes |
int? |
ckc_minutes |
int |
|
MinutesToFinal |
int? |
ckc_minutes_to_final |
int |
|
Mtavailable |
string |
ckc_mtavailable |
char(1) |
|
Number |
int |
ckc_number |
int |
|
Odometer |
int? |
ckc_Odometer |
int |
|
Position |
Geocode |
Not Mapped. |
||
Speed |
int? |
ckc_speed |
int |
|
State |
string |
ckc_state |
varchar(6) |
|
Status |
string |
ckc_status |
char(6) |
|
TimestampRepoKey |
string |
Not Mapped. |
||
TractorId |
string |
ckc_tractor |
char(8) |
|
Updatedby |
string |
ckc_updatedby |
char(20) |
|
UpdatedonLocal |
DateTimeOffset |
ckc_updatedon |
datetime |
|
Validity |
string |
ckc_validity |
char(6) |
|
Vehicleignition |
string |
ckc_zip |
varchar(10) |
|
Zip |
string |
ckc_tractor |
char(8) |