POST Product/UploadExcel

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:
{
  "ProductList": [
    {
      "$id": "2",
      "ProductId": "c5e7ee8e-d1f1-4baa-9c67-abbc33740f2a",
      "ProductCategoryId": "b857f29e-b25a-4247-92f0-6026f536e580",
      "ProductBrandId": "705af00d-a5f2-4ae4-b943-6c421dea4107",
      "ProductGroupId": "11d27fa3-621d-4de8-8069-668d4afb4341",
      "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
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "UserId": "sample string 1"
}

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.