Update a Specific PM Meeting Track
- 13 Jun 2025
- 1 Minute to read
- Print
- DarkLight
Update a Specific PM Meeting Track
- Updated on 13 Jun 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Patch
/pm-rest-api/rest/1/pmmeetingtrack/F33F0EFCD95D24B0E05316821FAC81B7
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmmtMinutesFootnote": "This is a test entry" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PmmtCompCode": "001",
"PmmtFrequency": null,
"PmmtItemIdMask": null,
"PmmtMeetingIdMask": null,
"PmmtMinutesFootnote": "This is a test entry",
"PmmtNextItemNum": null,
"PmmtNextMeetingNum": 1,
"PmmtNumberingFlag": null,
"PmmtProjCode": "15600",
"PmmtProjName": "JE Dunn Projects",
"PmmtTrackCode": "TEST",
"PmmtTrackName": "Weekly Test Meeting",
"PmmtVUuid": "F33F0EFCD95D24B0E05316821FAC81B7",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/F33F0EFCD95D24B0E05316821FAC81B7",
"name": "pmmeetingtrack",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/F33F0EFCD95D24B0E05316821FAC81B7",
"name": "pmmeetingtrack",
"kind": "item"
}
]
}
object