Description
Set Tags for Items.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
TypeID |
integer |
1 |
123 |
Type Id of tag. |
| 2 |
Name |
string |
1 |
Sample text |
Name of tag. |
| 3 |
Description |
string |
0 |
Sample text |
Desription of 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:pixiTagCreate>
<dem:TypeID>123</dem:TypeID>
<dem:Name>Sample text</dem:Name>
<dem:Description>Sample text</dem:Description>
</dem:pixiTagCreate>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Status response
| # |
Name |
Type |
Description |
| 1 |
Status |
string |
Status (Error/Information/Success) |
| 2 |
Message |
string |
Message (Status detail information) |
Additional Notes