DELETE api/SubTopicFixedProduct

Request Information

URI Parameters

None.

Body Parameters

CCustomerWebSiteTopicFixedProduct
NameDescriptionTypeAdditional information
Id

integer

None.

AccountId

integer

None.

SiteId

integer

None.

SubTopicId

integer

None.

ProductId

string

None.

Provider

PROVIDER

None.

ProviderStr

string

None.

ProductUrl

string

None.

AffilateLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AccountId": 2,
  "SiteId": 3,
  "SubTopicId": 4,
  "ProductId": "sample string 5",
  "Provider": 0,
  "ProviderStr": "sample string 6",
  "ProductUrl": "sample string 7",
  "AffilateLink": "sample string 8"
}

application/xml, text/xml

Sample:
<CCustomerWebSiteTopicFixedProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMoneyCashWebsiteLogic">
  <AccountId>2</AccountId>
  <AffilateLink>sample string 8</AffilateLink>
  <Id>1</Id>
  <ProductId>sample string 5</ProductId>
  <ProductUrl>sample string 7</ProductUrl>
  <Provider>ALL</Provider>
  <ProviderStr>sample string 6</ProviderStr>
  <SiteId>3</SiteId>
  <SubTopicId>4</SubTopicId>
</CCustomerWebSiteTopicFixedProduct>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.