POST api/BusBreakdown

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objMobile_BusBreakdown
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "schoolid": 1,
  "BrkDwnDatetime": "sample string 2",
  "BusId": 3,
  "DriverId": 4,
  "TripId": 5,
  "branchid": 6,
  "yearid": 7
}

text/html

Sample:
{"schoolid":1,"BrkDwnDatetime":"sample string 2","BusId":3,"DriverId":4,"TripId":5,"branchid":6,"yearid":7}

application/xml, text/xml

Sample:
<BusBreakdown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models">
  <BrkDwnDatetime>sample string 2</BrkDwnDatetime>
  <BusId>3</BusId>
  <DriverId>4</DriverId>
  <TripId>5</TripId>
  <branchid>6</branchid>
  <schoolid>1</schoolid>
  <yearid>7</yearid>
</BusBreakdown>

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 'BusBreakdown'.