1.346
Bearbeitungen
MH (Diskussion | Beiträge) |
MH (Diskussion | Beiträge) |
||
Zeile 75: | Zeile 75: | ||
Anlegen von B2B-Preise | Anlegen von B2B-Preise | ||
{{{!}} style="width: 500px;" border="1" cellspacing="1" cellpadding="1" | {{{!}} style="width: 500px; height: 604px;" border="1" cellspacing="1" cellpadding="1" | ||
{{!}}- | {{!}}- style="height: 28px;" | ||
{{!}} style="width: 103.271px;" {{!}} Route | {{!}} style="width: 103.271px; height: 28px;" {{!}} Route | ||
{{!}} style="width: 389.729px;" {{!}} /api/v3/omniseller/b2bprices | {{!}} style="width: 389.729px; height: 28px;" {{!}} /api/v3/omniseller/b2bprices | ||
{{!}}- | {{!}}- style="height: 28px;" | ||
{{!}} style="width: 103.271px;" {{!}} Request-Tpye | {{!}} style="width: 103.271px; height: 28px;" {{!}} Request-Tpye | ||
{{!}} style="width: 389.729px;" {{!}} POST | {{!}} style="width: 389.729px; height: 28px;" {{!}} POST | ||
{{!}}- | {{!}}- style="height: 362px;" | ||
{{!}} style="width: 103.271px;" {{!}} Request-Json | {{!}} style="width: 103.271px; height: 362px;" {{!}} Request-Json | ||
{{!}} style="width: 389.729px;" {{!}} <div>[</div> | {{!}} style="width: 389.729px; height: 362px;" {{!}} <div>[</div> | ||
<div> {<br> "Company": "123",<br> "CustID": "D12345",</div> | <div> {<br> "Company": "123",<br> "CustID": "D12345",</div> | ||
<div> "Email":"example@htk.de",<br> "Item": "08154711",<br> "Variation": "0",<br> "Ref": "",</div> | <div> "Email":"example@htk.de",<br> "Item": "08154711",<br> "Variation": "0",<br> "Ref": "",</div> | ||
Zeile 93: | Zeile 93: | ||
<div> "UploadID": 1234657890<br> }</div> | <div> "UploadID": 1234657890<br> }</div> | ||
<div>]</div> | <div>]</div> | ||
{{!}}- | {{!}}- style="height: 158px;" | ||
{{!}} style="width: 103.271px;" {{!}} Response-Json | {{!}} style="width: 103.271px; height: 158px;" {{!}} Response-Json | ||
{{!}} style="width: 389.729px;" {{!}} <div>{</div> | {{!}} style="width: 389.729px; height: 158px;" {{!}} <div>{</div> | ||
<div> "status": "FINISHED",</div> | <div> "status": "FINISHED",</div> | ||
<div> "successful": 1,</div> | <div> "successful": 1,</div> | ||
Zeile 102: | Zeile 102: | ||
<div> "errors": 0</div> | <div> "errors": 0</div> | ||
<div>}</div> | <div>}</div> | ||
{{!}}} | {{!}}} | ||
| | ||
Zeile 110: | Zeile 107: | ||
Ein Delete Request, der alle Einträge löscht, die eine alte UploadID haben. Bereinigt alte Einträge unmittelbar nach einer vollständigen B2BPrice Synchronisation | Ein Delete Request, der alle Einträge löscht, die eine alte UploadID haben. Bereinigt alte Einträge unmittelbar nach einer vollständigen B2BPrice Synchronisation | ||
{{{!}} style="width: 500px;" border="1" cellspacing="1" cellpadding="1" | {{{!}} style="width: 500px; height: 197px;" border="1" cellspacing="1" cellpadding="1" | ||
{{!}}- | {{!}}- style="height: 28px;" | ||
{{!}} style="width: | {{!}} style="width: 103.271px; height: 28px;" {{!}} Route | ||
{{!}} style="width: | {{!}} style="width: 389.729px; height: 28px;" {{!}} /api/v3/omniseller/b2bpricesdeleteold | ||
{{!}}- | {{!}}- style="height: 28px;" | ||
{{!}} style="width: | {{!}} style="width: 103.271px; height: 28px;" {{!}} Request-Tpye | ||
{{!}} style="width: | {{!}} style="width: 389.729px; height: 28px;" {{!}} POST | ||
{{!}}- | {{!}}- style="height: 28px;" | ||
{{!}} style="width: | {{!}} style="width: 103.271px; height: 28px;" {{!}} Request-Body | ||
{{!}} style="width: | {{!}} style="width: 389.729px; height: 28px;" {{!}} "1234567890" | ||
{{!}}- | {{!}}- style="height: 113px;" | ||
{{!}} style="width: | {{!}} style="width: 103.271px; height: 113px;" {{!}} Response-Json | ||
{{!}} style="width: | {{!}} style="width: 389.729px; height: 113px;" {{!}} <div><div>{</div> | ||
<div> "message":"Es wurden xx Einträge gelöscht",</div> | <div> "message":"Es wurden xx Einträge gelöscht",</div> | ||
<div> "success":true</div> | <div> "success":true</div> | ||
Zeile 140: | Zeile 137: | ||
{{!}}- | {{!}}- | ||
{{!}} style="width: 102px;" {{!}} Request-Json | {{!}} style="width: 102px;" {{!}} Request-Json | ||
{{!}} style="width: 385px;" {{!}} <div>[ | {{!}} style="width: 385px;" {{!}} <div>[ </div> | ||
<div> {<br> "Company": "123",<br> "CustID": "D12345",<br> "Item": "08154711",<br> "Variation": "0"<br> }</div> | |||
<div>]</div> | <div>]</div> | ||
{{!}}- | {{!}}- | ||
{{!}} style="width: 102px;" {{!}} Response-Json | {{!}} style="width: 102px;" {{!}} Response-Json | ||
{{!}} style="width: 385px;" {{!}} <div>{</div> | {{!}} style="width: 385px;" {{!}} <div>{</div> | ||
<div> | <div> "status":"FINISHED",</div> | ||
<div> | <div> "successful":1,</div> | ||
<div> | <div> "errors":0,</div> | ||
<div> "deleted":1</div> | <div> "deleted":1</div> | ||
<div>}</div> | <div>}</div> |