GET api/LkpData/lkp_entity_type

Lookup table Data- lkp_entity_type

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultOflkp_entity_typeDTOAndString
NameDescriptionTypeAdditional information
DataList

Collection of lkp_entity_typeDTO

None.

ErrorList

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "DataList": [
    {
      "entity_type_CD": "sample string 1",
      "entity_type_desc": "sample string 2",
      "active_date": "2024-04-20T12:23:57.8479365-04:00",
      "inactive_date": "2024-04-20T12:23:57.8479365-04:00"
    },
    {
      "entity_type_CD": "sample string 1",
      "entity_type_desc": "sample string 2",
      "active_date": "2024-04-20T12:23:57.8479365-04:00",
      "inactive_date": "2024-04-20T12:23:57.8479365-04:00"
    }
  ],
  "ErrorList": [
    "sample string 1",
    "sample string 2"
  ]
}

text/xml

Sample:
<ResultOflkp_entity_typeDTOstringbSRV2x7M xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FERC.DataCol.MBR.WebAPI.Common">
  <DataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/FERC.DataCol.MBR.WebAPI.DTO">
    <d2p1:lkp_entity_typeDTO>
      <d2p1:active_date>2024-04-20T12:23:57.8479365-04:00</d2p1:active_date>
      <d2p1:entity_type_CD>sample string 1</d2p1:entity_type_CD>
      <d2p1:entity_type_desc>sample string 2</d2p1:entity_type_desc>
      <d2p1:inactive_date>2024-04-20T12:23:57.8479365-04:00</d2p1:inactive_date>
    </d2p1:lkp_entity_typeDTO>
    <d2p1:lkp_entity_typeDTO>
      <d2p1:active_date>2024-04-20T12:23:57.8479365-04:00</d2p1:active_date>
      <d2p1:entity_type_CD>sample string 1</d2p1:entity_type_CD>
      <d2p1:entity_type_desc>sample string 2</d2p1:entity_type_desc>
      <d2p1:inactive_date>2024-04-20T12:23:57.8479365-04:00</d2p1:inactive_date>
    </d2p1:lkp_entity_typeDTO>
  </DataList>
  <ErrorList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ErrorList>
</ResultOflkp_entity_typeDTOstringbSRV2x7M>