POST api/WishList/ModifyWishList

Documentation for 'ModifyWishList'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": "83cda2c5-5d4d-4737-8df9-cc73225390af",
  "CustomerID": "76324e2e-139b-4559-9907-6bdbd71d8082",
  "IsShared": true,
  "ShareCode": "sample string 4",
  "Action": "sample string 5",
  "WishListItems": [
    {
      "$id": "2",
      "ID": "9ce7eaf2-4391-4080-8ba9-b81895cac9ce",
      "WishListID": "a6e4a225-9015-48b6-bd92-aa3a83fd66e0",
      "ProductID": "0ed3ab66-3e9b-4e27-87b9-0db8345d55ac",
      "Description": "sample string 4",
      "Created": "2026-06-06T04:24:56.2456052+07:00"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/xml, text/xml

Sample:
<WishListModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>83cda2c5-5d4d-4737-8df9-cc73225390af</ID>
  <CustomerID>76324e2e-139b-4559-9907-6bdbd71d8082</CustomerID>
  <IsShared>true</IsShared>
  <ShareCode>sample string 4</ShareCode>
  <Action>sample string 5</Action>
  <WishListItems>
    <WishLisItemsModel>
      <ID>9ce7eaf2-4391-4080-8ba9-b81895cac9ce</ID>
      <WishListID>a6e4a225-9015-48b6-bd92-aa3a83fd66e0</WishListID>
      <ProductID>0ed3ab66-3e9b-4e27-87b9-0db8345d55ac</ProductID>
      <Description>sample string 4</Description>
      <Created>2026-06-06T04:24:56.2456052+07:00</Created>
    </WishLisItemsModel>
    <WishLisItemsModel>
      <ID>9ce7eaf2-4391-4080-8ba9-b81895cac9ce</ID>
      <WishListID>a6e4a225-9015-48b6-bd92-aa3a83fd66e0</WishListID>
      <ProductID>0ed3ab66-3e9b-4e27-87b9-0db8345d55ac</ProductID>
      <Description>sample string 4</Description>
      <Created>2026-06-06T04:24:56.2456052+07:00</Created>
    </WishLisItemsModel>
    <WishLisItemsModel>
      <ID>9ce7eaf2-4391-4080-8ba9-b81895cac9ce</ID>
      <WishListID>a6e4a225-9015-48b6-bd92-aa3a83fd66e0</WishListID>
      <ProductID>0ed3ab66-3e9b-4e27-87b9-0db8345d55ac</ProductID>
      <Description>sample string 4</Description>
      <Created>2026-06-06T04:24:56.2456052+07:00</Created>
    </WishLisItemsModel>
  </WishListItems>
</WishListModel>