POST api/AxisElementMaster/GetAxisElementMaster?ElementId={ElementId}&ScheduleId={ScheduleId}&CTableId={CTableId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ElementId
No documentation available.

Define this parameter in the request URI.

ScheduleId
No documentation available.

Define this parameter in the request URI.

CTableId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[{"ElementID":1,"ElementName":"sample string 2","PeriodType":"sample string 3","Balance":"sample string 4","ElementType":"sample string 5"},{"ElementID":1,"ElementName":"sample string 2","PeriodType":"sample string 3","Balance":"sample string 4","ElementType":"sample string 5"},{"ElementID":1,"ElementName":"sample string 2","PeriodType":"sample string 3","Balance":"sample string 4","ElementType":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfXB_ElementMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XBRLFinanceWeb.Model">
  <XB_ElementMaster>
    <Balance>sample string 4</Balance>
    <ElementID>1</ElementID>
    <ElementName>sample string 2</ElementName>
    <ElementType>sample string 5</ElementType>
    <PeriodType>sample string 3</PeriodType>
  </XB_ElementMaster>
  <XB_ElementMaster>
    <Balance>sample string 4</Balance>
    <ElementID>1</ElementID>
    <ElementName>sample string 2</ElementName>
    <ElementType>sample string 5</ElementType>
    <PeriodType>sample string 3</PeriodType>
  </XB_ElementMaster>
  <XB_ElementMaster>
    <Balance>sample string 4</Balance>
    <ElementID>1</ElementID>
    <ElementName>sample string 2</ElementName>
    <ElementType>sample string 5</ElementType>
    <PeriodType>sample string 3</PeriodType>
  </XB_ElementMaster>
</ArrayOfXB_ElementMaster>