<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "REST API: Kontoumsätze | Typo?" in Website &amp; Apps</title>
    <link>https://community.comdirect.de/t5/website-apps/rest-api-kontoums%C3%A4tze-typo/m-p/230274#M19386</link>
    <description>&lt;P&gt;Hallo zusammen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nur eine Kleinigkeit, die ich beim Entwickeln eines Clients bemerkt habe:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Der Endpoint für Kontoumsätze hat potentiell einen &lt;STRONG&gt;Typo&lt;/STRONG&gt; in der Transaktions-Entität. Der Schuldner/Debtor ist hier mit dem JSON-Schlüssel "&lt;STRONG&gt;deptor&lt;/STRONG&gt;" gespeichert, das sollte vermutlich "&lt;STRONG&gt;debtor&lt;/STRONG&gt;" sein, falls ich hier nicht etwas übersehe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Der abgefragte Endpoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/banking/v1/accounts/{accountId}/transactions&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gekürzte JSON, die vom Endpoint heute zurückkam:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
	"paging": {
		"index": 2,
		"matches": 163
	},
	"aggregated": {
		"account": null,
		"accountId": "[redacted]",
		"bookingDateLatestTransaction": "[redacted]",
		"referenceLatestTransaction": "[redacted]",
		"latestTransactionIncluded": false,
		"pagingTimestamp": "[redacted]"
	},
	"values": [
		{
			"reference": "[redacted]",
			"bookingStatus": "BOOKED",
			"bookingDate": "[redacted]",
			"amount": {
				"value": "[redacted]",
				"unit": "EUR"
			},
			"remitter": {
				"holderName": "[redacted]"
			},
			"deptor": null,
			"creditor": null,
			"valutaDate": "[redacted]",
			"directDebitCreditorId": null,
			"directDebitMandateId": null,
			"endToEndReference": null,
			"newTransaction": false,
			[...]
		},
		{
			"reference": "[redacted]",
			"bookingStatus": "BOOKED",
			"bookingDate": "[redacted]",
			"amount": {
				"value": "[redacted]",
				"unit": "EUR"
			},
			[...]
		},&lt;BR /&gt;                [...]
	]
}&lt;/PRE&gt;&lt;P&gt;VG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(keins von den Labels hat wirklich gepasst, deswegen jetzt unter "Apps" :D)&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jan 2022 22:50:19 GMT</pubDate>
    <dc:creator>stnokott</dc:creator>
    <dc:date>2022-01-30T22:50:19Z</dc:date>
    <item>
      <title>REST API: Kontoumsätze | Typo?</title>
      <link>https://community.comdirect.de/t5/website-apps/rest-api-kontoums%C3%A4tze-typo/m-p/230274#M19386</link>
      <description>&lt;P&gt;Hallo zusammen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nur eine Kleinigkeit, die ich beim Entwickeln eines Clients bemerkt habe:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Der Endpoint für Kontoumsätze hat potentiell einen &lt;STRONG&gt;Typo&lt;/STRONG&gt; in der Transaktions-Entität. Der Schuldner/Debtor ist hier mit dem JSON-Schlüssel "&lt;STRONG&gt;deptor&lt;/STRONG&gt;" gespeichert, das sollte vermutlich "&lt;STRONG&gt;debtor&lt;/STRONG&gt;" sein, falls ich hier nicht etwas übersehe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Der abgefragte Endpoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/banking/v1/accounts/{accountId}/transactions&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gekürzte JSON, die vom Endpoint heute zurückkam:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
	"paging": {
		"index": 2,
		"matches": 163
	},
	"aggregated": {
		"account": null,
		"accountId": "[redacted]",
		"bookingDateLatestTransaction": "[redacted]",
		"referenceLatestTransaction": "[redacted]",
		"latestTransactionIncluded": false,
		"pagingTimestamp": "[redacted]"
	},
	"values": [
		{
			"reference": "[redacted]",
			"bookingStatus": "BOOKED",
			"bookingDate": "[redacted]",
			"amount": {
				"value": "[redacted]",
				"unit": "EUR"
			},
			"remitter": {
				"holderName": "[redacted]"
			},
			"deptor": null,
			"creditor": null,
			"valutaDate": "[redacted]",
			"directDebitCreditorId": null,
			"directDebitMandateId": null,
			"endToEndReference": null,
			"newTransaction": false,
			[...]
		},
		{
			"reference": "[redacted]",
			"bookingStatus": "BOOKED",
			"bookingDate": "[redacted]",
			"amount": {
				"value": "[redacted]",
				"unit": "EUR"
			},
			[...]
		},&lt;BR /&gt;                [...]
	]
}&lt;/PRE&gt;&lt;P&gt;VG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(keins von den Labels hat wirklich gepasst, deswegen jetzt unter "Apps" :D)&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 22:50:19 GMT</pubDate>
      <guid>https://community.comdirect.de/t5/website-apps/rest-api-kontoums%C3%A4tze-typo/m-p/230274#M19386</guid>
      <dc:creator>stnokott</dc:creator>
      <dc:date>2022-01-30T22:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: Kontoumsätze | Typo?</title>
      <link>https://community.comdirect.de/t5/website-apps/rest-api-kontoums%C3%A4tze-typo/m-p/231004#M19439</link>
      <description>&lt;P&gt;Hallo @stnoknott,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;herzlich willkommen in unserer Community.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Du hast vollkommen Recht, die richtige Schreibweise lautet „debtor“. Für ein Versionsupdate der Schnittstelle ist die Korrektur der Schreibweise berücksichtigt.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Danke für das Melden und viel Erfolg beim Entwickeln des Client!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Viele Grüße&lt;/P&gt;

&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 07:01:47 GMT</pubDate>
      <guid>https://community.comdirect.de/t5/website-apps/rest-api-kontoums%C3%A4tze-typo/m-p/231004#M19439</guid>
      <dc:creator>ehemaliger Nutzer</dc:creator>
      <dc:date>2022-02-04T07:01:47Z</dc:date>
    </item>
  </channel>
</rss>

