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": "230b641f-a798-41b9-a691-d43f425ffa09", "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>230b641f-a798-41b9-a691-d43f425ffa09</Oid> </XFileResponseModel>