1.348
Bearbeitungen
MH (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
MH (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 10: | Zeile 10: | ||
<div class="mw-parser-output"> | <div class="mw-parser-output"> | ||
<div class="mw-parser-output"><div class="mw-parser-output"> | <div class="mw-parser-output"><div class="mw-parser-output"> | ||
<div class="mw-parser-output"> | |||
=== Inhalte/API Endpunkte === | === Inhalte/API Endpunkte === | ||
| Zeile 55: | Zeile 56: | ||
==== B2BPreise ==== | ==== B2BPreise ==== | ||
</div> | |||
</div> | |||
</div> | {| border="1" cellpadding="1" cellspacing="1" style="width: 500px;" | ||
|- | |||
| style="width: 102px;" | Route | |||
| style="width: 385px;" | /api/v3/omniseller/statistik | |||
|- | |||
| style="width: 102px;" | Request-Tpye | |||
| style="width: 385px;" | POST | |||
|- | |||
| style="width: 102px;" | Request-Json | |||
| style="width: 385px;" | <div>[{<br/> "kunde": "D100000",<br/> "periode": "2002003",<br/> "mandant": 123,<br/> "menge": "10,0000",<br/> "umsatz": "77,7900",<br/> "roherloes": "77,7900"<br/> }</div> <div>]</div> | |||
|- | |||
| style="width: 102px;" | Response-Json | |||
| style="width: 385px;" | <div>{</div> <div> "status": "FINISHED",</div> <div> "successful": 1,</div> <div> "inserts": 0,</div> <div> "updates": 1,</div> <div> "errors": 0</div> <div>}</div> | |||
|} | |||
{| border="1" cellpadding="1" cellspacing="1" style="width: 500px;" | |||
|- | |||
| style="width: 102px;" | Route | |||
| style="width: 385px;" | /api/v3/omniseller/statistik | |||
|- | |||
| style="width: 102px;" | Request-Tpye | |||
| style="width: 385px;" | POST | |||
|- | |||
| style="width: 102px;" | Request-Json | |||
| style="width: 385px;" | <div>[{<br/> "kunde": "D100000",<br/> "periode": "2002003",<br/> "mandant": 123,<br/> "menge": "10,0000",<br/> "umsatz": "77,7900",<br/> "roherloes": "77,7900"<br/> }</div> <div>]</div> | |||
|- | |||
| style="width: 102px;" | Response-Json | |||
| style="width: 385px;" | <div>{</div> <div> "status": "FINISHED",</div> <div> "successful": 1,</div> <div> "inserts": 0,</div> <div> "updates": 1,</div> <div> "errors": 0</div> <div>}</div> | |||
|} | |||