POST ProductBrandDetails/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:
{
"ProductBrandList": [
{
"$id": "2",
"ProductBrandId": "a464caab-8d74-44df-a54b-ad751d568ac0",
"ProductBrandCode": "sample string 2",
"ProductBrandName": "sample string 3",
"ProductBrandDescription": "sample string 4",
"ProductBrandAlieas": "sample string 5",
"IsActive": true,
"UserId": "sample string 7"
},
{
"$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.