POST api/WishList/AddMediaShare

Documentation for 'AddMediaShare'.

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": "22639aee-fb51-4e59-bda9-41d7ad71506a",
  "CustomerID": "dca149e2-773c-4904-bf65-93fd45163b8f",
  "WIshListID": "1d65a737-ff99-4be7-b9df-53227db6e166",
  "MediaType": "sample string 4",
  "Qty": 5
}

application/xml, text/xml

Sample:
<MediaShareModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>22639aee-fb51-4e59-bda9-41d7ad71506a</ID>
  <CustomerID>dca149e2-773c-4904-bf65-93fd45163b8f</CustomerID>
  <WIshListID>1d65a737-ff99-4be7-b9df-53227db6e166</WIshListID>
  <MediaType>sample string 4</MediaType>
  <Qty>5</Qty>
</MediaShareModel>