POST api/ProfileCharacter

Request Information

URI Parameters

None.

Body Parameters

ProfileCharacterParam
NameDescriptionTypeAdditional information
Token

string

None.

MemberCode

string

None.

ProfileCharacterID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "MemberCode": "sample string 2",
  "ProfileCharacterID": "sample string 3"
}

application/xml, text/xml

Sample:
<ProfileCharacterParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Masterclub.API.Controllers">
  <MemberCode>sample string 2</MemberCode>
  <ProfileCharacterID>sample string 3</ProfileCharacterID>
  <Token>sample string 1</Token>
</ProfileCharacterParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProfileCharacterResult
NameDescriptionTypeAdditional information
auth_err

string

None.

host

string

None.

profileCharacterResult

string

None.

Response Formats

application/json, text/json

Sample:
{
  "auth_err": "sample string 1",
  "host": "sample string 2",
  "profileCharacterResult": "sample string 3"
}

application/xml, text/xml

Sample:
<ProfileCharacterResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Masterclub.API.Controllers">
  <auth_err>sample string 1</auth_err>
  <host>sample string 2</host>
  <profileCharacterResult>sample string 3</profileCharacterResult>
</ProfileCharacterResult>