Resolve

Update the resolution status of an RFI

post

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[]Optional

Assigned organizations (in the form of email domains, e.g. ecogyenergy.com).

Default: []
linkedstring[]Required

The linked RFIs.

Default: []
mediastring[]Required

The linked media.

Default: []
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"
}