GET api/WishList/GetAllWishListByCustomerId?CustomerId={CustomerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WishList
NameDescriptionTypeAdditional 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",
    "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
  },
  {
    "$ref": "1"
  }
]

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},{"$ref":"1"}]