Description
API call to get all available item tag matchings
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
Start |
integer |
0 |
123 |
Start tag match id (last id from your last request) |
| 2 |
RowCount |
integer |
0 |
123 |
Amount of rows to be returned |
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:pixiReadItemTagMatching>
<dem:Start>123</dem:Start>
<dem:RowCount>123</dem:RowCount>
</dem:pixiReadItemTagMatching>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
ItemMatchKey |
integer |
ItemMatchKey |
| 2 |
TagRef |
integer |
TagRef |
| 3 |
ItemRef |
integer |
ItemRef |
Additional Notes
System tags ids have negative values