Contents

Create WantsList

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.


Resource Information
Authentication Required
Response Format XML
HTTP Methods POST
Response Object WantsList
Data Object WantsList
API Version 1.0


Resource URL

https://www.mkmapi.eu/ws/:user/:apikey/wantslist


Parameters

None.


Data

Specifies the WantsList to be added to a particular game:

<wantsList>
    <idGame>1</idGame>
    <name>Shopping-Expensive</name>
</wantsList>

Example Request

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>