POST Product/Add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ProductCategoryId": "bdfc9c6a-84f4-4a42-80f5-bb1a08f3d364",
  "ProductBrandId": "0b6e41fc-da7c-43d8-9bc7-2bac05cd99d1",
  "ProductGroupId": "5af57cda-bd82-4eed-9521-cca2726399a5",
  "ProductCode": "sample string 4",
  "ProductName": "sample string 5",
  "ProductDescription": "sample string 6",
  "ProductImageUrl": "sample string 7",
  "UserId": "sample string 8"
}

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.