POST api/Login/GetEntityIdByRefId
get the list of security questions
Request Information
URI Parameters
None.
Body Parameters
EntityIdRequestModelName | Description | Type | Additional information |
---|---|---|---|
RefId | string |
None. |
|
DOB | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RefId": "sample string 1", "DOB": "sample string 2" }
application/xml, text/xml
Sample:
<EntityIdRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.MemberPortal.API.Models"> <DOB>sample string 2</DOB> <RefId>sample string 1</RefId> </EntityIdRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>