POST api/Product/ImportProductvalidation?companyid={companyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
Required |
Body Parameters
Collection of clInsertImportProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryName | string |
None. |
|
| SubcategoryName | string |
None. |
|
| BrandType | string |
None. |
|
| ProductType | string |
None. |
|
| ProductTitle | string |
None. |
|
| Description | string |
None. |
|
| Varianttype | string |
None. |
|
| MRPPrice | string |
None. |
|
| SellingPrice | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CategoryName": "sample string 1",
"SubcategoryName": "sample string 2",
"BrandType": "sample string 3",
"ProductType": "sample string 4",
"ProductTitle": "sample string 5",
"Description": "sample string 6",
"Varianttype": "sample string 7",
"MRPPrice": "sample string 8",
"SellingPrice": "sample string 9"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.