POST api/stakeholder/orgsearch/orgtimeline/{id}/{portalId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

portalId

string

Required

Body Parameters

FENote
NameDescriptionTypeAdditional information
Subject

string

None.

Notes

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Subject": "sample string 1",
  "Notes": "sample string 2",
  "CreatedBy": "sample string 3",
  "CreatedOn": "2025-07-04T15:03:32.4282742+00:00"
}

application/xml, text/xml

Sample:
<FENote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodExport.Web.Services.Models.StakeholderPortal">
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedOn>2025-07-04T15:03:32.4282742+00:00</CreatedOn>
  <Notes>sample string 2</Notes>
  <Subject>sample string 1</Subject>
</FENote>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.