POST api/ProfileCharacter
프로필 캐릭터 변경
Request Information
URI Parameters
None.
Body Parameters
ProfileCharacterParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
토큰 값 |
string |
None. |
| MemberCode |
멤버코드 |
string |
None. |
| profileCharacterID |
캐릭터 ID |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "VQ54uYvZvrrfzhpBpdNXeivhmPWhRo",
"MemberCode": "10038011",
"profileCharacterID": 1
}
application/x-www-form-urlencoded
Sample:
Token=VQ54uYvZvrrfzhpBpdNXeivhmPWhRo&MemberCode=10038011&profileCharacterID=1
application/xml, text/xml
Sample:
<ProfileCharacterParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBuddy.API.Models"> <MemberCode>10038011</MemberCode> <Token>VQ54uYvZvrrfzhpBpdNXeivhmPWhRo</Token> <profileCharacterID>1</profileCharacterID> </ProfileCharacterParam>
Response Information
Resource Description
ProfileCharacterResult| Name | Description | Type | Additional information |
|---|---|---|---|
| auth_err | string |
None. |
|
| host | string |
None. |
|
| profileCharacterResult | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"auth_err": "",
"host": "http://api.tuntun.com",
"profileCharacterResult": "Success"
}
application/xml, text/xml
Sample:
<ProfileCharacterResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBuddy.API.Models"> <auth_err></auth_err> <host>http://api.tuntun.com</host> <profileCharacterResult>Success</profileCharacterResult> </ProfileCharacterResult>