Retrieves a list of RowCallin records for the specified type and ID.
name | description | type | default | type |
---|---|---|---|---|
type | a string representing the type of query: D = driver, T = tractor, R = carrier, O = order, M = movement | path | String | |
id | id of the record for which the query is being based (the rowType) | path | String |
a list of RowCallin records
Additional attributes:
__movementStatusDescr
This value represents the description of the movement status, found in the callin.movement_status
field.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
.