POST api/Subcontracts/{subcontractId}/PlannedPayment/Version/{versionId}/Import/Confirm/{documentId}
Confirms an imported progress document, not yet confirmed.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
|
| documentId | globally unique identifier |
Required |
|
| versionId | integer |
Required |
Body Parameters
PlannedPaymentImportIsTotalDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IsTotal | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"isTotal": true
}
text/html
Sample:
{"isTotal":true}
application/xml, text/xml
Sample:
<PlannedPaymentImportIsTotalDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.PlannedPaymentAgg"> <IsTotal>true</IsTotal> </PlannedPaymentImportIsTotalDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | boolean |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Collection of CustomError |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.