POST api/SharedAnalytics/Retail/NationalTenant

Request Information

URI Parameters

None.

Body Parameters

NationalTenant
NameDescriptionTypeAdditional information
Id

string

None.

Logo

string

None.

Name

string

None.

ParentCompanyId

integer

None.

SubCategoryId

string

None.

SubsidiaryId

integer

None.

Ticker

string

None.

CategoryId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Logo": "sample string 2",
  "Name": "sample string 3",
  "ParentCompanyId": 4,
  "SubCategoryId": "sample string 5",
  "SubsidiaryId": 6,
  "Ticker": "sample string 7",
  "CategoryId": "sample string 8"
}

text/html

Sample:
{"Id":"sample string 1","Logo":"sample string 2","Name":"sample string 3","ParentCompanyId":4,"SubCategoryId":"sample string 5","SubsidiaryId":6,"Ticker":"sample string 7","CategoryId":"sample string 8"}

application/xml, text/xml

Sample:
<NationalTenant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SharedAnalytics.Retail">
  <CategoryId>sample string 8</CategoryId>
  <Id>sample string 1</Id>
  <Logo>sample string 2</Logo>
  <Name>sample string 3</Name>
  <ParentCompanyId>4</ParentCompanyId>
  <SubCategoryId>sample string 5</SubCategoryId>
  <SubsidiaryId>6</SubsidiaryId>
  <Ticker>sample string 7</Ticker>
</NationalTenant>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NationalTenant'.

Response Information

Resource Description

None.