POST api/Subcontracts/{subcontractId}/Milestones/Import/Warnings/{documentId}
Gets an imported Milestones document errors list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentId | globally unique identifier |
Required |
|
| subcontractId | string |
None. |
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
IPagedListOfMilestonesPositionWarningDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Items | Collection of MilestonesPositionWarningDto |
None. |
|
| ItemsTotal | MilestonesPositionWarningDto |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.