Create a PM Communication Type
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a PM Communication Type
- Updated on 25 Sep 2024
- 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/pmcommtype
Create Communication Types
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "BpcommCode": "TEST", "BpcommVUuid": "" }
BpcommVUuid
string
Unique ID, Leave blank
BpcommCode
string
Communication Type Code
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"BpcommCode": "Test",
"BpcommIuCreateDate": null,
"BpcommIuUpdateDate": null,
"BpcommName": null,
"BpcommSortKey": null,
"BpcommVUuid": "F32E6ADB33021D08E05316821FAC0E3F",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcommtype/F32E6ADB33021D08E05316821FAC0E3F",
"name": "pmcommtype",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcommtype/F32E6ADB33021D08E05316821FAC0E3F",
"name": "pmcommtype",
"kind": "item"
}
]
}
object