Create a PM Notice Status
- 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Create a PM Notice Status
- Updated on 27 Feb 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/pmnoticestatus
Create Notice Status
UI Location:
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmnsStatusClassCode": "T", "PmnsStatusCode": "T", "PmnsStatusName": "Test", "PmnsVUuid": "" }
PmnsStatusClassCode
string Required
Status Class indicates the type of the status
Max length1
PmnsStatusCode
string Required
Status Code
Max length10
PmnsStatusName
string Required
Status Name
Max length200
PmnsVUuid
string Required
Unique ID
Max length64
PmnsIuCreateDate
string
Create Date
PmnsIuUpdateDate
string
Update Date
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PmnsIuCreateDate": null,
"PmnsIuUpdateDate": null,
"PmnsStatusClassCode": "T",
"PmnsStatusCode": "T",
"PmnsStatusName": "Test",
"PmnsVUuid": "F34293D3F259732FE05316821FAC2B61",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/F34293D3F259732FE05316821FAC2B61",
"name": "pmnoticestatus",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/F34293D3F259732FE05316821FAC2B61",
"name": "pmnoticestatus",
"kind": "item"
}
]
}
object