POST api/Sections/{sectionId}/ProgressGenerator/Import/{actualScopeId}
Import excel data to create new excel for progress generator Importar datos Excel para crear un nuevo Excel para el generador de progreso
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sectionId | integer |
Required |
|
| actualScopeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProgressGeneratorImportedDataDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | globally unique identifier |
None. |
|
| Preview | IPagedListOfProgressGeneratorImportedDataPreviewDto |
None. |
|
| FormattingErrors | IPagedListOfProgressGeneratorImportedDataFormattingErrorDto |
None. |
|
| NotIncludedErrors | IPagedListOfProgressGeneratorImportedDataNotIncludedProgressDto |
None. |
|
| Errors | IPagedListOfProgressGeneratorImportedDataErrorDto |
None. |
|
| Warnings | IPagedListOfProgressGeneratorImportedDataWarningDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"documentId": "c699bf67-5d97-4308-8f70-14e3ec8f0fce",
"preview": null,
"formattingErrors": null,
"notIncludedErrors": null,
"errors": null,
"warnings": null
}
text/html
Sample:
{"documentId":"c699bf67-5d97-4308-8f70-14e3ec8f0fce","preview":null,"formattingErrors":null,"notIncludedErrors":null,"errors":null,"warnings":null}
application/xml, text/xml
Sample:
<ProgressGeneratorImportedDataDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.SectionAgg"> <DocumentId>c699bf67-5d97-4308-8f70-14e3ec8f0fce</DocumentId> <Errors i:nil="true" /> <FormattingErrors i:nil="true" /> <NotIncludedErrors i:nil="true" /> <Preview i:nil="true" /> <Warnings i:nil="true" /> </ProgressGeneratorImportedDataDto>