POST api/Subcontracts/{subcontractId}/ComplementaryPricesCC/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 |
Body Parameters
ComplementaryImportIsTotalDto| 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:
<ComplementaryImportIsTotalDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.PriceListAgg"> <IsTotal>true</IsTotal> </ComplementaryImportIsTotalDto>
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.