Versionen im Vergleich

Schlüssel

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

...

Codeblock
POST /IncomingGoods HTTP/1.1 
Host: someservicehost.solution.services.check24.de
Content-Type: application/json
Content-Length: 0
{  
   "Reference":"DN123456",
   "Ticket":"00000000000000000000000000000000",
   "TimeOfArrival":"0000-00-00T00:00:00.000Z",
   "Lines":[  
      {  
         "Reference":"ABC123",
         "Quantity":2.0000,
         "Identification":[  
            {  
               "Code":"987654",
               "Type":"LOT"
            }
         ]
      }
   ]
}


Response

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

{     
   "Status":"Accepted"
}

...