GET api/TrademarkDropDownLists/{id}

Get Trademark by Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

TrademarkDD
NameDescriptionTypeAdditional information
TradeNameId

Trade Name Id (Primary Key)

integer

None.

TradeName

Trade Name

string

String length: inclusive between 0 and 64

Response Formats

application/json, text/json

Sample:
{
  "tradeNameId": 1,
  "tradeName": "sample string 2"
}

application/xml, text/xml

Sample:
<TrademarkDD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/srd81.Models">
  <TradeName>sample string 2</TradeName>
  <TradeNameId>1</TradeNameId>
</TrademarkDD>