POST api/MtmTrips/Get
Request Information
URI Parameters
None.
Body Parameters
GetTripsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | TripStatus |
None. |
|
| FleetId | integer |
None. |
|
| Valid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"status": "New",
"fleetId": 1,
"valid": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.