GET /equipStatus/new
Creates a RowDriverStatus object with all configured defaults set. This doesn't create a record
in the database. Instead, callers of this method can edit the returned object and then pass it
back to the create method to actually insert the record in the database.
Roles that can access this endpoint are Drivers.
Parameters
This method has no parameters.
Result
RowDriverStatus
of type:
application/xml
application/json
a RowDriverStatus record with all appropriate defaults set
Additional attributes:
__eventCodeDescr
This value represents the description of the event code, found in the equipstatus.event_code
field.
Child Elements:
RowDriver
This element represents the driver associated with the event, by the equipstatus.equipment_id
field.
The element contains a __name
attribute with the value driver
.
RowUsers
This element represents the entered by user associated with the event, by the equipstatus.entered_by
field.
The element contains a __name
attribute with the value enteredByUser
.
RowUsers
This element represent the driver manager user associated with the event, by the equipstatus.driver_mgr_id
field.
The element contains a __name
attribute with the value driverManagerUser
.
Try It Out
Request