GET api/Statement?sessionKey={sessionKey}&memberID={memberID}&userID={userID}
Get a member's personal details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionKey |
Login session key |
string |
Required |
| memberID |
The member's unique identifier |
integer |
Required |
| userID |
The user id |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
StatementResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| SessionExpired | boolean |
None. |
|
| Message | string |
None. |
|
| Detail | Statement |
None. |
Response Formats
application/json, text/json
Sample:
{
"Detail": {
"$type": "EBSphere.Service.Models.Statement, EBSphere.Service",
"StatementDate": "sample string 1",
"LastAnnualSalary": "sample string 2",
"Category": "sample string 3",
"Paypoint": "sample string 4",
"LastRiskSalary": "sample string 5",
"Benefit": {
"$type": "EBSphere.Service.Models.Benefits, EBSphere.Service",
"Withdrawal": "sample string 1",
"Death": "sample string 2",
"Retirement": "sample string 3",
"DateOfExit": "sample string 4"
},
"LastContributions": null,
"EmployerName": "sample string 6"
},
"Success": true,
"SessionExpired": true,
"Message": "sample string 3"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.