Create a PM RFI Status
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a PM RFI Status
- Updated on 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/pm-rest-api/rest/1/pmrfistatus
Create RFI Status
UI Location:
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmrfisStatusClassCode": "T", "PmrfisStatusCode": "TEST", "PmrfisSystemFlag": "N" }
PmrfisStatusClassCode
string Required
Status Class
Max length1
PmrfisSystemFlag
string Required
System Flag
Max length1
PmrfisStatusCode
string Required
Status Code
Max length10
PmrfisStatusName
string
Status Name
Max length60
PmrfisIuCreateDate
string
Initial Create Date
PmrfisIuUpdateDate
string
Last Update Date
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PmrfisStatusCode": "TEST",
"PmrfisStatusName": null,
"PmrfisStatusClassCode": "T",
"PmrfisSystemFlag": "N",
"PmrfisIuCreateDate": null,
"PmrfisIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmrfistatus/TEST",
"name": "pmrfistatus",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmrfistatus/TEST",
"name": "pmrfistatus",
"kind": "item"
}
]
}
object