Create a PM Communication Type
    • 25 Sep 2024
    • 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

    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