PUT /callins/create
Creates a RowCallin record for the given data.
Roles that can access this endpoint are Users, Carriers, Carrier Drivers.
Parameters
name |
description |
type |
default |
type |
callin |
the data to use when creating the callin record |
body of type: application/xml application/json
|
|
RowCallin
|
latitude |
the latitude of the current position when the callin was sent |
query
|
|
Double
|
longitude |
the longitude of the current position when the callin was sent |
query
|
|
Double
|
accuracy |
the accuracy in meters when the callin was sent |
query
|
|
Double
|
velocity |
the velocity (speed) in mph when the callin was sent |
query
|
|
Double
|
course |
the direction in degrees when the callin was sent |
query
|
|
Double
|
automated |
whether the callin was sent automatically |
query
|
false |
Boolean
|
Result
RowCallin
of type:
application/xml
application/json
a response containing the created callin record or failure message for the request
Additional attributes:
__movementStatusDescr
This value represents the description of the movement status, found in the callin.movement_status
field.
Child Elements:
RowUsers
These elements represent the entered by user associated with the callin. The element contains
__name
attribute with the value enteredByUser
.
RowDriver
These elements represent the driver associated with the callin. The element contains
__name
attribute with the value driver
.
RowTractor
These elements represent the tractor associated with the callin. The element contains
__name
attribute with the value tractor
.
RowPayee
These elements represent the carrier associated with the callin. The element contains
__name
attribute with the value carrier
.
Try It Out
Request