Update a Specific PM Daily Journal User Defined Data
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Update a Specific PM Daily Journal User Defined Data
- Updated on 06 Jan 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/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmffdField1": "This is a test entry" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PmffdField1": "This is a test entry",
"PmffdField2": null,
"PmffdField3": null,
"PmffdField4": null,
"PmffdField5": null,
"PmffdField6": null,
"PmffdIuCreateDate": "2023-01-26T22:40:53Z",
"PmffdIuUpdateDate": null,
"PmffdObjectType": "PMDAYJR",
"PmffdSetType": "PMJOURSFTY",
"PmffdVUuid": "F3327F4D1B6157CAE05316821FAC3458",
"PmffdJourVuuid": "B0452C6DDBB78383E053B08610AC431F",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458",
"name": "pmdailyjourudd",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458",
"name": "pmdailyjourudd",
"kind": "item"
}
]
}
object