POST api/UserDatas
Request Information
URI Parameters
None.
Body Parameters
UserDataName | Description | Type | Additional information |
---|---|---|---|
Id | string |
String length: inclusive between 0 and 50 |
|
string |
String length: inclusive between 0 and 255 |
||
qanswered | integer |
None. |
|
qcorrect | integer |
None. |
|
qlvl1answered | integer |
None. |
|
qlvl1correct | integer |
None. |
|
qlvl2answered | integer |
None. |
|
qlvl2correct | integer |
None. |
|
qlvl3answered | integer |
None. |
|
qlvl3correct | integer |
None. |
|
qwrong | integer |
None. |
|
token500 | string |
None. |
|
token1000 | string |
None. |
|
token1500 | string |
None. |
|
token2000 | string |
None. |
|
token10cc | string |
None. |
|
token25cc | string |
None. |
|
token50cc | string |
None. |
|
token15cw | string |
None. |
|
token1 | string |
None. |
|
token1w | string |
None. |
|
token3_6 | string |
None. |
|
token6_8 | string |
None. |
|
cperc | decimal number |
None. |
|
token60perc1000 | string |
None. |
|
token10clvl3 | string |
None. |
|
token10wlvl1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "email": "sample string 2", "qanswered": 1, "qcorrect": 1, "qlvl1answered": 1, "qlvl1correct": 1, "qlvl2answered": 1, "qlvl2correct": 1, "qlvl3answered": 1, "qlvl3correct": 1, "qwrong": 1, "token500": "sample string 3", "token1000": "sample string 4", "token1500": "sample string 5", "token2000": "sample string 6", "token10cc": "sample string 7", "token25cc": "sample string 8", "token50cc": "sample string 9", "token15cw": "sample string 10", "token1": "sample string 11", "token1w": "sample string 12", "token3_6": "sample string 13", "token6_8": "sample string 14", "cperc": 15.1, "token60perc1000": "sample string 16", "token10clvl3": "sample string 17", "token10wlvl1": "sample string 18" }
application/xml, text/xml
Sample:
<UserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models"> <Id>sample string 1</Id> <cperc>15.1</cperc> <email>sample string 2</email> <qanswered>1</qanswered> <qcorrect>1</qcorrect> <qlvl1answered>1</qlvl1answered> <qlvl1correct>1</qlvl1correct> <qlvl2answered>1</qlvl2answered> <qlvl2correct>1</qlvl2correct> <qlvl3answered>1</qlvl3answered> <qlvl3correct>1</qlvl3correct> <qwrong>1</qwrong> <token1>sample string 11</token1> <token1000>sample string 4</token1000> <token10cc>sample string 7</token10cc> <token10clvl3>sample string 17</token10clvl3> <token10wlvl1>sample string 18</token10wlvl1> <token1500>sample string 5</token1500> <token15cw>sample string 10</token15cw> <token1w>sample string 12</token1w> <token2000>sample string 6</token2000> <token25cc>sample string 8</token25cc> <token3_6>sample string 13</token3_6> <token500>sample string 3</token500> <token50cc>sample string 9</token50cc> <token60perc1000>sample string 16</token60perc1000> <token6_8>sample string 14</token6_8> </UserData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserDataName | Description | Type | Additional information |
---|---|---|---|
Id | string |
String length: inclusive between 0 and 50 |
|
string |
String length: inclusive between 0 and 255 |
||
qanswered | integer |
None. |
|
qcorrect | integer |
None. |
|
qlvl1answered | integer |
None. |
|
qlvl1correct | integer |
None. |
|
qlvl2answered | integer |
None. |
|
qlvl2correct | integer |
None. |
|
qlvl3answered | integer |
None. |
|
qlvl3correct | integer |
None. |
|
qwrong | integer |
None. |
|
token500 | string |
None. |
|
token1000 | string |
None. |
|
token1500 | string |
None. |
|
token2000 | string |
None. |
|
token10cc | string |
None. |
|
token25cc | string |
None. |
|
token50cc | string |
None. |
|
token15cw | string |
None. |
|
token1 | string |
None. |
|
token1w | string |
None. |
|
token3_6 | string |
None. |
|
token6_8 | string |
None. |
|
cperc | decimal number |
None. |
|
token60perc1000 | string |
None. |
|
token10clvl3 | string |
None. |
|
token10wlvl1 | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "email": "sample string 2", "qanswered": 1, "qcorrect": 1, "qlvl1answered": 1, "qlvl1correct": 1, "qlvl2answered": 1, "qlvl2correct": 1, "qlvl3answered": 1, "qlvl3correct": 1, "qwrong": 1, "token500": "sample string 3", "token1000": "sample string 4", "token1500": "sample string 5", "token2000": "sample string 6", "token10cc": "sample string 7", "token25cc": "sample string 8", "token50cc": "sample string 9", "token15cw": "sample string 10", "token1": "sample string 11", "token1w": "sample string 12", "token3_6": "sample string 13", "token6_8": "sample string 14", "cperc": 15.1, "token60perc1000": "sample string 16", "token10clvl3": "sample string 17", "token10wlvl1": "sample string 18" }
application/xml, text/xml
Sample:
<UserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models"> <Id>sample string 1</Id> <cperc>15.1</cperc> <email>sample string 2</email> <qanswered>1</qanswered> <qcorrect>1</qcorrect> <qlvl1answered>1</qlvl1answered> <qlvl1correct>1</qlvl1correct> <qlvl2answered>1</qlvl2answered> <qlvl2correct>1</qlvl2correct> <qlvl3answered>1</qlvl3answered> <qlvl3correct>1</qlvl3correct> <qwrong>1</qwrong> <token1>sample string 11</token1> <token1000>sample string 4</token1000> <token10cc>sample string 7</token10cc> <token10clvl3>sample string 17</token10clvl3> <token10wlvl1>sample string 18</token10wlvl1> <token1500>sample string 5</token1500> <token15cw>sample string 10</token15cw> <token1w>sample string 12</token1w> <token2000>sample string 6</token2000> <token25cc>sample string 8</token25cc> <token3_6>sample string 13</token3_6> <token500>sample string 3</token500> <token50cc>sample string 9</token50cc> <token60perc1000>sample string 16</token60perc1000> <token6_8>sample string 14</token6_8> </UserData>