DELETE api/CategoryLevelDiscount

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
entity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CategoryDiscountId": "176498b3-dc48-43b8-8546-3187a4a7da35",
  "CategoryId": "sample string 2",
  "SettingId": "8b91296f-75c1-4e4f-ac08-39716e89bd05",
  "TenantId": "sample string 3",
  "CategoryName": "sample string 4",
  "CategoryFullName": "sample string 5",
  "CategoryAdjustmentType": "sample string 6",
  "CategoryAdjustmentValueType": "sample string 7",
  "CategoryAdjustmentValue": "sample string 8",
  "CategoryProductIdList": "sample string 9",
  "CategoryAdjustmentStatus": true,
  "StartDateTime": "2026-08-04T21:57:36.2838892+00:00",
  "IsEndDate": true,
  "EndDateTime": "2026-08-04T21:57:36.2838892+00:00",
  "ShopifyShopName": "sample string 10",
  "CreatedTimeStamp": "2026-08-04T21:57:36.2838892+00:00",
  "UpdatedTimeStamp": "2026-08-04T21:57:36.2838892+00:00",
  "IsDateTimeDriven": true
}

application/xml, text/xml

Sample:
<CategoryDiscount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <CategoryAdjustmentStatus>true</CategoryAdjustmentStatus>
  <CategoryAdjustmentType>sample string 6</CategoryAdjustmentType>
  <CategoryAdjustmentValue>sample string 8</CategoryAdjustmentValue>
  <CategoryAdjustmentValueType>sample string 7</CategoryAdjustmentValueType>
  <CategoryDiscountId>176498b3-dc48-43b8-8546-3187a4a7da35</CategoryDiscountId>
  <CategoryFullName>sample string 5</CategoryFullName>
  <CategoryId>sample string 2</CategoryId>
  <CategoryName>sample string 4</CategoryName>
  <CategoryProductIdList>sample string 9</CategoryProductIdList>
  <CreatedTimeStamp>2026-08-04T21:57:36.2838892+00:00</CreatedTimeStamp>
  <EndDateTime>2026-08-04T21:57:36.2838892+00:00</EndDateTime>
  <IsDateTimeDriven>true</IsDateTimeDriven>
  <IsEndDate>true</IsEndDate>
  <SettingId>8b91296f-75c1-4e4f-ac08-39716e89bd05</SettingId>
  <ShopifyShopName>sample string 10</ShopifyShopName>
  <StartDateTime>2026-08-04T21:57:36.2838892+00:00</StartDateTime>
  <TenantId>sample string 3</TenantId>
  <UpdatedTimeStamp>2026-08-04T21:57:36.2838892+00:00</UpdatedTimeStamp>
</CategoryDiscount>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CategoryDiscount'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "CategoryDiscountId": "9cf6eeaf-bd3c-4666-aa7b-d9be286ee7fc",
  "CategoryId": "sample string 2",
  "SettingId": "1645bbe8-6d21-4477-ba64-9a9a9f6991f7",
  "TenantId": "sample string 3",
  "CategoryName": "sample string 4",
  "CategoryFullName": "sample string 5",
  "CategoryAdjustmentType": "sample string 6",
  "CategoryAdjustmentValueType": "sample string 7",
  "CategoryAdjustmentValue": "sample string 8",
  "CategoryProductIdList": "sample string 9",
  "CategoryAdjustmentStatus": true,
  "StartDateTime": "2026-08-04T21:57:36.5964971+00:00",
  "IsEndDate": true,
  "EndDateTime": "2026-08-04T21:57:36.5964971+00:00",
  "ShopifyShopName": "sample string 10",
  "CreatedTimeStamp": "2026-08-04T21:57:36.5964971+00:00",
  "UpdatedTimeStamp": "2026-08-04T21:57:36.5964971+00:00",
  "IsDateTimeDriven": true
}

application/xml, text/xml

Sample:
<CategoryDiscount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <CategoryAdjustmentStatus>true</CategoryAdjustmentStatus>
  <CategoryAdjustmentType>sample string 6</CategoryAdjustmentType>
  <CategoryAdjustmentValue>sample string 8</CategoryAdjustmentValue>
  <CategoryAdjustmentValueType>sample string 7</CategoryAdjustmentValueType>
  <CategoryDiscountId>9cf6eeaf-bd3c-4666-aa7b-d9be286ee7fc</CategoryDiscountId>
  <CategoryFullName>sample string 5</CategoryFullName>
  <CategoryId>sample string 2</CategoryId>
  <CategoryName>sample string 4</CategoryName>
  <CategoryProductIdList>sample string 9</CategoryProductIdList>
  <CreatedTimeStamp>2026-08-04T21:57:36.5964971+00:00</CreatedTimeStamp>
  <EndDateTime>2026-08-04T21:57:36.5964971+00:00</EndDateTime>
  <IsDateTimeDriven>true</IsDateTimeDriven>
  <IsEndDate>true</IsEndDate>
  <SettingId>1645bbe8-6d21-4477-ba64-9a9a9f6991f7</SettingId>
  <ShopifyShopName>sample string 10</ShopifyShopName>
  <StartDateTime>2026-08-04T21:57:36.5964971+00:00</StartDateTime>
  <TenantId>sample string 3</TenantId>
  <UpdatedTimeStamp>2026-08-04T21:57:36.5964971+00:00</UpdatedTimeStamp>
</CategoryDiscount>