POST api/ProdBrand/InsertBrand?CompanyId={CompanyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyId

integer

Required

Body Parameters

BrandType
NameDescriptionTypeAdditional 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": "2024-12-12T17:31:54.9950456+00:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2024-12-12T17:31:54.9950456+00:00",
  "CompanyDetailId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.