POST api/InvestmentStockNews

Creates new InvestmentStockNews.

Request Information

URI Parameters

None.

Body Parameters

InvestmentStockNews.

InvestmentStockNews
NameDescriptionTypeAdditional information
InvestmentStockNewsId

integer

None.

OrganizationId

integer

None.

StockSymbol

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

CreatedDate

date

None.

CreatedBy

string

None.

CreatedByName

string

None.

GlobalId

string

None.

Title

string

None.

Url

string

None.

Description

string

None.

PublicationDate

date

None.

Source

string

None.

PhotoUrl

string

None.

Summary

string

None.

FinnHubId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InvestmentStockNewsId": 1,
  "OrganizationId": 1,
  "StockSymbol": "sample string 2",
  "UpdatedDate": "2025-01-16T15:42:13.5121122+00:00",
  "UpdatedBy": "sample string 3",
  "UpdatedByName": "sample string 4",
  "CreatedDate": "2025-01-16T15:42:13.5121122+00:00",
  "CreatedBy": "sample string 5",
  "CreatedByName": "sample string 6",
  "GlobalId": "sample string 7",
  "Title": "sample string 8",
  "Url": "sample string 9",
  "Description": "sample string 10",
  "PublicationDate": "2025-01-16T15:42:13.5121122+00:00",
  "Source": "sample string 11",
  "PhotoUrl": "sample string 12",
  "Summary": "sample string 13",
  "FinnHubId": 1
}

application/xml, text/xml

Sample:
<InvestmentStockNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedByName>sample string 6</CreatedByName>
  <CreatedDate>2025-01-16T15:42:13.5121122+00:00</CreatedDate>
  <Description>sample string 10</Description>
  <FinnHubId>1</FinnHubId>
  <GlobalId>sample string 7</GlobalId>
  <InvestmentStockNewsId>1</InvestmentStockNewsId>
  <OrganizationId>1</OrganizationId>
  <PhotoUrl>sample string 12</PhotoUrl>
  <PublicationDate>2025-01-16T15:42:13.5121122+00:00</PublicationDate>
  <Source>sample string 11</Source>
  <StockSymbol>sample string 2</StockSymbol>
  <Summary>sample string 13</Summary>
  <Title>sample string 8</Title>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedByName>sample string 4</UpdatedByName>
  <UpdatedDate>2025-01-16T15:42:13.5121122+00:00</UpdatedDate>
  <Url>sample string 9</Url>
</InvestmentStockNews>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InvestmentStockNews
NameDescriptionTypeAdditional information
InvestmentStockNewsId

integer

None.

OrganizationId

integer

None.

StockSymbol

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

CreatedDate

date

None.

CreatedBy

string

None.

CreatedByName

string

None.

GlobalId

string

None.

Title

string

None.

Url

string

None.

Description

string

None.

PublicationDate

date

None.

Source

string

None.

PhotoUrl

string

None.

Summary

string

None.

FinnHubId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "InvestmentStockNewsId": 1,
  "OrganizationId": 1,
  "StockSymbol": "sample string 2",
  "UpdatedDate": "2025-01-16T15:42:13.5277803+00:00",
  "UpdatedBy": "sample string 3",
  "UpdatedByName": "sample string 4",
  "CreatedDate": "2025-01-16T15:42:13.5277803+00:00",
  "CreatedBy": "sample string 5",
  "CreatedByName": "sample string 6",
  "GlobalId": "sample string 7",
  "Title": "sample string 8",
  "Url": "sample string 9",
  "Description": "sample string 10",
  "PublicationDate": "2025-01-16T15:42:13.5277803+00:00",
  "Source": "sample string 11",
  "PhotoUrl": "sample string 12",
  "Summary": "sample string 13",
  "FinnHubId": 1
}

application/xml, text/xml

Sample:
<InvestmentStockNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedByName>sample string 6</CreatedByName>
  <CreatedDate>2025-01-16T15:42:13.5277803+00:00</CreatedDate>
  <Description>sample string 10</Description>
  <FinnHubId>1</FinnHubId>
  <GlobalId>sample string 7</GlobalId>
  <InvestmentStockNewsId>1</InvestmentStockNewsId>
  <OrganizationId>1</OrganizationId>
  <PhotoUrl>sample string 12</PhotoUrl>
  <PublicationDate>2025-01-16T15:42:13.5277803+00:00</PublicationDate>
  <Source>sample string 11</Source>
  <StockSymbol>sample string 2</StockSymbol>
  <Summary>sample string 13</Summary>
  <Title>sample string 8</Title>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedByName>sample string 4</UpdatedByName>
  <UpdatedDate>2025-01-16T15:42:13.5277803+00:00</UpdatedDate>
  <Url>sample string 9</Url>
</InvestmentStockNews>