---
title: "Update a Specific PM RFI"
slug: "update-a-specific-pm-rfi"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-pm-rfi"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Specific PM RFI

Patch/pm-rest-api/rest/1/pmrfi/e28f395a-9922-48ed-991a-f0b1c4a8f02a

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='2a1e4370-d280-4f24-9548-bb8fb761a68b'>application/json</option>
</select>object  Example{
  "PmrfiSuggCostAmt": 10000
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='a4477cb5-6bec-43c1-a656-3298d0610fa9'>application/json</option>
</select>

```json
{
  "PmrfiCompCode": "001",
  "PmrfiProjCode": "18900",
  "PmrfiRfiId": "RFI-0004",
  "PmrfiSubject": "Test Request",
  "PmrfiStatusCode": null,
  "PmrfiCreateDate": "2023-01-27T22:08:05Z",
  "PmrfiRequiredDate": null,
  "PmrfiAnsweredDate": null,
  "PmrfiFromPartnCode": "001",
  "PmrfiFromPartnTypeCode": "C",
  "PmrfiFromContactCode": "SC",
  "PmrfiRefId": null,
  "PmrfiQuestion": null,
  "PmrfiToPartnCode": "001",
  "PmrfiToPartnTypeCode": "C",
  "PmrfiToContactCode": "SC",
  "PmrfiAnswer": null,
  "PmrfiCoRespondentList": null,
  "PmrfiCostAmt": null,
  "PmrfiCmCode": null,
  "PmrfiCostImpactFlag": "P",
  "PmrfiSuggestion": null,
  "PmrfiAcceptSuggestionFlag": null,
  "PmrfiProceedFlag": null,
  "PmrfiAnswerByPartnCode": null,
  "PmrfiAnswerByPtCode": null,
  "PmrfiAnswerByContactCode": null,
  "PmrfiEnteredByPartnCode": null,
  "PmrfiEnteredByPartnTCode": null,
  "PmrfiEnteredByContactCode": null,
  "PmrfiScheduleImpactFlag": "P",
  "PmrfiScheduleDaysNum": null,
  "PmrfiSrcCode": null,
  "PmrfiSuggCostImpactFlag": "P",
  "PmrfiSuggCostAmt": 10000,
  "PmrfiSuggSchedImpactFlag": "P",
  "PmrfiSuggSchedDaysNum": null,
  "PmrfiSubmittedDate": "2023-01-27T22:08:05Z",
  "PmrfiCoauthorPartnCode": null,
  "PmrfiCoauthorPartnTypeCode": null,
  "PmrfiCoauthorContactCode": null,
  "PmrfiClvValueCode1": null,
  "PmrfiClvValueCode2": null,
  "PmrfiClvValueCode3": null,
  "PmrfiClvValueCode4": null,
  "PmrfiClvValueCode5": null,
  "PmrfiClvValueCode6": null,
  "PmrfiIuCreateDate": "2023-01-27T22:08:05Z",
  "PmrfiIuUpdateDate": "2023-01-27T22:11:34Z",
  "PmrfiVUuid": "e28f395a-9922-48ed-991a-f0b1c4a8f02a",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmrfi/e28f395a-9922-48ed-991a-f0b1c4a8f02a",
      "name": "pmrfi",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmrfi/e28f395a-9922-48ed-991a-f0b1c4a8f02a",
      "name": "pmrfi",
      "kind": "item"
    }
  ]
}
```

object
