POST api/PPEMember/Getppemember

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[{"Fld_Id":1,"Fld_ParentId":2,"Fld_ElementId":3,"Fld_LabelName":"sample string 4","Fld_LabelID":"sample string 5"},{"Fld_Id":1,"Fld_ParentId":2,"Fld_ElementId":3,"Fld_LabelName":"sample string 4","Fld_LabelID":"sample string 5"},{"Fld_Id":1,"Fld_ParentId":2,"Fld_ElementId":3,"Fld_LabelName":"sample string 4","Fld_LabelID":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOftbl_ppemember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XBRLFinanceWeb.Model.DB">
  <tbl_ppemember>
    <Fld_ElementId>3</Fld_ElementId>
    <Fld_Id>1</Fld_Id>
    <Fld_LabelID>sample string 5</Fld_LabelID>
    <Fld_LabelName>sample string 4</Fld_LabelName>
    <Fld_ParentId>2</Fld_ParentId>
  </tbl_ppemember>
  <tbl_ppemember>
    <Fld_ElementId>3</Fld_ElementId>
    <Fld_Id>1</Fld_Id>
    <Fld_LabelID>sample string 5</Fld_LabelID>
    <Fld_LabelName>sample string 4</Fld_LabelName>
    <Fld_ParentId>2</Fld_ParentId>
  </tbl_ppemember>
  <tbl_ppemember>
    <Fld_ElementId>3</Fld_ElementId>
    <Fld_Id>1</Fld_Id>
    <Fld_LabelID>sample string 5</Fld_LabelID>
    <Fld_LabelName>sample string 4</Fld_LabelName>
    <Fld_ParentId>2</Fld_ParentId>
  </tbl_ppemember>
</ArrayOftbl_ppemember>