PUT /callins/update
Updates a callin record.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| callin |
The data to use when updating an existing callin record |
body of type: application/xml application/json
|
|
RowCallin
|
Result
RowCallin
of type:
application/xml
application/json
The updated RowCallin object
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