GET api/physician-data/member-request-status?apiKey={apiKey}&searchId={searchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiKey | string |
Required |
|
| searchId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfGetMemberStatusResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFailure | boolean |
None. |
|
| IsSuccess | boolean |
None. |
|
| Error | string |
None. |
|
| Value | GetMemberStatusResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsFailure": false,
"IsSuccess": true,
"Value": null
}
application/xml, text/xml
Sample:
<ResultOfGetMemberStatusResponse9R28cyM_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.datacontract.org/2004/07/CSharpFunctionalExtensions"> <IsFailure i:type="x:boolean" xmlns="">false</IsFailure> <IsSuccess i:type="x:boolean" xmlns="">true</IsSuccess> <Value i:nil="true" xmlns="" /> </ResultOfGetMemberStatusResponse9R28cyM_S>