POST api/product/{guid}/pricelevels
Save price level for master product
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid |
Master Product Guid |
globally unique identifier |
Required |
Body Parameters
price levels
ProductPriceLevelListName | Description | Type | Additional information |
---|---|---|---|
PriceLevels | Collection of ProductPriceLevel |
None. |
|
StoreIDs | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "priceLevels": [ { "$id": "2", "id": 1, "priceLevelIdentifier": "P2xCQVQ4u0ymall/ax6l8w==", "priceLevelIdentifierGuid": "41426c3f-3854-4cbb-a66a-597f6b1ea5f3", "pluG_UID": "08DWBl5XrEKL1e48Qw4Hhg==", "pluGuid": "06d6c0d3-575e-42ac-8bd5-ee3c430e0786", "price": 4, "changeType": 5, "linkedPriceLevelIdentifier": "Nk9sgDa7hEyFai82gZ/YhA==", "linkedPriceLevelIdentifierGuid": "806c4f36-bb36-4c84-856a-2f36819fd884", "updated": "2025-06-14T06:48:49.9541539", "priceLevelName": "sample string 7", "storeIDs": [ 1, 2 ] }, { "$ref": "2" } ], "storeIDs": [ 1, 2 ] }
application/xml, text/xml
Sample:
<ProductPriceLevelList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products"> <PriceLevels> <ProductPriceLevel> <ChangeType>5</ChangeType> <ID>1</ID> <LinkedPriceLevelIdentifier>Nk9sgDa7hEyFai82gZ/YhA==</LinkedPriceLevelIdentifier> <LinkedPriceLevelIdentifierGuid>806c4f36-bb36-4c84-856a-2f36819fd884</LinkedPriceLevelIdentifierGuid> <PLUG_UID>08DWBl5XrEKL1e48Qw4Hhg==</PLUG_UID> <PluGuid>06d6c0d3-575e-42ac-8bd5-ee3c430e0786</PluGuid> <Price>4</Price> <PriceLevelIdentifier>P2xCQVQ4u0ymall/ax6l8w==</PriceLevelIdentifier> <PriceLevelIdentifierGuid>41426c3f-3854-4cbb-a66a-597f6b1ea5f3</PriceLevelIdentifierGuid> <PriceLevelName>sample string 7</PriceLevelName> <StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:int>1</d4p1:int> <d4p1:int>2</d4p1:int> </StoreIDs> <Updated>2025-06-14T06:48:49.9541539+00:00</Updated> </ProductPriceLevel> <ProductPriceLevel> <ChangeType>5</ChangeType> <ID>1</ID> <LinkedPriceLevelIdentifier>Nk9sgDa7hEyFai82gZ/YhA==</LinkedPriceLevelIdentifier> <LinkedPriceLevelIdentifierGuid>806c4f36-bb36-4c84-856a-2f36819fd884</LinkedPriceLevelIdentifierGuid> <PLUG_UID>08DWBl5XrEKL1e48Qw4Hhg==</PLUG_UID> <PluGuid>06d6c0d3-575e-42ac-8bd5-ee3c430e0786</PluGuid> <Price>4</Price> <PriceLevelIdentifier>P2xCQVQ4u0ymall/ax6l8w==</PriceLevelIdentifier> <PriceLevelIdentifierGuid>41426c3f-3854-4cbb-a66a-597f6b1ea5f3</PriceLevelIdentifierGuid> <PriceLevelName>sample string 7</PriceLevelName> <StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:int>1</d4p1:int> <d4p1:int>2</d4p1:int> </StoreIDs> <Updated>2025-06-14T06:48:49.9541539+00:00</Updated> </ProductPriceLevel> </PriceLevels> <StoreIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </StoreIDs> </ProductPriceLevelList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
Sample:
Sample not available.