POST api/VTL/driverScoreCardVehicleSummary

Request Information

URI Parameters

None.

Body Parameters

DriverScoreCardVehicleReqMDL
NameDescriptionTypeAdditional information
CompanyId

Collection of integer

None.

DriverId

string

None.

StartDate

string

None.

EndDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": [
    1,
    2
  ],
  "DriverId": "sample string 1",
  "StartDate": "sample string 2",
  "EndDate": "sample string 3"
}

application/xml, text/xml

Sample:
<DriverScoreCardVehicleReqMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.VTL">
  <CompanyId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CompanyId>
  <DriverId>sample string 1</DriverId>
  <EndDate>sample string 3</EndDate>
  <StartDate>sample string 2</StartDate>
</DriverScoreCardVehicleReqMDL>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DriverScoreCardVehicleReqMDL'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.