POST api/Settings/Save_Comp_Brand_SrcMap

Request Information

URI Parameters

None.

Body Parameters

Save_Comp_Brand_SrcMapModel
NameDescriptionTypeAdditional information
CompId

integer

None.

CompName

string

None.

BrandId

integer

None.

BrandName

string

None.

SourceId

string

None.

OrderId

integer

None.

UserId

integer

None.

ClientId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "CompId": 1,
  "CompName": "sample string 2",
  "BrandId": 3,
  "BrandName": "sample string 4",
  "SourceId": "sample string 5",
  "OrderId": 6,
  "UserId": 7,
  "ClientId": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.