Create a WantsList(s) for a specific Game(s).
Note: It is not possible to create WantsList with same name in different games. The WantsLists names should be unique for different games.
| Authentication | Required |
|---|---|
| Response Format | XML |
| HTTP Methods | POST |
| Response Object | WantsList |
| Data Object | WantsList |
| API Version | 1.0 |
https://www.mkmapi.eu/ws/:user/:apikey/wantslist
None.
Specifies the WantsList to be added to a particular game:
<wantsList>
<idGame>1</idGame>
<name>Shopping-Expensive</name>
</wantsList>
POST https://www.mkmapi.eu/ws/someuser/someapikey/wantslist
<?xml version="1.0" encoding="UTF-8" ?>
<request>
<wantsList>
<idGame>1</idGame>
<name>Shopping-Expensive</name>
</wantsList>
</request>