Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<?xml version="1.0" encoding="utf-8"?>
<GetItemStatusStockTransmitB2CRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:veloconnect:stock-B2C-1.4">
 <BuyersID xmlns="urn:veloconnect:transaction-1.0">B127645</BuyersID>
  <Credential xmlns="urn:veloconnect:transaction-1.0">
    <Password>secret</Password>
  </Credential>
  <TransactionID xmlns="urn:veloconnect:transaction-1.0">f9cc5ed9-129d-4a3d-ba99-488073a55c47</TransactionID>
  <IsTest xmlns="urn:veloconnect:transaction-1.0">true</IsTest>
  <StartIndex>0</StartIndex>
  <Count>2</Count>
</GetItemStatusStockTransmitB2CRequest>

Alternatively, the following URL could be accessed:

Code Block
https://b2b.beispielserver.com/?BuyersID=B127645&Password=secret&IsTest=true&RequestName=GetItemStatusStockTransmitB2CRequest&TransactionId=12392b5e-de98-43eb-b7b2-2103f8b79063&StartIndex=0&Count=0

For example, the server's response looks like this:

...