POST CompanyProductMapping/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:
{
"CompanyAndProductMappingList": [
{
"$id": "2",
"CompanyName": "sample string 1",
"Branch": [
{
"$id": "3",
"BranchName": "sample string 1",
"ProductCategory": [
{
"$id": "4",
"ProductCategoryId": "sample string 1",
"ProductCategoryName": "sample string 2"
},
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ProductBrand": [
{
"$id": "5",
"ProductBrandId": "sample string 1",
"ProductBrandName": "sample string 2"
},
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"ProductGroup": [
{
"$id": "6",
"ProductGroupId": "sample string 1",
"ProductGroupName": "sample string 2"
},
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"Product": [
{
"$id": "7",
"ProductId": "sample string 1",
"ProductName": "sample string 2"
},
{
"$ref": "7"
},
{
"$ref": "7"
}
]
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$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.