POST api/FileAssistant/Subcontracts/{subcontractId}/Fewo/{fewoId}/Versions/{fewoVersionId}/Documents/{documentId}
Download a fewo document.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
|
| fewoId | integer |
Required |
|
| fewoVersionId | integer |
Required |
|
| documentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FewoSummaryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SfrCurrentCost | decimal number |
None. |
|
| WorkEstimatedCost | decimal number |
None. |
|
| WorkEstimatedCurrencyCode | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| CurrencyCode | string |
None. |
|
| WorkCostDeviation | decimal number |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| EiNumber | integer |
None. |
|
| SiNumber | integer |
None. |
|
| TypeId | integer |
None. |
|
| TypeDescription | string |
None. |
|
| Sta | string |
None. |
|
| PaymentMethodId | integer |
None. |
|
| PaymentMethodDescription | string |
None. |
|
| Backcharged | boolean |
None. |
|
| NotificationStatusId | integer |
None. |
|
| NotificationStatusDescription | string |
None. |
|
| IsRegularizedInSupplement | boolean |
None. |
|
| CanBeNotified | boolean |
None. |
|
| NotificationDate | date |
None. |
|
| EntityCertificationStatusId | integer |
None. |
|
| EntityCertificationStatusDescription | string |
None. |
|
| AppliedCertificationCode | string |
None. |
|
| LastCertifiedAmount | decimal number |
None. |
|
| FewoFromLetter | string |
None. |
|
| FewoLetterAprovalRejection | string |
None. |
|
| ReviewReason | string |
None. |
|
| SfrAmount | decimal number |
None. |
|
| FewoAmount | decimal number |
None. |
|
| CurrentAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"sfrCurrentCost": 1.0,
"workEstimatedCost": 1.0,
"workEstimatedCurrencyCode": "sample string 2",
"totalAmount": 1.0,
"currencyCode": "sample string 3",
"workCostDeviation": 1.0,
"code": "sample string 4",
"title": "sample string 5",
"eiNumber": 6,
"siNumber": 7,
"typeId": 8,
"typeDescription": "sample string 9",
"sta": "sample string 10",
"paymentMethodId": 11,
"paymentMethodDescription": "sample string 12",
"backcharged": true,
"notificationStatusId": 13,
"notificationStatusDescription": "sample string 14",
"isRegularizedInSupplement": true,
"canBeNotified": true,
"notificationDate": "2026-05-09T12:55:14.7118559+02:00",
"entityCertificationStatusId": 17,
"entityCertificationStatusDescription": "sample string 18",
"appliedCertificationCode": "sample string 19",
"lastCertifiedAmount": 1.0,
"fewoFromLetter": "sample string 20",
"fewoLetterAprovalRejection": "sample string 21",
"reviewReason": "sample string 22",
"sfrAmount": 1.0,
"fewoAmount": 1.0,
"currentAmount": 1.0
}
text/html
Sample:
{"id":1,"sfrCurrentCost":1.0,"workEstimatedCost":1.0,"workEstimatedCurrencyCode":"sample string 2","totalAmount":1.0,"currencyCode":"sample string 3","workCostDeviation":1.0,"code":"sample string 4","title":"sample string 5","eiNumber":6,"siNumber":7,"typeId":8,"typeDescription":"sample string 9","sta":"sample string 10","paymentMethodId":11,"paymentMethodDescription":"sample string 12","backcharged":true,"notificationStatusId":13,"notificationStatusDescription":"sample string 14","isRegularizedInSupplement":true,"canBeNotified":true,"notificationDate":"2026-05-09T12:55:14.7118559+02:00","entityCertificationStatusId":17,"entityCertificationStatusDescription":"sample string 18","appliedCertificationCode":"sample string 19","lastCertifiedAmount":1.0,"fewoFromLetter":"sample string 20","fewoLetterAprovalRejection":"sample string 21","reviewReason":"sample string 22","sfrAmount":1.0,"fewoAmount":1.0,"currentAmount":1.0}
application/xml, text/xml
Sample:
<FewoSummaryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.FewoAgg"> <AppliedCertificationCode>sample string 19</AppliedCertificationCode> <Backcharged>true</Backcharged> <CanBeNotified>true</CanBeNotified> <Code>sample string 4</Code> <CurrencyCode>sample string 3</CurrencyCode> <CurrentAmount>1</CurrentAmount> <EiNumber>6</EiNumber> <EntityCertificationStatusDescription>sample string 18</EntityCertificationStatusDescription> <EntityCertificationStatusId>17</EntityCertificationStatusId> <FewoAmount>1</FewoAmount> <FewoFromLetter>sample string 20</FewoFromLetter> <FewoLetterAprovalRejection>sample string 21</FewoLetterAprovalRejection> <Id>1</Id> <IsRegularizedInSupplement>true</IsRegularizedInSupplement> <LastCertifiedAmount>1</LastCertifiedAmount> <NotificationDate>2026-05-09T12:55:14.7118559+02:00</NotificationDate> <NotificationStatusDescription>sample string 14</NotificationStatusDescription> <NotificationStatusId>13</NotificationStatusId> <PaymentMethodDescription>sample string 12</PaymentMethodDescription> <PaymentMethodId>11</PaymentMethodId> <ReviewReason>sample string 22</ReviewReason> <SfrAmount>1</SfrAmount> <SfrCurrentCost>1</SfrCurrentCost> <SiNumber>7</SiNumber> <Sta>sample string 10</Sta> <Title>sample string 5</Title> <TotalAmount>1</TotalAmount> <TypeDescription>sample string 9</TypeDescription> <TypeId>8</TypeId> <WorkCostDeviation>1</WorkCostDeviation> <WorkEstimatedCost>1</WorkEstimatedCost> <WorkEstimatedCurrencyCode>sample string 2</WorkEstimatedCurrencyCode> </FewoSummaryDto>