POST api/ProdBrand/InsertBrand?CompanyId={CompanyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
Required |
Body Parameters
BrandType| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandTypeId | integer |
None. |
|
| BrandTypeName | string |
None. |
|
| IsActive | integer |
None. |
|
| InsertedBy | integer |
None. |
|
| InsertedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| CompanyDetailId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BrandTypeId": 1,
"BrandTypeName": "sample string 2",
"IsActive": 1,
"InsertedBy": 1,
"InsertedDate": "2025-12-06T05:01:20.5255602+00:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-12-06T05:01:20.5255602+00:00",
"CompanyDetailId": 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.