GET api/LkpData/lkp_baa/{cd}
Lookup table Data- Find lkp_baa by ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOflkp_baaDTOAndStringName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of lkp_baaDTO |
None. |
|
ErrorList | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "DataList": [ { "Balancing_Authority_cd": "sample string 1", "baa_desc": "sample string 2", "region_cd": "sample string 3", "country_cd": "sample string 4", "active_date": "2024-10-04T06:48:07.4735121-04:00", "inactive_date": "2024-10-04T06:48:07.4735121-04:00" }, { "Balancing_Authority_cd": "sample string 1", "baa_desc": "sample string 2", "region_cd": "sample string 3", "country_cd": "sample string 4", "active_date": "2024-10-04T06:48:07.4735121-04:00", "inactive_date": "2024-10-04T06:48:07.4735121-04:00" } ], "ErrorList": [ "sample string 1", "sample string 2" ] }
text/xml
Sample:
<ResultOflkp_baaDTOstringnD_Pzl6_S7 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.DATA"> <d2p1:lkp_baaDTO> <d2p1:Balancing_Authority_cd>sample string 1</d2p1:Balancing_Authority_cd> <d2p1:active_date>2024-10-04T06:48:07.4735121-04:00</d2p1:active_date> <d2p1:baa_desc>sample string 2</d2p1:baa_desc> <d2p1:country_cd>sample string 4</d2p1:country_cd> <d2p1:inactive_date>2024-10-04T06:48:07.4735121-04:00</d2p1:inactive_date> <d2p1:region_cd>sample string 3</d2p1:region_cd> </d2p1:lkp_baaDTO> <d2p1:lkp_baaDTO> <d2p1:Balancing_Authority_cd>sample string 1</d2p1:Balancing_Authority_cd> <d2p1:active_date>2024-10-04T06:48:07.4735121-04:00</d2p1:active_date> <d2p1:baa_desc>sample string 2</d2p1:baa_desc> <d2p1:country_cd>sample string 4</d2p1:country_cd> <d2p1:inactive_date>2024-10-04T06:48:07.4735121-04:00</d2p1:inactive_date> <d2p1:region_cd>sample string 3</d2p1:region_cd> </d2p1:lkp_baaDTO> </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_baaDTOstringnD_Pzl6_S7>