POST v1/company/drivertrip/summaryReport
Request Information
URI Parameters
None.
Body Parameters
DriverTripAnalysisRequestModelName | Description | Type | Additional information |
---|---|---|---|
shipment_id | string |
None. |
|
company_id | string |
None. |
|
start_date | string |
None. |
|
end_date | string |
None. |
|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "shipment_id": "sample string 1", "company_id": "sample string 2", "start_date": "sample string 3", "end_date": "sample string 4", "user_company_id": "sample string 5", "user_id": "sample string 6", "user_signature": "sample string 7" }
Response Information
Resource Description
IHttpActionResultNone.
Response Format
application/json, text/json
Sample:
Sample not available.