Resolve
Update the resolution status of an RFI
Path parameters
idstringRequired
The RFI ID
resolutionstringRequired
The RFI resolution
Body
codestringRequired
The RFI code.
namestringRequired
The RFI name.
dueDateTimestring · dateRequired
The RFI due date.
costImpactsstringOptional
The RFI cost impacts.
scheduleImpactsstringOptional
The RFI schedule impacts.
descriptionstringOptional
The RFI description.
assignedstring[]OptionalDefault:
Assigned organizations (in the form of email domains, e.g. ecogyenergy.com).
[]
linkedstring[]RequiredDefault:
The linked RFIs.
[]
mediastring[]RequiredDefault:
The linked media.
[]
Responses
200
successful operation
application/json
post
POST //rfi/thread/resolve/{id}/{resolution} HTTP/1.1
Host: api.ecosuite.io
Content-Type: application/json
Accept: */*
Content-Length: 178
{
"code": "text",
"name": "text",
"dueDateTime": "2025-09-16",
"costImpacts": "text",
"scheduleImpacts": "text",
"description": "text",
"assigned": [
"text"
],
"linked": [
"text"
],
"media": [
"text"
]
}
200
successful operation
{
"latestVersion": "text"
}