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": "6de28e53-f60f-4a85-82c4-3682a52c8cb1" }
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>6de28e53-f60f-4a85-82c4-3682a52c8cb1</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":"6de28e53-f60f-4a85-82c4-3682a52c8cb1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.