Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
POST /StockData HTTP/1.1 
Host: someservicehost.solution.services.check24.de
Content-Type: application/json
Content-Length: 0

{  
   "Products_Qty":[  
      {  
         "Reference":"ABC123",
         "Quantity":0.0000
      },
      {  
         "Reference":"DEF456",
         "Quantity":0.0000
      }
   ]
}


Response

Codeblock
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0

{
   "Status":"Accepted"
}

...