POST v3/me/requests/changegender
Request to change gender for user
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"gender": "sample string 1",
"curUserId": "sample string 2",
"isSSO": true,
"requestHost": "sample string 4",
"applicationPath": "sample string 5",
"secureApplicationPath": "sample string 6",
"absoluteApplicationPath": "sample string 7",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 10",
"clientOS": "sample string 11",
"clientBuild": "sample string 12",
"clientWidth": 13,
"clientHeight": 14,
"timezone": 15
}
application/xml, text/xml
Sample:
<ChangeMyGenderInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input"> <ClientHeight>14</ClientHeight> <ClientType>Site</ClientType> <ClientWidth>13</ClientWidth> <absoluteApplicationPath>sample string 7</absoluteApplicationPath> <applicationPath>sample string 5</applicationPath> <cachedKey>sample string 1</cachedKey> <clientBuild>sample string 12</clientBuild> <clientOS>sample string 11</clientOS> <clientVersion>sample string 10</clientVersion> <curUserId>sample string 2</curUserId> <isHttps>true</isHttps> <isMobileDevice>true</isMobileDevice> <isSSO>true</isSSO> <requestHost>sample string 4</requestHost> <secureApplicationPath>sample string 6</secureApplicationPath> <timezone>15</timezone> <Gender>sample string 1</Gender> </ChangeMyGenderInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.