POST api/OData/PushDataToCARBON

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lstData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "Code": "sample string 2",
    "Label": "sample string 3",
    "Value": "sample string 4",
    "Period": "sample string 5",
    "CIK": "sample string 6",
    "Index": 7,
    "IsActive": true,
    "FetchDate": "2026-06-10T16:40:10.9520445+05:30",
    "TagQName": "sample string 10"
  },
  {
    "Id": "sample string 1",
    "Code": "sample string 2",
    "Label": "sample string 3",
    "Value": "sample string 4",
    "Period": "sample string 5",
    "CIK": "sample string 6",
    "Index": 7,
    "IsActive": true,
    "FetchDate": "2026-06-10T16:40:10.9520445+05:30",
    "TagQName": "sample string 10"
  },
  {
    "Id": "sample string 1",
    "Code": "sample string 2",
    "Label": "sample string 3",
    "Value": "sample string 4",
    "Period": "sample string 5",
    "CIK": "sample string 6",
    "Index": 7,
    "IsActive": true,
    "FetchDate": "2026-06-10T16:40:10.9520445+05:30",
    "TagQName": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAutoVendorResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataObjects">
  <AutoVendorResponse>
    <CIK>sample string 6</CIK>
    <Code>sample string 2</Code>
    <FetchDate>2026-06-10T16:40:10.9520445+05:30</FetchDate>
    <Id>sample string 1</Id>
    <Index>7</Index>
    <IsActive>true</IsActive>
    <Label>sample string 3</Label>
    <Period>sample string 5</Period>
    <TagQName>sample string 10</TagQName>
    <Value>sample string 4</Value>
  </AutoVendorResponse>
  <AutoVendorResponse>
    <CIK>sample string 6</CIK>
    <Code>sample string 2</Code>
    <FetchDate>2026-06-10T16:40:10.9520445+05:30</FetchDate>
    <Id>sample string 1</Id>
    <Index>7</Index>
    <IsActive>true</IsActive>
    <Label>sample string 3</Label>
    <Period>sample string 5</Period>
    <TagQName>sample string 10</TagQName>
    <Value>sample string 4</Value>
  </AutoVendorResponse>
  <AutoVendorResponse>
    <CIK>sample string 6</CIK>
    <Code>sample string 2</Code>
    <FetchDate>2026-06-10T16:40:10.9520445+05:30</FetchDate>
    <Id>sample string 1</Id>
    <Index>7</Index>
    <IsActive>true</IsActive>
    <Label>sample string 3</Label>
    <Period>sample string 5</Period>
    <TagQName>sample string 10</TagQName>
    <Value>sample string 4</Value>
  </AutoVendorResponse>
</ArrayOfAutoVendorResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>