POST Api/v1/DutyStatus/Correction
Perform a historical correction of a drivers past duty status.
Request Information
URI Parameters
None.
Body Parameters
DutyStatusCommandName | Description | Type | Additional information |
---|---|---|---|
DriverIds | Collection of string |
Required |
|
Status | ApiDutyStatus |
Required |
|
StatusModifier | ApiDutyStatusModifier |
None. |
|
Odometer | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
OdometerWasInferred | boolean |
None. |
|
Location | string |
Required String length: inclusive between 0 and 255 |
|
Remark | string |
Required String length: inclusive between 0 and 255 |
|
Author | string |
None. |
|
Duration | time interval |
None. |
|
EnsureSafeChange | boolean |
None. |
|
Timestamp | date |
Required |
|
TimeZoneId | string |
None. |
|
ObservesDst | boolean |
Required |
|
AsTerminalTime | date |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.