GET api/member?member_id={member_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| member_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Member| Name | Description | Type | Additional information |
|---|---|---|---|
| member_id | string |
Required Max length: 32 |
|
| member_no | string |
Max length: 32 |
|
| string |
Required Data type: EmailAddress Max length: 255 |
||
| old_password | string |
None. |
|
| new_password | string |
None. |
|
| new_password_check | string |
None. |
|
| is_password_low | string |
Max length: 1 |
|
| status | string |
Required Max length: 1 |
|
| orderlist_version | integer |
None. |
|
| create_date | string |
None. |
|
| name | string |
Max length: 255 |
|
| contact_name | string |
Required Max length: 255 |
|
| email_locale | string |
Required Max length: 10 |
|
| backup_email | string |
Max length: 255 |
|
| address | string |
Max length: 255 |
|
| tel | string |
Max length: 32 |
|
| fax | string |
Max length: 32 |
|
| edu_application_date | string |
None. |
|
| edu_application_email | string |
Data type: EmailAddress |
|
| edu_application_image_path | string |
None. |
|
| edu_verification_date | string |
None. |
|
| edu_verification_result | string |
None. |
|
| edu_verification_reason | string |
None. |
|
| disabled_date | string |
None. |
|
| disabled_reason | string |
Max length: 255 |
|
| disabled_account_id | string |
Max length: 32 |
|
| note | string |
Max length: 255 |
|
| birthday | string |
None. |
|
| news | string |
Max length: 1 |
|
| offline_days | string |
None. |
|
| update_seconds | string |
None. |
|
| member_mode | string |
None. |
|
| company_name | string |
None. |
|
| company_code | string |
None. |
|
| gender_id | integer |
None. |
|
| country_id | integer |
None. |
|
| edu_level_id | integer |
None. |
|
| industry_id | integer |
None. |
|
| job_position_id | integer |
None. |
|
| major_id | integer |
None. |
|
| survey_channels_id | integer |
None. |
|
| survey_other | string |
None. |
|
| interest_types_id | Collection of integer |
None. |
|
| interest_other | string |
None. |
|
| birth_year | string |
None. |
|
| residence_id | integer |
None. |
|
| city | string |
None. |
|
| location | string |
None. |
|
| countryCode | string |
None. |
|
| phoneNumber | string |
None. |
|
| company_size_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"member_id": "sample string 1",
"member_no": "sample string 2",
"email": "sample string 3",
"old_password": "sample string 4",
"new_password": "sample string 5",
"new_password_check": "sample string 6",
"is_password_low": "sample string 7",
"status": "sample string 8",
"orderlist_version": 9,
"create_date": "0001/01/01 0:00:00",
"name": "sample string 11",
"contact_name": "sample string 12",
"email_locale": "sample string 13",
"backup_email": "sample string 14",
"address": "sample string 15",
"tel": "sample string 16",
"fax": "sample string 17",
"edu_application_date": "0001/01/01",
"edu_application_email": "sample string 19",
"edu_application_image_path": "sample string 20",
"edu_verification_date": "0001/01/01",
"edu_verification_result": "sample string 22",
"edu_verification_reason": "sample string 23",
"disabled_date": "0001/01/01",
"disabled_reason": "sample string 25",
"disabled_account_id": "sample string 26",
"note": "sample string 27",
"birthday": "0001/01/01",
"news": "sample string 29",
"offline_days": "sample string 30",
"update_seconds": "sample string 31",
"member_mode": "sample string 32",
"company_name": "sample string 33",
"company_code": "sample string 34",
"gender_id": 35,
"country_id": 36,
"edu_level_id": 37,
"industry_id": 38,
"job_position_id": 39,
"major_id": 40,
"survey_channels_id": 41,
"survey_other": "sample string 42",
"interest_types_id": [
1,
2
],
"interest_other": "sample string 43",
"birth_year": "sample string 44",
"residence_id": 45,
"city": "sample string 46",
"location": "sample string 47",
"countryCode": "sample string 48",
"phoneNumber": "sample string 49",
"company_size_id": 50
}