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": "4eb14386-fa6c-48a9-aeb8-86b65eec53d2", "PolicyperiodOid": "34101d07-e52a-46a5-afd9-a19d5d6f622b", "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>4eb14386-fa6c-48a9-aeb8-86b65eec53d2</AuthenticationOid> <EffectiveDate>sample string 6</EffectiveDate> <GroupName>sample string 5</GroupName> <PolicyId>3</PolicyId> <PolicyNumber>sample string 4</PolicyNumber> <PolicyperiodOid>34101d07-e52a-46a5-afd9-a19d5d6f622b</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. |