Versions Compared

Key

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

...

Code Block
<?xml version="1.0" encoding="utf-8"?>
<GetItemStatusStockTransmitB2BRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:veloconnect:stock-B2B-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">44f80ce3-05c1-4a28-b981-8b4a0794a7a4</TransactionID>
  <IsTest xmlns="urn:veloconnect:transaction-1.0">true</IsTest>
  <StartIndex>0</StartIndex>
  <Count>2</Count>
</GetItemStatusStockTransmitB2BRequest>

Alternatively, the following URL could be accessed:

Code Block
https://b2b.beispielserver.com/?BuyersID=B127645&Password=secret&IsTest=true&RequestName=GetItemStatusStockTransmitB2BRequest&TransactionId=8069d0b6-745f-4557-816f-c1c49d80121d&StartIndex=0&Count=0

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

...