swagger_client.CreditDefaultNoticeApi
July 10, 2024 ยท View on GitHub
All URIs are relative to https://data.elexon.co.uk/bmrs/api/v1
| Method | HTTP request | Description |
|---|---|---|
| c_dn_get | GET /CDN | [DEPRECATED] Credit default notices (CDN) |
c_dn_get
c_dn_get(format=format)
[DEPRECATED] Credit default notices (CDN)
This endpoint has been moved to balancing/settlement/default-notices.
Example
from __future__ import print_function
import time
import elexonpy
from elexonpy.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = elexonpy.CreditDefaultNoticeApi()
format = 'format_example' # str | Response data format. Use json/xml to include metadata. (optional)
try:
# [DEPRECATED] Credit default notices (CDN)
api_instance.c_dn_get(format=format)
except ApiException as e:
print("Exception when calling CreditDefaultNoticeApi->c_dn_get: %s\n" % e)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| format | str | Response data format. Use json/xml to include metadata. | [optional] |
Return type
void (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]