Update a Specific PM Contract Type
- 28 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Update a Specific PM Contract Type
- Updated on 28 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/pmcontracttype/F32E7ED9C5313D4CE05316821FAC4A22
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmctContTypeCode": "T" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PmctActiveFlag": "N",
"PmctCompCode": "001",
"PmctCompName": "CMiC Construction Inc",
"PmctContTypeCode": "T",
"PmctContractType": "Test Contract",
"PmctVUuid": "F32E7ED9C5313D4CE05316821FAC4A22",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcontracttype/F32E7ED9C5313D4CE05316821FAC4A22",
"name": "pmcontracttype",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcontracttype/F32E7ED9C5313D4CE05316821FAC4A22",
"name": "pmcontracttype",
"kind": "item"
}
]
}
object