POST api/Sections/{sectionId}/ProgressGenerator/Import/Confirm/{documentId}
Confirms an imported ProgressGenerator document, not yet confirmed, and generate new excel file
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sectionId | integer |
Required |
|
| documentId | globally unique identifier |
Required |
Body Parameters
ProgressGeneratorConfirmDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionId | integer |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| CertificationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sectionId": 1,
"documentId": "8209ff24-88c3-428b-aba7-bad7c426d225",
"certificationId": 1
}
text/html
Sample:
{"sectionId":1,"documentId":"8209ff24-88c3-428b-aba7-bad7c426d225","certificationId":1}
application/xml, text/xml
Sample:
<ProgressGeneratorConfirmDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.CertificationAgg"> <CertificationId>1</CertificationId> <DocumentId>8209ff24-88c3-428b-aba7-bad7c426d225</DocumentId> <SectionId>1</SectionId> </ProgressGeneratorConfirmDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |