POST api/PersonalInfo/DownloadSOBDocumentFromPolicyOutput
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": "9e683b83-8287-4d9f-99b0-69dcc21af407", "PolicyperiodOid": "5445fba9-7d0a-4ca7-9e31-b6d2826dfb9b", "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>9e683b83-8287-4d9f-99b0-69dcc21af407</AuthenticationOid> <EffectiveDate>sample string 6</EffectiveDate> <GroupName>sample string 5</GroupName> <PolicyId>3</PolicyId> <PolicyNumber>sample string 4</PolicyNumber> <PolicyperiodOid>5445fba9-7d0a-4ca7-9e31-b6d2826dfb9b</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. |