POST api/PersonalInfo/DownloadSOBDocumentFromDME
Method to get Documents related to a policy
Request Information
URI Parameters
None.
Body Parameters
DownloadRequestModelName | Description | Type | Additional information |
---|---|---|---|
AuthenticationOid | globally unique identifier |
None. |
|
PolicyperiodOid | globally unique identifier |
None. |
|
PolicyId | integer |
None. |
|
PolicyNumber | string |
None. |
|
GroupName | string |
None. |
|
EffectiveDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AuthenticationOid": "0a26de91-fbac-488b-a4d6-3f886c898493", "PolicyperiodOid": "f5577af9-5e11-4a34-9d40-f98ed6b69bf4", "PolicyId": 3, "PolicyNumber": "sample string 4", "GroupName": "sample string 5", "EffectiveDate": "sample string 6" }
application/xml, text/xml
Sample:
<DownloadRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.MemberPortal.API.Models"> <AuthenticationOid>0a26de91-fbac-488b-a4d6-3f886c898493</AuthenticationOid> <EffectiveDate>sample string 6</EffectiveDate> <GroupName>sample string 5</GroupName> <PolicyId>3</PolicyId> <PolicyNumber>sample string 4</PolicyNumber> <PolicyperiodOid>f5577af9-5e11-4a34-9d40-f98ed6b69bf4</PolicyperiodOid> </DownloadRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |