Create a PM Meeting Attendee
    • 04 Jul 2025
    • 1 Minute to read
    • Dark
      Light

    Create a PM Meeting Attendee

    • Dark
      Light

    Article summary

    Post
    /pm-rest-api/rest/1/pmmeetingattnd

    Create PM Meeting Attendees

    UI Location:

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    object
    Example{ "PmmaBpCode": "HIKUU", "PmmaBpType": "C", "PmmaContactCode": "BG", "PmmaCcOnlyFlag": "N", "PmmaAbsentFlag": "N", "PmmVUuid": "BDAEBA99169B30F7E05316821FACFFB1", "PmmaVUuid": "" }
    PmmaBpCode
    string Required

    Mustbe a valid Project Partner Code in CMIC. Either a Business partner code or company code. (PMPROJPARTNER)

    Max length8
    PmmaVUuid
    string Required

    Unique ID

    Max length64
    PmmaContactCode
    string Required

    Must be a valid Project Contact Code. (PMPROJCONTACT)

    Max length16
    PmmaAbsentFlag
    string Required

    Absent Flag. ‘Y’ or ‘N’.

    Max length1
    PmmaCcOnlyFlag
    string Required

    CC Only Flag. ‘Y’ or ‘N’.

    Max length1
    PmmaBpType
    string Required

    EitherP - (Business Partner) or C - (Company)

    Max length1
    PmmaMinutesSentLastDate
    string
    PmmaNotes
    string

    Attendee Notes

    Max length1000
    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "PmmaAbsentFlag": "N",
      "PmmaBpCode": "HIKUU",
      "PmmaBpType": "C",
      "PmmaCcOnlyFlag": "N",
      "PmmaContactCode": "BG",
      "PmmaMinutesSentLastDate": null,
      "PmmaNotes": null,
      "PmmaVUuid": "F33F0EFCD95124B0E05316821FAC81B7",
      "PmmVUuid": "BDAEBA99169B30F7E05316821FACFFB1",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingattnd/F33F0EFCD95124B0E05316821FAC81B7",
          "name": "pmmeetingattnd",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingattnd/F33F0EFCD95124B0E05316821FAC81B7",
          "name": "pmmeetingattnd",
          "kind": "item"
        }
      ]
    }
    object