POST api/campaigns/togglewishlist

Request Information

URI Parameters

None.

Body Parameters

UserWishlist
NameDescriptionTypeAdditional information
ID

integer

None.

UserID

integer

None.

CampaignID

integer

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserID": 1,
  "CampaignID": 1,
  "CreatedDate": "2025-12-11T01:46:33.5653258-05:00"
}

application/xml, text/xml

Sample:
<UserWishlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WC_API.Models">
  <CampaignID>1</CampaignID>
  <CreatedDate>2025-12-11T01:46:33.5653258-05:00</CreatedDate>
  <ID>1</ID>
  <UserID>1</UserID>
</UserWishlist>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.