POST api/ECommerceIntegration/UpdateGittigidiyorProductPrice
Request Information
URI Parameters
None.
Body Parameters
UpdateGittigidiyorProductPriceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | string |
None. |
|
| ItemId | string |
None. |
|
| Price | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"productId": "sample string 1",
"itemId": "sample string 2",
"price": 3.1
}
application/xml, text/xml
Sample:
<UpdateGittigidiyorProductPriceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <ItemId>sample string 2</ItemId> <Price>3.1</Price> <ProductId>sample string 1</ProductId> </UpdateGittigidiyorProductPriceDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"sample string 1","itemId":"sample string 2","price":3.1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.