POST api/Student/UpdateTransportDetail

Request Information

URI Parameters

None.

Body Parameters

modupdatetransport
NameDescriptionTypeAdditional information
ids

integer

None.

studentid

string

None.

routeno

string

None.

routefee

string

None.

remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ids": 1,
  "studentid": "sample string 2",
  "routeno": "sample string 3",
  "routefee": "sample string 4",
  "remark": "sample string 5"
}

text/html

Sample:
{"ids":1,"studentid":"sample string 2","routeno":"sample string 3","routefee":"sample string 4","remark":"sample string 5"}

application/xml, text/xml

Sample:
<modupdatetransport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models">
  <ids>1</ids>
  <remark>sample string 5</remark>
  <routefee>sample string 4</routefee>
  <routeno>sample string 3</routeno>
  <studentid>sample string 2</studentid>
</modupdatetransport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.