POST Product/Update
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ProductId": "ff29d078-e962-45c7-8cea-64fc4fc73d9e",
"ProductCategoryId": "b5b327f6-80ae-4844-bb8c-2e16f1aff892",
"ProductBrandId": "70c331f2-6858-450a-b75b-70848374a06c",
"ProductGroupId": "1576114b-f7db-498b-9b73-4f859c6a218f",
"ProductCategoryName": "sample string 5",
"ProductBrandName": "sample string 6",
"ProductGroupName": "sample string 7",
"ProductCode": "sample string 8",
"ProductName": "sample string 9",
"ProductDescription": "sample string 10",
"ProductImageUrl": "sample string 11",
"UserId": "sample string 12",
"IsActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.