PUT api/Subcontracts/{subcontractId}/Fewo/{fewoId}
Update a fewo.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
|
| fewoId | integer |
Required |
Body Parameters
FewoCreateOrUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SfrVersionId | integer |
None. |
|
| Code | string |
None. |
|
| IdentificationDate | date |
None. |
|
| IssuedDate | date |
None. |
|
| RequesterName | string |
None. |
|
| RequesterTitle | string |
None. |
|
| CurrencyCode | string |
None. |
|
| Title | string |
None. |
|
| DisciplineId | string |
None. |
|
| ItemGroupCode | string |
None. |
|
| Description | string |
None. |
|
| SfrWorkReasonTypeId | SfrFewoWorkReasonTypeId |
None. |
|
| WorkDescription | string |
None. |
|
| StatusId | FewoStatusId |
None. |
|
| NotificationStatusId | FewoNotificationStatusId |
None. |
|
| Pep | string |
None. |
|
| Progress | decimal number |
None. |
|
| ToChargeCostTypeId | CostChargeToTypeId |
None. |
|
| CrNconformity | string |
None. |
|
| DeclaredAsBackchargeableOn | date |
None. |
|
| PricingMethodTypeIds | Collection of SfrFewoPricingMethodTypeId |
None. |
|
| TotalAmount | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| ImpactTypeIds | Collection of integer |
None. |
|
| LaborDays | integer |
None. |
|
| CalendarDays | integer |
None. |
|
| StartDate | date |
None. |
|
| FinishDate | date |
None. |
|
| ResolutionConclusionTypeIds | Collection of integer |
None. |
|
| ApprovedExternally | boolean |
None. |
|
| ApplyEiSi | boolean |
None. |
|
| FewoFromLetter | string |
None. |
|
| FewoLetterAprovalRejection | string |
None. |
|
| Indirects | boolean |
None. |
|
| MainServiceTypeId | SfrfewoMainServiceTypeId |
None. |
|
| IsRepliedNotAgreed | boolean |
None. |
|
| IsRevisable | boolean |
None. |
|
| SfrInstructions | Collection of SfrInstruction |
None. |
|
| SfrInstructionDocuments | Collection of SfrDocumentation |
None. |
|
| Tmsr | TimeAndMaterialSrBasicInfoDto |
None. |
|
| ResolutionApproved | boolean |
None. |
|
| TotalProposedAmount | decimal number |
None. |
|
| TotalAgreedAmount | decimal number |
None. |
|
| BreakdownFile | Collection of DocumentBasicInfoDto |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfFewoWithVersionInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | FewoWithVersionInfoDto |
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.