POST api/Sections/{sectionId}/Progress/Import/{quantityType}

Import progress document

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sectionId

integer

Required

quantityType

QuantityType

Required

Body Parameters

None.

Response Information

Resource Description

ProgressImportedResultDto
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

Preview

IPagedListOfProgressExportedPositionDto

None.

Errors

IPagedListOfProgressPositionErrorDto

None.

Warnings

IPagedListOfProgressPositionWarningDto

None.

Response Formats

application/json, text/json

Sample:
{
  "documentId": "f7ed93ce-473b-40c8-bb79-afc75f2fda83",
  "preview": null,
  "errors": null,
  "warnings": null
}

text/html

Sample:
{"documentId":"f7ed93ce-473b-40c8-bb79-afc75f2fda83","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>f7ed93ce-473b-40c8-bb79-afc75f2fda83</DocumentId>
  <Errors i:nil="true" />
  <Preview i:nil="true" />
  <Warnings i:nil="true" />
</ProgressImportedResultDto>