POST api/MobileApp/Downloadsob

Request Information

URI Parameters

None.

Body Parameters

XFileResponseModel
NameDescriptionTypeAdditional information
Oid

globally unique identifier

None.

Id

integer

None.

FileName

string

None.

FullPath

string

None.

Stream

Stream

None.

Request Formats

application/json, text/json

Sample:
{
  "Oid": "800193f1-eee9-4335-bf14-eb45b866c2a2",
  "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>800193f1-eee9-4335-bf14-eb45b866c2a2</Oid>
</XFileResponseModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.