GET api/SubmittedData/MBROperatingReservesByCID/{CID}
SubmittedData table Data- MBR Operating Reserves by CID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfmbr_operating_reservesDTOAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList | Collection of mbr_operating_reservesDTO |
None. |
|
| ErrorList | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DataList": [
{
"mbr_operating_reserves_id": 1,
"reporting_entity_cid_cd": "sample string 2",
"mbr_submission_fk": 3,
"or_authorization_effective_date": "2025-12-07T01:25:27.5242312-05:00",
"or_authorization_end_date": "2025-12-07T01:25:27.5242312-05:00",
"record_type_fk": 5,
"reference_id": 1,
"updated_record_id": 1,
"Balancing_Authority_cd": "sample string 6",
"active_date": "2025-12-07T01:25:27.5242312-05:00",
"inactive_date": "2025-12-07T01:25:27.5242312-05:00"
},
{
"mbr_operating_reserves_id": 1,
"reporting_entity_cid_cd": "sample string 2",
"mbr_submission_fk": 3,
"or_authorization_effective_date": "2025-12-07T01:25:27.5242312-05:00",
"or_authorization_end_date": "2025-12-07T01:25:27.5242312-05:00",
"record_type_fk": 5,
"reference_id": 1,
"updated_record_id": 1,
"Balancing_Authority_cd": "sample string 6",
"active_date": "2025-12-07T01:25:27.5242312-05:00",
"inactive_date": "2025-12-07T01:25:27.5242312-05:00"
}
],
"ErrorList": [
"sample string 1",
"sample string 2"
]
}
text/xml
Sample:
<ResultOfmbr_operating_reservesDTOstringnD_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:mbr_operating_reservesDTO>
<d2p1:Balancing_Authority_cd>sample string 6</d2p1:Balancing_Authority_cd>
<d2p1:active_date>2025-12-07T01:25:27.5242312-05:00</d2p1:active_date>
<d2p1:inactive_date>2025-12-07T01:25:27.5242312-05:00</d2p1:inactive_date>
<d2p1:mbr_operating_reserves_id>1</d2p1:mbr_operating_reserves_id>
<d2p1:mbr_submission_fk>3</d2p1:mbr_submission_fk>
<d2p1:or_authorization_effective_date>2025-12-07T01:25:27.5242312-05:00</d2p1:or_authorization_effective_date>
<d2p1:or_authorization_end_date>2025-12-07T01:25:27.5242312-05:00</d2p1:or_authorization_end_date>
<d2p1:record_type_fk>5</d2p1:record_type_fk>
<d2p1:reference_id>1</d2p1:reference_id>
<d2p1:reporting_entity_cid_cd>sample string 2</d2p1:reporting_entity_cid_cd>
<d2p1:updated_record_id>1</d2p1:updated_record_id>
</d2p1:mbr_operating_reservesDTO>
<d2p1:mbr_operating_reservesDTO>
<d2p1:Balancing_Authority_cd>sample string 6</d2p1:Balancing_Authority_cd>
<d2p1:active_date>2025-12-07T01:25:27.5242312-05:00</d2p1:active_date>
<d2p1:inactive_date>2025-12-07T01:25:27.5242312-05:00</d2p1:inactive_date>
<d2p1:mbr_operating_reserves_id>1</d2p1:mbr_operating_reserves_id>
<d2p1:mbr_submission_fk>3</d2p1:mbr_submission_fk>
<d2p1:or_authorization_effective_date>2025-12-07T01:25:27.5242312-05:00</d2p1:or_authorization_effective_date>
<d2p1:or_authorization_end_date>2025-12-07T01:25:27.5242312-05:00</d2p1:or_authorization_end_date>
<d2p1:record_type_fk>5</d2p1:record_type_fk>
<d2p1:reference_id>1</d2p1:reference_id>
<d2p1:reporting_entity_cid_cd>sample string 2</d2p1:reporting_entity_cid_cd>
<d2p1:updated_record_id>1</d2p1:updated_record_id>
</d2p1:mbr_operating_reservesDTO>
</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>
</ResultOfmbr_operating_reservesDTOstringnD_Pzl6_S7>