1.346
Bearbeitungen
MH (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ == HTKService4 Dokumentation == <div>Der HTKService4 ist eine PHP Schnittstelle zwischen dem Webshop und der OmniSeller Cloud. Über diese findet der Datenaus…“) |
MH (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
=== Endpunkte === | === Endpunkte === | ||
<div class="mw-parser-output"> | |||
==== Tokenrequest ==== | ==== Tokenrequest ==== | ||
{| border="1" cellpadding="1" cellspacing="1" style="width: 500px;" | {| border="1" cellpadding="1" cellspacing="1" style="width: 500px;" | ||
|- | |- | ||
| style="width: 102px;" | | | style="width: 102px;" | Route | ||
| style="width: 385px;" | /omniseller/Tokenrequest.php | | style="width: 385px;" | /omniseller/Tokenrequest.php | ||
|- | |- | ||
Zeile 18: | Zeile 19: | ||
|- | |- | ||
| style="width: 102px;" | Response-Json | | style="width: 102px;" | Response-Json | ||
| style="width: 385px;" | <div>{</div> <div> "status": "OK",</div> <div> "debugMessage": "string",</div> <div> "token": {</div> <div> "token": "410C2DC6-88F0-4DAA-81DF-F3A62299B467",</div> <div> "user": " | | style="width: 385px;" | <div>{</div> <div> "status": "OK",</div> <div> "debugMessage": "string",</div> <div> "token": {</div> <div> "token": "410C2DC6-88F0-4DAA-81DF-F3A62299B467",</div> <div> "user": "apiuser",</div> <div> "creationdate": "2021-02-17 13:50:25",</div> <div> "expirationdate": "2021-02-17 14:20:29",</div> <div> "timeLeft": 900</div> <div> }</div> <div>}</div> | ||
|} | |} | ||
| | ||
</div> | |||
==== Kategoriedownload ==== | ==== Kategoriedownload ==== |