POST ProductCategory/UploadExcel
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:
{
"ProductCategoryList": [
{
"$id": "2",
"ProductCategoryId": "b569a25e-3d7f-4da4-b10f-9ef000cd294f",
"ProductCategoryName": "sample string 2",
"ProductCategoryDescription": "sample string 3",
"IsActive": true,
"UserId": "sample string 5"
},
{
"$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.