POST api/UcWeb

Request Information

URI Parameters

None.

Body Parameters

UcWeb
NameDescriptionTypeAdditional information
CourseName

string

None.

StudentName

string

None.

Phone

string

None.

email

string

None.

city

string

None.

type

string

None.

fathername

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CourseName": "sample string 1",
  "StudentName": "sample string 2",
  "Phone": "sample string 3",
  "email": "sample string 4",
  "city": "sample string 5",
  "type": "sample string 6",
  "fathername": "sample string 7"
}

application/xml, text/xml

Sample:
<UcWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models">
  <CourseName>sample string 1</CourseName>
  <Phone>sample string 3</Phone>
  <StudentName>sample string 2</StudentName>
  <city>sample string 5</city>
  <email>sample string 4</email>
  <fathername>sample string 7</fathername>
  <type>sample string 6</type>
</UcWeb>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>