PUT api/product/{id}/competitionpricing/{guid}
Save Competition Pricing
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Product identifier |
globally unique identifier |
Required |
| guid |
Pricing identifier |
globally unique identifier |
Required |
Body Parameters
Competition Pricing
ProductCompetitionPricing| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| CompetitionID | integer |
None. |
|
| Name | string |
Relation. This field may not always be loaded or used for updates. String length: inclusive between 0 and 64 |
|
| SellMultiple | integer |
None. |
|
| RetailPrice | integer |
None. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
{
"identifier": "40qAQq6Lg06O6JHxfheVhQ==",
"identifierGuid": "42804ae3-8bae-4e83-8ee8-91f17e179585",
"pluG_UID": "T3oTF3rnLUijTG2g5gnY+w==",
"pluGuid": "17137a4f-e77a-482d-a34c-6da0e609d8fb",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
}
application/xml, text/xml
Sample:
<ProductCompetitionPricing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <CompetitionID>1</CompetitionID> <Identifier>40qAQq6Lg06O6JHxfheVhQ==</Identifier> <IdentifierGuid>42804ae3-8bae-4e83-8ee8-91f17e179585</IdentifierGuid> <Name>sample string 2</Name> <PLUG_UID>T3oTF3rnLUijTG2g5gnY+w==</PLUG_UID> <PluGuid>17137a4f-e77a-482d-a34c-6da0e609d8fb</PluGuid> <RetailPrice>4</RetailPrice> <SellMultiple>3</SellMultiple> <StoreName>sample string 5</StoreName> </ProductCompetitionPricing>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.