POST api/Products/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:42:32.6577657+01:00",
"UpdatedDate": "2026-08-20T17:42:32.6577657+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:42:32.6577657+01:00</CreatedDate> <UpdatedDate>2026-08-20T17:42:32.6577657+01:00</UpdatedDate> <InProductId>1</InProductId> <ProductName>sample string 2</ProductName> </Product>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.