POST api/ctns_user/hyodol

효돌태블릿 유저 정보 받아서 가입되어 있는지 체크, 없으면 가입

Request Information

URI Parameters

None.

Body Parameters

Dictionary of string [key] and Object [value]

Request Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringanyType>
    <Key>sample string 1</Key>
    <Value />
  </KeyValueOfstringanyType>
  <KeyValueOfstringanyType>
    <Key>sample string 3</Key>
    <Value />
  </KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

C_Info_User
NameDescriptionTypeAdditional information
USER_ID

string

None.

USER_NAME

string

None.

USER_PW

string

None.

USER_AUTHOR

integer

None.

SITE_ID

string

None.

SITE_MID

string

None.

SITE_NAME_UNIQUE

string

None.

USER_REGIST

string

None.

USER_TEL1

string

None.

USER_TEL2

string

None.

USER_BIRTH

string

None.

USER_EDUCATION

integer

None.

USER_GENDER

integer

None.

USER_ADDR

string

None.

USER_MEMO

string

None.

USER_EMAIL

string

None.

USER_IMG

string

None.

IS_VALID

boolean

None.

Status

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.