POST api/Products/Update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
product
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InProductId": 1,
  "ProductName": "sample string 2",
  "CreatedDate": "2026-08-20T17:43:01.9545579+01:00",
  "UpdatedDate": "2026-08-20T17:43:01.9545579+01:00"
}

application/xml, text/xml

Sample:
<Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LicenceService.Models">
  <CreatedDate>2026-08-20T17:43:01.9545579+01:00</CreatedDate>
  <UpdatedDate>2026-08-20T17:43:01.9545579+01:00</UpdatedDate>
  <InProductId>1</InProductId>
  <ProductName>sample string 2</ProductName>
</Product>

application/x-www-form-urlencoded

Sample:

Sample not available.