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": "a1ab34b0-0df3-4991-88d4-85f22b60e075", "PolicyperiodOid": "87a592c4-b1d1-4269-9287-b74f0b0dffa8", "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>a1ab34b0-0df3-4991-88d4-85f22b60e075</AuthenticationOid> <EffectiveDate>sample string 6</EffectiveDate> <GroupName>sample string 5</GroupName> <PolicyId>3</PolicyId> <PolicyNumber>sample string 4</PolicyNumber> <PolicyperiodOid>87a592c4-b1d1-4269-9287-b74f0b0dffa8</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. |