insertStatusChangeByAltEmpNum
Use this endpoint initiate a statusThe specific activity or task a driver is currently engaged in, typically as part of a process called a "status loop." change for an employeeUser accounts for drivers, dispatchers, and other staff to perform varying functions in TrackIt. by using their alternate employee number.
Request
Parameter |
Description |
Type |
Required |
Notes |
||
---|---|---|---|---|---|---|
webkey |
String |
Required |
|
|||
altEmployeeNum |
The employee's secondary or alternative identification number. |
String |
|
|
||
|
statusChange
|
|
|
|
|
|
|
statusNum
|
The status's corresponding identification number(s). |
Integer |
|
|
|
|
obeyingStatusRestrict
|
Sets if the status will obey status restrictions or not. |
Boolean |
|
|
|
|
timeDelayMins
|
How many minutes after insertion the status change will occur. |
Integer |
|
|
|
|
sendingToInterface
|
Whether or not the status change will be sent to an ticketing interface. |
Boolean |
|
|

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://v1.integration.services.trakitgps.com/">
<soapenv:Header/>
<soapenv:Body>
<v1:insertStatusChangeByAltEmpNum>
<!--Optional:-->
<webkey>{webkey}</webkey>
<!--Optional:-->
<altEmployeeNum>{alt employee number}</altEmployeeNum>
<!--Optional:-->
<statusChange>
<statusNum>{status number}</statusNum>
<!--Optional:-->
<obeyingStatusRestrict>{true or false}</obeyingStatusRestrict>
<!--Optional:-->
<timeDelayMins>{time delay in minutes}</timeDelayMins>
<!--Optional:-->
<sendingToInterface>{true or false}</sendingToInterface>
</statusChange>
</v1:insertStatusChangeByAltEmpNum>
</soapenv:Body>
</soapenv:Envelope>
insertStatusChangeByAltEmpNumResponse
Parameter | Description | Notes | |
---|---|---|---|
return |
|
||
statusTypeID
|
The status type's identification number. |
||
|
The status's corresponding identification number(s). |
||
|
The status's assigned description or name. |

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:insertStatusChangeByAltEmpNumResponse xmlns:ns2="http://v1.integration.services.trakitgps.com/">
<return>{true or false}</return>
</ns2:insertStatusChangeByAltEmpNumResponse>
</S:Body>
</S:Envelope>