POST api/store/{id}/product/{guid}/pricelevels
Save price level for store product
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Store ID |
integer |
Required |
guid |
Store 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": "2i4IHV6E/0ysN+q2zp4Wdg==", "priceLevelIdentifierGuid": "1d082eda-845e-4cff-ac37-eab6ce9e1676", "pluG_UID": "hToSnNdz4E+Uxt8M+CyoJA==", "pluGuid": "9c123a85-73d7-4fe0-94c6-df0cf82ca824", "price": 4, "changeType": 5, "linkedPriceLevelIdentifier": "VE4oKtA6h0upX6GwAePFOg==", "linkedPriceLevelIdentifierGuid": "2a284e54-3ad0-4b87-a95f-a1b001e3c53a", "updated": "2025-10-05T00:04:00.5407005", "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>VE4oKtA6h0upX6GwAePFOg==</LinkedPriceLevelIdentifier> <LinkedPriceLevelIdentifierGuid>2a284e54-3ad0-4b87-a95f-a1b001e3c53a</LinkedPriceLevelIdentifierGuid> <PLUG_UID>hToSnNdz4E+Uxt8M+CyoJA==</PLUG_UID> <PluGuid>9c123a85-73d7-4fe0-94c6-df0cf82ca824</PluGuid> <Price>4</Price> <PriceLevelIdentifier>2i4IHV6E/0ysN+q2zp4Wdg==</PriceLevelIdentifier> <PriceLevelIdentifierGuid>1d082eda-845e-4cff-ac37-eab6ce9e1676</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-10-05T00:04:00.5407005+00:00</Updated> </ProductPriceLevel> <ProductPriceLevel> <ChangeType>5</ChangeType> <ID>1</ID> <LinkedPriceLevelIdentifier>VE4oKtA6h0upX6GwAePFOg==</LinkedPriceLevelIdentifier> <LinkedPriceLevelIdentifierGuid>2a284e54-3ad0-4b87-a95f-a1b001e3c53a</LinkedPriceLevelIdentifierGuid> <PLUG_UID>hToSnNdz4E+Uxt8M+CyoJA==</PLUG_UID> <PluGuid>9c123a85-73d7-4fe0-94c6-df0cf82ca824</PluGuid> <Price>4</Price> <PriceLevelIdentifier>2i4IHV6E/0ysN+q2zp4Wdg==</PriceLevelIdentifier> <PriceLevelIdentifierGuid>1d082eda-845e-4cff-ac37-eab6ce9e1676</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-10-05T00:04:00.5407005+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.