POST api/v_Lessons
Request Information
URI Parameters
None.
Body Parameters
v_Lessons| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| title | string |
None. |
|
| noofquestions | integer |
None. |
|
| status | integer |
None. |
|
| orderby | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"title": "sample string 2",
"noofquestions": 3,
"status": 1,
"orderby": 1
}
application/xml, text/xml
Sample:
<v_Lessons xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models"> <Id>1</Id> <noofquestions>3</noofquestions> <orderby>1</orderby> <status>1</status> <title>sample string 2</title> </v_Lessons>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
v_Lessons| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| title | string |
None. |
|
| noofquestions | integer |
None. |
|
| status | integer |
None. |
|
| orderby | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"title": "sample string 2",
"noofquestions": 3,
"status": 1,
"orderby": 1
}
application/xml, text/xml
Sample:
<v_Lessons xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models"> <Id>1</Id> <noofquestions>3</noofquestions> <orderby>1</orderby> <status>1</status> <title>sample string 2</title> </v_Lessons>