PUT api/feedsin

Request Information

URI Parameters

None.

Body Parameters

FeedsIn
NameDescriptionTypeAdditional information
FeedInId

integer

None.

Account

Account

None.

FeedInName

string

None.

FeedInLink

string

None.

FeedInType

string

None.

FeedInPublicKey

string

None.

FeedInPrivateKey

string

None.

FeedInActive

integer

None.

FeedInDateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FeedInId": 1,
  "Account": {
    "AccountId": 1,
    "AccountName": "sample string 2",
    "AccountActive": 3,
    "AccountActiveDate": "2024-03-29T01:48:14.7402367-05:00"
  },
  "FeedInName": "sample string 2",
  "FeedInLink": "sample string 3",
  "FeedInType": "sample string 4",
  "FeedInPublicKey": "sample string 5",
  "FeedInPrivateKey": "sample string 6",
  "FeedInActive": 7,
  "FeedInDateCreated": "2024-03-29T01:48:14.7422157-05:00"
}

text/html

Sample:
{"FeedInId":1,"Account":{"AccountId":1,"AccountName":"sample string 2","AccountActive":3,"AccountActiveDate":"2024-03-29T01:48:14.7402367-05:00"},"FeedInName":"sample string 2","FeedInLink":"sample string 3","FeedInType":"sample string 4","FeedInPublicKey":"sample string 5","FeedInPrivateKey":"sample string 6","FeedInActive":7,"FeedInDateCreated":"2024-03-29T01:48:14.7422157-05:00"}

application/xml, text/xml

Sample:
<FeedsIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Feeds">
  <Account xmlns:d2p1="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Permissions">
    <d2p1:AccountActive>3</d2p1:AccountActive>
    <d2p1:AccountActiveDate>2024-03-29T01:48:14.7402367-05:00</d2p1:AccountActiveDate>
    <d2p1:AccountId>1</d2p1:AccountId>
    <d2p1:AccountName>sample string 2</d2p1:AccountName>
  </Account>
  <FeedInActive>7</FeedInActive>
  <FeedInDateCreated>2024-03-29T01:48:14.7422157-05:00</FeedInDateCreated>
  <FeedInId>1</FeedInId>
  <FeedInLink>sample string 3</FeedInLink>
  <FeedInName>sample string 2</FeedInName>
  <FeedInPrivateKey>sample string 6</FeedInPrivateKey>
  <FeedInPublicKey>sample string 5</FeedInPublicKey>
  <FeedInType>sample string 4</FeedInType>
</FeedsIn>

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 'FeedsIn'.

Response Information

Resource Description

Collection of FeedsIn
NameDescriptionTypeAdditional information
FeedInId

integer

None.

Account

Account

None.

FeedInName

string

None.

FeedInLink

string

None.

FeedInType

string

None.

FeedInPublicKey

string

None.

FeedInPrivateKey

string

None.

FeedInActive

integer

None.

FeedInDateCreated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FeedInId": 1,
    "Account": {
      "AccountId": 1,
      "AccountName": "sample string 2",
      "AccountActive": 3,
      "AccountActiveDate": "2024-03-29T01:48:14.7602238-05:00"
    },
    "FeedInName": "sample string 2",
    "FeedInLink": "sample string 3",
    "FeedInType": "sample string 4",
    "FeedInPublicKey": "sample string 5",
    "FeedInPrivateKey": "sample string 6",
    "FeedInActive": 7,
    "FeedInDateCreated": "2024-03-29T01:48:14.7602238-05:00"
  },
  {
    "FeedInId": 1,
    "Account": {
      "AccountId": 1,
      "AccountName": "sample string 2",
      "AccountActive": 3,
      "AccountActiveDate": "2024-03-29T01:48:14.7602238-05:00"
    },
    "FeedInName": "sample string 2",
    "FeedInLink": "sample string 3",
    "FeedInType": "sample string 4",
    "FeedInPublicKey": "sample string 5",
    "FeedInPrivateKey": "sample string 6",
    "FeedInActive": 7,
    "FeedInDateCreated": "2024-03-29T01:48:14.7602238-05:00"
  }
]

text/html

Sample:
[{"FeedInId":1,"Account":{"AccountId":1,"AccountName":"sample string 2","AccountActive":3,"AccountActiveDate":"2024-03-29T01:48:14.7602238-05:00"},"FeedInName":"sample string 2","FeedInLink":"sample string 3","FeedInType":"sample string 4","FeedInPublicKey":"sample string 5","FeedInPrivateKey":"sample string 6","FeedInActive":7,"FeedInDateCreated":"2024-03-29T01:48:14.7602238-05:00"},{"FeedInId":1,"Account":{"AccountId":1,"AccountName":"sample string 2","AccountActive":3,"AccountActiveDate":"2024-03-29T01:48:14.7602238-05:00"},"FeedInName":"sample string 2","FeedInLink":"sample string 3","FeedInType":"sample string 4","FeedInPublicKey":"sample string 5","FeedInPrivateKey":"sample string 6","FeedInActive":7,"FeedInDateCreated":"2024-03-29T01:48:14.7602238-05:00"}]

application/xml, text/xml

Sample:
<ArrayOfFeedsIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Feeds">
  <FeedsIn>
    <Account xmlns:d3p1="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Permissions">
      <d3p1:AccountActive>3</d3p1:AccountActive>
      <d3p1:AccountActiveDate>2024-03-29T01:48:14.7602238-05:00</d3p1:AccountActiveDate>
      <d3p1:AccountId>1</d3p1:AccountId>
      <d3p1:AccountName>sample string 2</d3p1:AccountName>
    </Account>
    <FeedInActive>7</FeedInActive>
    <FeedInDateCreated>2024-03-29T01:48:14.7602238-05:00</FeedInDateCreated>
    <FeedInId>1</FeedInId>
    <FeedInLink>sample string 3</FeedInLink>
    <FeedInName>sample string 2</FeedInName>
    <FeedInPrivateKey>sample string 6</FeedInPrivateKey>
    <FeedInPublicKey>sample string 5</FeedInPublicKey>
    <FeedInType>sample string 4</FeedInType>
  </FeedsIn>
  <FeedsIn>
    <Account xmlns:d3p1="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Permissions">
      <d3p1:AccountActive>3</d3p1:AccountActive>
      <d3p1:AccountActiveDate>2024-03-29T01:48:14.7602238-05:00</d3p1:AccountActiveDate>
      <d3p1:AccountId>1</d3p1:AccountId>
      <d3p1:AccountName>sample string 2</d3p1:AccountName>
    </Account>
    <FeedInActive>7</FeedInActive>
    <FeedInDateCreated>2024-03-29T01:48:14.7602238-05:00</FeedInDateCreated>
    <FeedInId>1</FeedInId>
    <FeedInLink>sample string 3</FeedInLink>
    <FeedInName>sample string 2</FeedInName>
    <FeedInPrivateKey>sample string 6</FeedInPrivateKey>
    <FeedInPublicKey>sample string 5</FeedInPublicKey>
    <FeedInType>sample string 4</FeedInType>
  </FeedsIn>
</ArrayOfFeedsIn>