POST api/Sections/{sectionId}/Progress/Import/{quantityType}
Import progress document
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sectionId | integer |
Required |
|
| quantityType | QuantityType |
Required |
Body Parameters
None.
Response Information
Resource Description
ProgressImportedResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | globally unique identifier |
None. |
|
| Preview | IPagedListOfProgressExportedPositionDto |
None. |
|
| Errors | IPagedListOfProgressPositionErrorDto |
None. |
|
| Warnings | IPagedListOfProgressPositionWarningDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"documentId": "4647ef7b-efcf-41cf-b24e-2a8daa5ea771",
"preview": null,
"errors": null,
"warnings": null
}
text/html
Sample:
{"documentId":"4647ef7b-efcf-41cf-b24e-2a8daa5ea771","preview":null,"errors":null,"warnings":null}
application/xml, text/xml
Sample:
<ProgressImportedResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ProgressAgg"> <DocumentId>4647ef7b-efcf-41cf-b24e-2a8daa5ea771</DocumentId> <Errors i:nil="true" /> <Preview i:nil="true" /> <Warnings i:nil="true" /> </ProgressImportedResultDto>