1.346
Bearbeitungen
MH (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
MH (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
== HTKService4 Dokumentation == | == HTKService4 Dokumentation == | ||
<div>Der HTKService4 ist eine PHP Schnittstelle zwischen dem Webshop und der OmniSeller Cloud. Über diese findet der Datenaustausch zwischen Shop und OmniSeller statt.</div> <div> </div> | <div>Der HTKService4 ist eine PHP Schnittstelle zwischen dem Webshop und der OmniSeller Cloud. Über diese findet der Datenaustausch zwischen Shop und OmniSeller statt.</div> <div> </div> | ||
<div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"> | |||
=== Endpunkte === | === Endpunkte === | ||
<div class="mw-parser-output"> | <div class="mw-parser-output"> | ||
==== Tokenrequest ==== | ==== Tokenrequest ==== | ||
Zeile 23: | Zeile 23: | ||
| | ||
</div> | </div> | ||
==== Kategoriedownload ==== | |||
==== | {| border="1" cellpadding="1" cellspacing="1" style="width: 500px;" | ||
|- | |||
| style="width: 102px;" | Route | |||
| style="width: 385px;" | /omniseller/Tokenrequest.php | |||
|- | |||
| style="width: 102px;" | Request-Tpye | |||
| style="width: 385px;" | POST | |||
|- | |||
| style="width: 102px;" | Request-Json | |||
| style="width: 385px;" | <div>{</div> <div> "apiuser":"apiuser",</div> <div> "apipass":"apipass"</div> <div>}</div> | |||
|- | |||
| 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": "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> | |||
|} | |||
==== Produktdownload ==== | ==== Produktdownload ==== | ||
Zeile 31: | Zeile 45: | ||
==== GetOrderIDs ==== | ==== GetOrderIDs ==== | ||
GetOrder | {| border="1" cellpadding="1" cellspacing="1" style="width: 500px;" | ||
|- | |||
| style="width: 102px;" | Route | |||
| style="width: 385px;" | /omniseller/Tokenrequest.php | |||
|- | |||
| style="width: 102px;" | Request-Tpye | |||
| style="width: 385px;" | POST | |||
|- | |||
| style="width: 102px;" | Request-Json | |||
| style="width: 385px;" | <div>{</div> <div> "apiuser":"apiuser",</div> <div> "apipass":"apipass"</div> <div>}</div> | |||
|- | |||
| 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": "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> | |||
|} | |||
==== GetOrder ==== | |||
{| border="1" cellpadding="1" cellspacing="1" style="width: 500px;" | |||
|- | |||
| style="width: 102px;" | Route | |||
| style="width: 385px;" | /omniseller/Tokenrequest.php | |||
|- | |||
| style="width: 102px;" | Request-Tpye | |||
| style="width: 385px;" | POST | |||
|- | |||
| style="width: 102px;" | Request-Json | |||
| style="width: 385px;" | <div>{</div> <div> "apiuser":"apiuser",</div> <div> "apipass":"apipass"</div> <div>}</div> | |||
|- | |||
| 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": "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> | |||
|} | |||
==== Stock ==== | ==== Stock ==== | ||
Zeile 40: | Zeile 84: | ||
| | ||
</div> </div> </div> |