POST api/Sections/{sectionId}/Progress/Synch

Synchronizes the reported progress with last progress

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sectionId

integer

Required

Body Parameters

None.

Response Information

Resource Description

SynchronizeReportedProgressResponseDto
NameDescriptionTypeAdditional information
Response

boolean

None.

ProcessFinished

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "response": true,
  "processFinished": true
}

text/html

Sample:
{"response":true,"processFinished":true}

application/xml, text/xml

Sample:
<SynchronizeReportedProgressResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ProgressAgg">
  <ProcessFinished xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ProcessAgg">true</ProcessFinished>
  <Response>true</Response>
</SynchronizeReportedProgressResponseDto>