Description
Inserts a Match to a Event
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
CAref1 |
integer |
1 |
123 |
CAref 1 |
2 |
CAref2 |
integer |
1 |
123 |
CAref 2 |
3 |
MatchAmount |
number |
1 |
123 |
Match Amount |
4 |
ResultCode |
string |
0 |
201, 202, 403 |
Result Code |
5 |
ResultText |
string |
0 |
abc |
Result Text |
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:pixiCAInsertMatch>
<dem:CAref1>123</dem:CAref1>
<dem:CAref2>123</dem:CAref2>
<dem:MatchAmount>123</dem:MatchAmount>
<dem:ResultCode>201, 202, 403</dem:ResultCode>
<dem:ResultText>abc</dem:ResultText>
</dem:pixiCAInsertMatch>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Status response
# |
Name |
Type |
Description |
0 |
ResultCode |
string |
Gibt Status 200 zurück bei erfolgreicher Ausführung. |
1 |
ResultText |
string |
Gibt die Status- Bzw. Fehlermeldung zurück. |
Additional Notes