POST report/download
Request Information
URI Parameters
None.
Body Parameters
DownloadRequestName | Description | Type | Additional information |
---|---|---|---|
DeviceId | string |
None. |
|
DeviceSO | string |
None. |
|
StoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "deviceId": "sample string 1", "deviceSO": "sample string 2", "storyId": 3 }
application/xml, text/xml
Sample:
<DownloadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorrePalabras.Entities.Queries"> <DeviceId>sample string 1</DeviceId> <DeviceSO>sample string 2</DeviceSO> <StoryId>3</StoryId> </DownloadRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.