POST api/v1/HBPriceParametersUpdate
Request Information
URI Parameters
None.
Body Parameters
PriceParametersUpdateObjName | Description | Type | Additional information |
---|---|---|---|
UrunId | integer |
None. |
|
AutoPriceID | integer |
None. |
|
MinPrice | decimal number |
None. |
|
MaxPrice | decimal number |
None. |
|
ChangeAmount | decimal number |
None. |
|
MerchantName | string |
None. |
|
PriceChangeType | integer |
None. |
|
accountid | integer |
None. |
|
MarketProductSkuID | string |
None. |
|
MerchantID | string |
None. |
|
TransactionCondition | integer |
None. |
|
IsMail | boolean |
None. |
|
IsActive | boolean |
None. |
|
MarketProductId | string |
None. |
|
Token | string |
None. |
|
RequestType | integer |
None. |
|
IsUpPrice | boolean |
None. |
|
MarketPlaceId | integer |
None. |
|
Target | integer |
None. |
|
UserStoreApiId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UrunId": 1, "AutoPriceID": 2, "MinPrice": 3.0, "MaxPrice": 4.0, "ChangeAmount": 5.0, "MerchantName": "sample string 6", "PriceChangeType": 7, "accountid": 8, "MarketProductSkuID": "sample string 9", "MerchantID": "sample string 10", "TransactionCondition": 11, "IsMail": true, "IsActive": true, "MarketProductId": "sample string 14", "Token": "sample string 15", "RequestType": 16, "IsUpPrice": true, "MarketPlaceId": 18, "Target": 19, "UserStoreApiId": 20 }
application/xml, text/xml
Sample:
<PriceParametersUpdateObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models"> <AutoPriceID>2</AutoPriceID> <ChangeAmount>5</ChangeAmount> <IsActive>true</IsActive> <IsMail>true</IsMail> <IsUpPrice>true</IsUpPrice> <MarketPlaceId>18</MarketPlaceId> <MarketProductId>sample string 14</MarketProductId> <MarketProductSkuID>sample string 9</MarketProductSkuID> <MaxPrice>4</MaxPrice> <MerchantID>sample string 10</MerchantID> <MerchantName>sample string 6</MerchantName> <MinPrice>3</MinPrice> <PriceChangeType>7</PriceChangeType> <RequestType>16</RequestType> <Target>19</Target> <Token>sample string 15</Token> <TransactionCondition>11</TransactionCondition> <UrunId>1</UrunId> <UserStoreApiId>20</UserStoreApiId> <accountid>8</accountid> </PriceParametersUpdateObj>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.