PUT api/Subcontracts/{subcontractId}/Fewo/{fewoId}/Versions/{fewoVersionId}/RepliedNotAgreed
Send Fewo to replied not agreed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
|
| fewoId | integer |
Required |
|
| fewoVersionId | integer |
Required |
Body Parameters
FewoRepliedNotAgreedCommandRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ReviewReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"reviewReason": "sample string 4"
}
text/html
Sample:
{"reviewReason":"sample string 4"}
application/xml, text/xml
Sample:
<FewoRepliedNotAgreedCommandRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.AppServices.FewoAgg.CommandHandlers"> <ReviewReason>sample string 4</ReviewReason> </FewoRepliedNotAgreedCommandRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfFewoStatusResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | FewoStatusResponseDto |
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.