POST Api/v1/Miles/AssignAll?ids={ids}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ids | string |
Required |
Body Parameters
MilesNoDriverAssignAllCommandName | Description | Type | Additional information |
---|---|---|---|
RecordRemark | string |
Required String length: inclusive between 0 and 255 |
|
AssignTo | ApiAssignTo |
Required |
|
DriverId | string |
None. |
|
Odometer | decimal number |
None. |
|
Location | string |
String length: inclusive between 0 and 255 |
|
Remark | string |
String length: inclusive between 0 and 255 |
|
Author | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "recordRemark": "sample string 1", "assignTo": 0, "driverId": "sample string 2", "odometer": 3.0, "location": "sample string 4", "remark": "sample string 5", "author": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.