POST api/MobileApp/DownloadDocumentByIdPolicyOutput?DocumentIds={DocumentIds}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentIds | string |
Required |
Body Parameters
None.
Response Information
Resource Description
XFileDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentType | string |
None. |
|
| Oid | globally unique identifier |
None. |
|
| Id | integer |
None. |
|
| Ids | string |
None. |
|
| FileName | string |
None. |
|
| FullPath | string |
None. |
|
| Source | string |
None. |
|
| Stream | Stream |
None. |
Response Formats
application/json, text/json
Sample:
{
"ContentType": "sample string 1",
"Oid": "c1320471-24e1-428b-a864-430aa8e66875",
"Id": 3,
"Ids": "sample string 4",
"FileName": "sample string 5",
"FullPath": "sample string 6",
"Source": "sample string 7",
"Stream": null
}
application/xml, text/xml
Sample:
<XFileDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.MemberPortal.Data.Models.Common"> <ContentType>sample string 1</ContentType> <FileName>sample string 5</FileName> <FullPath>sample string 6</FullPath> <Id>3</Id> <Ids>sample string 4</Ids> <Oid>c1320471-24e1-428b-a864-430aa8e66875</Oid> <Source>sample string 7</Source> </XFileDataModel>