POST api/ctns_user/ins_info_user
사용자 정보를 입력하여 회원가입
Request Information
URI Parameters
None.
Body Parameters
C_Info_User| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
성공 시 Success 반환
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>