POST api/ExternalAPI/SetFootnote

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ArgObjFootnote
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FootnoteId": "sample string 1",
  "FootFactId": "sample string 2",
  "FilingId": "sample string 3",
  "SectionId": "sample string 4",
  "Value": "sample string 5",
  "Lang": "sample string 6",
  "Order": 7,
  "Version": 8,
  "IsOffdocument": true
}

application/xml, text/xml

Sample:
<Footnote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataObjects">
  <FilingId>sample string 3</FilingId>
  <FootFactId>sample string 2</FootFactId>
  <FootnoteId>sample string 1</FootnoteId>
  <IsOffdocument>true</IsOffdocument>
  <Lang>sample string 6</Lang>
  <Order>7</Order>
  <SectionId>sample string 4</SectionId>
  <Value>sample string 5</Value>
  <Version>8</Version>
</Footnote>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>