Description
pipiGetCategories
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
TontrArtKey |
integer |
0 |
123 |
TontrArtKey |
| 2 |
TontrShort |
string |
0 |
Sample text |
TontrShort |
| 3 |
TontrText |
string |
0 |
Sample text |
TontrText |
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:pixiGetCategories>
<dem:TontrArtKey>123</dem:TontrArtKey>
<dem:TontrShort>Sample text</dem:TontrShort>
<dem:TontrText>Sample text</dem:TontrText>
</dem:pixiGetCategories>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 0 |
TontrArtKey |
integer |
Pixi* internal category-key |
| 1 |
TontrShort |
string |
Shortname of the category |
| 2 |
TontrText |
string |
Name of the category |
Additional Notes