POST api/F2UCheckMember/{id}?icno={icno}&email={email}&ctry={ctry}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| icno | string |
Required |
|
| string |
Required |
||
| ctry | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Check| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | integer |
None. |
|
| PromptMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultCode": 1,
"PromptMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<F2UCheckMemberController.Check xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Controllers.F2U"> <PromptMessage>sample string 2</PromptMessage> <ResultCode>1</ResultCode> </F2UCheckMemberController.Check>