POST api/Subcontracts/{subcontractId}/SfrFewoList/Query
Get filtered list of sfr and fewo by subcontract
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
Body Parameters
SfrFewoListFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| SubcontractCode | string |
None. |
|
| SubcontractorCode | string |
None. |
|
| SubcontractorName | string |
None. |
|
| CurrencyCode | string |
None. |
|
| SubcontractDescription | string |
None. |
|
| SfrUnit | string |
None. |
|
| SIEICode | string |
None. |
|
| SfrCode | string |
None. |
|
| FewoCode | string |
None. |
|
| Discipline | string |
None. |
|
| SfrTitle | string |
None. |
|
| WorkDescription | string |
None. |
|
| SfrRegisteredDate | Collection of date |
None. |
|
| SfrRequestDate | Collection of date |
None. |
|
| SfrApprovedDate | Collection of date |
None. |
|
| FewoIssuedDate | Collection of date |
None. |
|
| FewoApprovedDate | Collection of date |
None. |
|
| WorkReasonTypeId | integer |
None. |
|
| PricingMethodTypeIds | Collection of integer |
None. |
|
| NCNCOR | string |
None. |
|
| FewoStatusId | integer |
None. |
|
| SfrStatusId | integer |
None. |
|
| BackChargeable | boolean |
None. |
|
| Indirects | boolean |
None. |
|
| IsOperative | boolean |
None. |
|
| BackChargeProposeDestinyType | integer |
None. |
|
| BackChargeProposeDestinyCode | string |
None. |
|
| EntityCertificationStatusId | integer |
None. |
|
| AppliedCertificationCode | string |
None. |
|
| ExtendedView | boolean |
None. |
|
| SubcontractType | SubcontractTypeId |
None. |
|
| FinalAmount | Collection of decimal number |
None. |
|
| ProposedAmount | Collection of decimal number |
None. |
|
| PepCode | string |
None. |
|
| HasNotDefinedFields | boolean |
None. |
|
| HasFewo | boolean |
None. |
|
| LastCertifiedAmount | Collection of decimal number |
None. |
|
| Page | Page |
None. |
|
| SortedColumns | Collection of Order |
None. |
Request Formats
application/json, text/json
Sample:
{
"subcontractCode": "sample string 2",
"subcontractorCode": "sample string 3",
"subcontractorName": "sample string 4",
"currencyCode": "sample string 5",
"subcontractDescription": "sample string 6",
"sfrUnit": "sample string 7",
"sieiCode": "sample string 8",
"sfrCode": "sample string 9",
"fewoCode": "sample string 10",
"discipline": "sample string 11",
"sfrTitle": "sample string 12",
"workDescription": "sample string 13",
"sfrRegisteredDate": [
"2026-05-09T14:05:26.3994398+02:00",
"2026-05-09T14:05:26.3994398+02:00"
],
"sfrRequestDate": [
"2026-05-09T14:05:26.3994398+02:00",
"2026-05-09T14:05:26.3994398+02:00"
],
"sfrApprovedDate": [
"2026-05-09T14:05:26.3994398+02:00",
"2026-05-09T14:05:26.3994398+02:00"
],
"fewoIssuedDate": [
"2026-05-09T14:05:26.3994398+02:00",
"2026-05-09T14:05:26.3994398+02:00"
],
"fewoApprovedDate": [
"2026-05-09T14:05:26.3994398+02:00",
"2026-05-09T14:05:26.3994398+02:00"
],
"workReasonTypeId": 1,
"pricingMethodTypeIds": [
1,
2
],
"ncncor": "sample string 14",
"fewoStatusId": 1,
"sfrStatusId": 1,
"backChargeable": true,
"indirects": true,
"isOperative": true,
"backChargeProposeDestinyType": 1,
"backChargeProposeDestinyCode": "sample string 15",
"entityCertificationStatusId": 1,
"appliedCertificationCode": "sample string 16",
"extendedView": true,
"subcontractType": 1,
"finalAmount": [
1.0,
1.0
],
"proposedAmount": [
1.0,
1.0
],
"pepCode": "sample string 17",
"hasNotDefinedFields": true,
"hasFewo": true,
"lastCertifiedAmount": [
1.0,
1.0
],
"page": {
"number": 1,
"size": 2,
"skip": 0
},
"sortedColumns": [
{
"name": "sample string 1",
"descending": true
},
{
"name": "sample string 1",
"descending": true
}
]
}
text/html
Sample:
{"subcontractCode":"sample string 2","subcontractorCode":"sample string 3","subcontractorName":"sample string 4","currencyCode":"sample string 5","subcontractDescription":"sample string 6","sfrUnit":"sample string 7","sieiCode":"sample string 8","sfrCode":"sample string 9","fewoCode":"sample string 10","discipline":"sample string 11","sfrTitle":"sample string 12","workDescription":"sample string 13","sfrRegisteredDate":["2026-05-09T14:05:26.3994398+02:00","2026-05-09T14:05:26.3994398+02:00"],"sfrRequestDate":["2026-05-09T14:05:26.3994398+02:00","2026-05-09T14:05:26.3994398+02:00"],"sfrApprovedDate":["2026-05-09T14:05:26.3994398+02:00","2026-05-09T14:05:26.3994398+02:00"],"fewoIssuedDate":["2026-05-09T14:05:26.3994398+02:00","2026-05-09T14:05:26.3994398+02:00"],"fewoApprovedDate":["2026-05-09T14:05:26.3994398+02:00","2026-05-09T14:05:26.3994398+02:00"],"workReasonTypeId":1,"pricingMethodTypeIds":[1,2],"ncncor":"sample string 14","fewoStatusId":1,"sfrStatusId":1,"backChargeable":true,"indirects":true,"isOperative":true,"backChargeProposeDestinyType":1,"backChargeProposeDestinyCode":"sample string 15","entityCertificationStatusId":1,"appliedCertificationCode":"sample string 16","extendedView":true,"subcontractType":1,"finalAmount":[1.0,1.0],"proposedAmount":[1.0,1.0],"pepCode":"sample string 17","hasNotDefinedFields":true,"hasFewo":true,"lastCertifiedAmount":[1.0,1.0],"page":{"number":1,"size":2,"skip":0},"sortedColumns":[{"name":"sample string 1","descending":true},{"name":"sample string 1","descending":true}]}
application/xml, text/xml
Sample:
<SfrFewoListFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.SfrAgg">
<Page xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities">
<Number>1</Number>
<Size>2</Size>
</Page>
<SortedColumns xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities">
<Order>
<Descending>true</Descending>
<Name>sample string 1</Name>
</Order>
<Order>
<Descending>true</Descending>
<Name>sample string 1</Name>
</Order>
</SortedColumns>
<AppliedCertificationCode>sample string 16</AppliedCertificationCode>
<BackChargeProposeDestinyCode>sample string 15</BackChargeProposeDestinyCode>
<BackChargeProposeDestinyType>1</BackChargeProposeDestinyType>
<BackChargeable>true</BackChargeable>
<CurrencyCode>sample string 5</CurrencyCode>
<Discipline>sample string 11</Discipline>
<EntityCertificationStatusId>1</EntityCertificationStatusId>
<ExtendedView>true</ExtendedView>
<FewoApprovedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
</FewoApprovedDate>
<FewoCode>sample string 10</FewoCode>
<FewoIssuedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
</FewoIssuedDate>
<FewoStatusId>1</FewoStatusId>
<FinalAmount xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>1</d2p1:decimal>
</FinalAmount>
<HasFewo>true</HasFewo>
<HasNotDefinedFields>true</HasNotDefinedFields>
<Indirects>true</Indirects>
<IsOperative>true</IsOperative>
<LastCertifiedAmount xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>1</d2p1:decimal>
</LastCertifiedAmount>
<NCNCOR>sample string 14</NCNCOR>
<PepCode>sample string 17</PepCode>
<PricingMethodTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</PricingMethodTypeIds>
<ProposedAmount xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>1</d2p1:decimal>
</ProposedAmount>
<SIEICode>sample string 8</SIEICode>
<SfrApprovedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
</SfrApprovedDate>
<SfrCode>sample string 9</SfrCode>
<SfrRegisteredDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
</SfrRegisteredDate>
<SfrRequestDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:05:26.3994398+02:00</d2p1:dateTime>
</SfrRequestDate>
<SfrStatusId>1</SfrStatusId>
<SfrTitle>sample string 12</SfrTitle>
<SfrUnit>sample string 7</SfrUnit>
<SubcontractCode>sample string 2</SubcontractCode>
<SubcontractDescription>sample string 6</SubcontractDescription>
<SubcontractType>Both</SubcontractType>
<SubcontractorCode>sample string 3</SubcontractorCode>
<SubcontractorName>sample string 4</SubcontractorName>
<WorkDescription>sample string 13</WorkDescription>
<WorkReasonTypeId>1</WorkReasonTypeId>
</SfrFewoListFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfIPagedListOfSfrFewoSubcontractDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | IPagedListOfSfrFewoSubcontractDto |
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.