POST api/v1/Member/SnsAccountConn

Request Information

URI Parameters

None.

Body Parameters

DaoSnsAccountConn
NameDescriptionTypeAdditional information
_snsno

SnsNo

None.

_id

string

Required

String length: inclusive between 0 and 16

_email

string

Required

String length: inclusive between 0 and 70

_name

string

String length: inclusive between 0 and 20

_birth

string

Required

String length: inclusive between 0 and 10

_gender

integer

None.

_bpno

string

Required

String length: inclusive between 0 and 255

_authority

integer

None.

_businesstoken

string

String length: inclusive between 0 and 30

Request Formats

application/json, text/json

Sample:
{
  "_snsno": 1,
  "_id": "sample string 1",
  "_email": "sample string 2",
  "_name": "sample string 3",
  "_birth": "sample string 4",
  "_gender": 5,
  "_bpno": "sample string 6",
  "_authority": 7,
  "_businesstoken": "sample string 8"
}

application/xml, text/xml

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

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>