PUT api/CategoryLevelDiscount/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| package | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CategoryDiscountId": "d31fd6b4-055b-44c6-b413-345734e4b91e",
"CategoryId": "sample string 2",
"SettingId": "07c89dda-44d3-4424-825f-462807fe097d",
"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-05-06T12:53:50.7853355+00:00",
"IsEndDate": true,
"EndDateTime": "2026-05-06T12:53:50.7853355+00:00",
"ShopifyShopName": "sample string 10",
"CreatedTimeStamp": "2026-05-06T12:53:50.7853355+00:00",
"UpdatedTimeStamp": "2026-05-06T12:53:50.7853355+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>d31fd6b4-055b-44c6-b413-345734e4b91e</CategoryDiscountId> <CategoryFullName>sample string 5</CategoryFullName> <CategoryId>sample string 2</CategoryId> <CategoryName>sample string 4</CategoryName> <CategoryProductIdList>sample string 9</CategoryProductIdList> <CreatedTimeStamp>2026-05-06T12:53:50.7853355+00:00</CreatedTimeStamp> <EndDateTime>2026-05-06T12:53:50.7853355+00:00</EndDateTime> <IsDateTimeDriven>true</IsDateTimeDriven> <IsEndDate>true</IsEndDate> <SettingId>07c89dda-44d3-4424-825f-462807fe097d</SettingId> <ShopifyShopName>sample string 10</ShopifyShopName> <StartDateTime>2026-05-06T12:53:50.7853355+00:00</StartDateTime> <TenantId>sample string 3</TenantId> <UpdatedTimeStamp>2026-05-06T12:53:50.7853355+00:00</UpdatedTimeStamp> </CategoryDiscount>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CategoryDiscountId": "03c64e35-94cb-444d-b759-5da0d8fe483b",
"CategoryId": "sample string 2",
"SettingId": "24dc4630-92e0-43d4-aef2-08302ce99274",
"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-05-06T12:53:50.8009654+00:00",
"IsEndDate": true,
"EndDateTime": "2026-05-06T12:53:50.8009654+00:00",
"ShopifyShopName": "sample string 10",
"CreatedTimeStamp": "2026-05-06T12:53:50.8009654+00:00",
"UpdatedTimeStamp": "2026-05-06T12:53:50.8009654+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>03c64e35-94cb-444d-b759-5da0d8fe483b</CategoryDiscountId> <CategoryFullName>sample string 5</CategoryFullName> <CategoryId>sample string 2</CategoryId> <CategoryName>sample string 4</CategoryName> <CategoryProductIdList>sample string 9</CategoryProductIdList> <CreatedTimeStamp>2026-05-06T12:53:50.8009654+00:00</CreatedTimeStamp> <EndDateTime>2026-05-06T12:53:50.8009654+00:00</EndDateTime> <IsDateTimeDriven>true</IsDateTimeDriven> <IsEndDate>true</IsEndDate> <SettingId>24dc4630-92e0-43d4-aef2-08302ce99274</SettingId> <ShopifyShopName>sample string 10</ShopifyShopName> <StartDateTime>2026-05-06T12:53:50.8009654+00:00</StartDateTime> <TenantId>sample string 3</TenantId> <UpdatedTimeStamp>2026-05-06T12:53:50.8009654+00:00</UpdatedTimeStamp> </CategoryDiscount>