GET api/WishList/GetAllWishListByCustomerIdAndProductId?CustomerId={CustomerId}&ProductId={ProductId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
|
| ProductId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WishList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Customer_Id | integer |
None. |
|
| Customer | string |
None. |
|
| ProductId | integer |
None. |
|
| Product | string |
None. |
|
| Photo | string |
None. |
|
| Rate | string |
None. |
|
| Child_CategoryId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Customer_Id": 2,
"Customer": "sample string 3",
"ProductId": 4,
"Product": "sample string 5",
"Photo": "sample string 6",
"Rate": "sample string 7",
"Child_CategoryId": 8
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"Customer_Id":2,"Customer":"sample string 3","ProductId":4,"Product":"sample string 5","Photo":"sample string 6","Rate":"sample string 7","Child_CategoryId":8}