PUT Catlog/PredefinedProductAttribute/Save?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
PredefinedProductAttributeViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StoreId | integer |
None. |
|
AttributeMasterId | integer |
Required |
|
AttributeName | string |
None. |
|
Name | string |
Required |
|
PriceAdjustment | decimal number |
None. |
|
IsUsePercentage | boolean |
None. |
|
IsPreSelected | boolean |
None. |
|
DisplayOrder | integer |
None. |
|
Published | boolean |
None. |
|
ModifiedBy | string |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "StoreId": 1, "AttributeMasterId": 2, "AttributeName": "sample string 3", "Name": "sample string 4", "PriceAdjustment": 5.0, "IsUsePercentage": true, "IsPreSelected": true, "DisplayOrder": 8, "Published": true, "ModifiedBy": "sample string 10", "ModifiedDate": "2025-04-26T16:22:36.5941195+01:00" }
application/xml, text/xml
Sample:
<PredefinedProductAttributeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Catalog.ViewModel"> <AttributeMasterId>2</AttributeMasterId> <AttributeName>sample string 3</AttributeName> <DisplayOrder>8</DisplayOrder> <Id>1</Id> <IsPreSelected>true</IsPreSelected> <IsUsePercentage>true</IsUsePercentage> <ModifiedBy>sample string 10</ModifiedBy> <ModifiedDate>2025-04-26T16:22:36.5941195+01:00</ModifiedDate> <Name>sample string 4</Name> <PriceAdjustment>5</PriceAdjustment> <Published>true</Published> <StoreId>1</StoreId> </PredefinedProductAttributeViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |