POST api/MobileApp/Downloaddocumentfrompolicyoutput?policy={policy}&EffectiveDate={EffectiveDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
policy | integer |
Required |
|
EffectiveDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
XFileResponseModelName | Description | Type | Additional information |
---|---|---|---|
Oid | globally unique identifier |
None. |
|
Id | integer |
None. |
|
FileName | string |
None. |
|
FullPath | string |
None. |
|
Stream | Stream |
None. |
Response Formats
application/json, text/json
Sample:
{ "Oid": "c5363c49-e6ee-4789-8100-b9317d99f483", "Id": 2, "FileName": "sample string 3", "FullPath": "sample string 4", "Stream": null }
application/xml, text/xml
Sample:
<XFileResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.MemberPortal.API.Models"> <FileName>sample string 3</FileName> <FullPath>sample string 4</FullPath> <Id>2</Id> <Oid>c5363c49-e6ee-4789-8100-b9317d99f483</Oid> </XFileResponseModel>