GET api/PoctLogin/CucetCourseAdd
Request Information
URI Parameters
None.
Body Parameters
CucetCourseAddName | Description | Type | Additional information |
---|---|---|---|
CourseType | string |
None. |
|
Course | string |
None. |
|
DetailLink | string |
None. |
|
NoofTest | integer |
None. |
|
Fees | decimal number |
None. |
|
UrlTitle | string |
None. |
|
MetaTitle | string |
None. |
|
MetaDescription | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "CourseType": "sample string 1", "Course": "sample string 2", "DetailLink": "sample string 3", "NoofTest": 4, "Fees": 5.0, "UrlTitle": "sample string 6", "MetaTitle": "sample string 7", "MetaDescription": "sample string 8" }
application/xml, text/xml
Sample:
<Login.CucetCourseAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <Course>sample string 2</Course> <CourseType>sample string 1</CourseType> <DetailLink>sample string 3</DetailLink> <Fees>5</Fees> <MetaDescription>sample string 8</MetaDescription> <MetaTitle>sample string 7</MetaTitle> <NoofTest>4</NoofTest> <UrlTitle>sample string 6</UrlTitle> </Login.CucetCourseAdd>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.