POST api/ECommerceIntegration/UpdateN11ProductPrice

Request Information

URI Parameters

None.

Body Parameters

N11UpdateProductPriceDto
NameDescriptionTypeAdditional 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": "06288104-719e-4862-8a2d-764cf45f57d7"
}

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>06288104-719e-4862-8a2d-764cf45f57d7</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":"06288104-719e-4862-8a2d-764cf45f57d7"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.