Create a PM Communication Type
    • 12 Feb 2025
    • 1 Minute to read
    • Dark
      Light

    Create a PM Communication Type

    • Dark
      Light

    Article summary

    Post
    /pm-rest-api/rest/1/pmcommtype

    Create Communication Types

    UI Location:

    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 Required

    uuid column for uk on json webservices

    Max length64
    BpcommCode
    string Required

    Communication Type Code

    Max length5
    BpcommIuCreateDate
    string

    Create Date

    BpcommName
    string

    Communicaton Type Name

    Max length30
    BpcommIuUpdateDate
    string

    Update Date

    BpcommSortKey
    number

    Determine The Sort Order In The Drop Down List Of The Communications Program

    Max length4
    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