v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB

Settlement Report

Get a monthly settlement report.

get/api/settlementreport

Query parameters

fromDatestring

Start date of the monthly report. Expected format: yyyy-MM. Maximum date range is 24 months.

toDatestring

End date of the monthly report. Expected format: yyyy-MM. Maximum date range is 24 months.

Response

200

DeliveryMonthYearstring
MarketCodestring
CurrencyCodestring
CountryNamestring
AreaCodestring
Typestring
Commoditystring
CommodityItemstring
SettlementAccountIdstring
OriginatingAccountIdstring
Volumeinteger
Amountinteger
BaseValueinteger
CcpCodestring
LegalEntityCodestring
LegalEntityNamestring
OrganizationNumberstring
OriginatingLegalEntityCodestring
OriginatingLegalEntityNamestring
SourceOrganizationNumberstring

Example response

{
  "DeliveryMonthYear": "2023-04-03T10:21:33.943Z",
  "MarketCode": "string",
  "CurrencyCode": "string",
  "CountryName": "string",
  "AreaCode": "string",
  "Type": "Trade",
  "Commodity": "Electricity",
  "CommodityItem": "Purchase",
  "SettlementAccountId": "string",
  "OriginatingAccountId": "string",
  "CcpCode": "string",
  "LegalEntityCode": "string",
  "LegalEntityName": "string",
  "OrganizationNumber": "string",
  "OriginatingLegalEntityCode": "string",
  "OriginatingLegalEntityName": "string",
  "SourceOrganizationNumber": "string"
}