DELETE api/StrictRulesProductProduct

Request Information

URI Parameters

None.

Body Parameters

StrictRuleProductProduct
NameDescriptionTypeAdditional information
CKT

integer

Required

RecommendedCKT

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "CKT": 1,
  "RecommendedCKT": 1
}

application/xml, text/xml

Sample:
<StrictRuleProductProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Core.Models">
  <CKT>1</CKT>
  <RecommendedCKT>1</RecommendedCKT>
</StrictRuleProductProduct>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GenericResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Web.Models">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 2</Message>
</GenericResponse>