POST api/v1/Member/UserSnsJoin

Request Information

URI Parameters

None.

Body Parameters

DaoSnsJoin
NameDescriptionTypeAdditional information
_snsno

SnsNo

None.

_pass

string

Required

String length: inclusive between 0 and 30

_gender

integer

None.

_email

string

Required

String length: inclusive between 0 and 70

_mailyn

string

None.

_country

string

Required

String length: inclusive between 0 and 30

_name

string

String length: inclusive between 0 and 20

_birth

string

Required

String length: inclusive between 0 and 10

_bpno

string

Required

String length: inclusive between 0 and 255

_businesstoken

string

String length: inclusive between 0 and 30

Request Formats

application/json, text/json

Sample:
{
  "_snsno": 1,
  "_pass": "sample string 1",
  "_gender": 2,
  "_email": "sample string 3",
  "_mailyn": "sample string 4",
  "_country": "sample string 5",
  "_name": "sample string 6",
  "_birth": "sample string 7",
  "_bpno": "sample string 8",
  "_businesstoken": "sample string 9"
}

application/xml, text/xml

Sample:
<DaoSnsJoin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models.DAO.Softnyx">
  <_birth>sample string 7</_birth>
  <_bpno>sample string 8</_bpno>
  <_businesstoken>sample string 9</_businesstoken>
  <_country>sample string 5</_country>
  <_email>sample string 3</_email>
  <_gender>2</_gender>
  <_mailyn>sample string 4</_mailyn>
  <_name>sample string 6</_name>
  <_pass>sample string 1</_pass>
  <_snsno>Facebook</_snsno>
</DaoSnsJoin>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResult
NameDescriptionTypeAdditional information
code

ResultCode

None.

Message

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 0,
  "Message": {}
}

application/xml, text/xml

Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models">
  <Code>Fail</Code>
  <Message />
</APIResult>