POST api/Projects/{projectId}/Forecast/Import/Preview/{documentId}
Gets an imported Forecast document preview (paged)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
|
| documentId | globally unique identifier |
Required |
Body Parameters
Page| Name | Description | Type | Additional information |
|---|---|---|---|
| Number | integer |
None. |
|
| Size | integer |
None. |
|
| Skip | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"number": 1,
"size": 2,
"skip": 0
}
text/html
Sample:
{"number":1,"size":2,"skip":0}
application/xml, text/xml
Sample:
<Page xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities"> <Number>1</Number> <Size>2</Size> </Page>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfIPagedListOfForecastExportedDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | IPagedListOfForecastExportedDto |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Collection of CustomError |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.