POST api/SubCategory/ImportSubCategoryvalidation?companyid={companyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
Required |
Body Parameters
Collection of clInsertImportSubCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryName | string |
None. |
|
| SubCategoryName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CategoryName": "sample string 1",
"SubCategoryName": "sample string 2"
},
{
"$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.