GET api/WhishListStatusGet?Cid={Cid}&Uid={Uid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Cid | integer |
Required |
|
Uid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WhishListStatusGetModelName | Description | Type | Additional information |
---|---|---|---|
Course_Id | integer |
None. |
|
User_Id | integer |
None. |
|
Whishlist_Status | boolean |
None. |
|
SeoTittle | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Course_Id": 1, "User_Id": 2, "Whishlist_Status": true, "SeoTittle": "sample string 4" }
application/xml, text/xml
Sample:
<WhishListStatusGetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VullamAPIProject.Models"> <Course_Id>1</Course_Id> <SeoTittle>sample string 4</SeoTittle> <User_Id>2</User_Id> <Whishlist_Status>true</Whishlist_Status> </WhishListStatusGetModel>