pixi Developer & Integration Documentation

pixiTagMatchAdd

Description

Match tag id with Item or order.


Request Parameters

# Name Type Required Example Description
1 TagId integer 1 123 Tag id which will be matched.
2 OrderNr integer 1 123 Order number (pixi internal) to match with tag.
3 ItemId integer 1 123 Item id to match with Tag.

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiTagMatchAdd>
         <dem:TagId>123</dem:TagId>
         <dem:OrderNr>123</dem:OrderNr>
         <dem:ItemId>123</dem:ItemId>
      </dem:pixiTagMatchAdd>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Return status

# Name Type Description
1 Status string Result of API Caèll
2 Message string Extended Result of API Caèll

Additional Notes