POST api/ECommerceIntegration/UpdateN11ProductPrice
Request Information
URI Parameters
None.
Body Parameters
N11UpdateProductPriceDtoName | Description | Type | Additional information |
---|---|---|---|
ProductId | integer |
None. |
|
Price | decimal number |
None. |
|
CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "productId": 1, "price": 2.0, "companyId": "edb050a6-68f3-42fa-89b6-2bf24b510d06" }
application/xml, text/xml
Sample:
<N11UpdateProductPriceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyId>edb050a6-68f3-42fa-89b6-2bf24b510d06</CompanyId> <Price>2</Price> <ProductId>1</ProductId> </N11UpdateProductPriceDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":1,"price":2.0,"companyId":"edb050a6-68f3-42fa-89b6-2bf24b510d06"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.