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": "tADw11ar10OR4cVM8YNVNg==", "priceLevelIdentifierGuid": "d7f000b4-ab56-43d7-91e1-c54cf1835536", "pluG_UID": "lBRufQR8P0y0mQEjabJbOQ==", "pluGuid": "7d6e1494-7c04-4c3f-b499-012369b25b39", "price": 4, "changeType": 5, "linkedPriceLevelIdentifier": "P1Pyi8TPzEOY8eXrSg35+A==", "linkedPriceLevelIdentifierGuid": "8bf2533f-cfc4-43cc-98f1-e5eb4a0df9f8", "updated": "2025-08-02T23:17:47.0817387", "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>P1Pyi8TPzEOY8eXrSg35+A==</LinkedPriceLevelIdentifier> <LinkedPriceLevelIdentifierGuid>8bf2533f-cfc4-43cc-98f1-e5eb4a0df9f8</LinkedPriceLevelIdentifierGuid> <PLUG_UID>lBRufQR8P0y0mQEjabJbOQ==</PLUG_UID> <PluGuid>7d6e1494-7c04-4c3f-b499-012369b25b39</PluGuid> <Price>4</Price> <PriceLevelIdentifier>tADw11ar10OR4cVM8YNVNg==</PriceLevelIdentifier> <PriceLevelIdentifierGuid>d7f000b4-ab56-43d7-91e1-c54cf1835536</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-08-02T23:17:47.0817387+00:00</Updated> </ProductPriceLevel> <ProductPriceLevel> <ChangeType>5</ChangeType> <ID>1</ID> <LinkedPriceLevelIdentifier>P1Pyi8TPzEOY8eXrSg35+A==</LinkedPriceLevelIdentifier> <LinkedPriceLevelIdentifierGuid>8bf2533f-cfc4-43cc-98f1-e5eb4a0df9f8</LinkedPriceLevelIdentifierGuid> <PLUG_UID>lBRufQR8P0y0mQEjabJbOQ==</PLUG_UID> <PluGuid>7d6e1494-7c04-4c3f-b499-012369b25b39</PluGuid> <Price>4</Price> <PriceLevelIdentifier>tADw11ar10OR4cVM8YNVNg==</PriceLevelIdentifier> <PriceLevelIdentifierGuid>d7f000b4-ab56-43d7-91e1-c54cf1835536</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-08-02T23:17:47.0817387+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.