Create a PM Project Partner
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Create a PM Project Partner

    • Dark
      Light

    Article summary

    Post
    /pm-rest-api/rest/1/pmprojpartner

    Create Project Partners

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    object
    Example{ "PmppCompCode": "001", "PmppProjCode": "2019", "PmppPartnCode": "TEST", "PmppPartnTypeCode": "P", "PmppAbbrevPartnCode": "VFDEV", "PmppPartnName": "Tester", "PmppVUuid": "" }
    PmppAbbrevPartnCode
    string

    Enter Abbreviation Code

    PmppPartnTypeCode
    string

    Partner Type: C/P

    PmppCompCode
    string

    Company Code

    PmppPartnCode
    string

    Partner Code

    PmppVUuid
    string

    Unique ID

    PmppPartnName
    string

    Enter Partner Name

    PmppProjCode
    string

    Project Code

    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "PmppCompCode": "001",
      "PmppProjCode": "2019",
      "PmppPartnCode": "TEST",
      "PmppPartnTypeCode": "P",
      "PmppAbbrevPartnCode": "VFDEV",
      "PmppPartnName": "Tester",
      "PmppAdd1": null,
      "PmppAdd2": null,
      "PmppAdd3": null,
      "PmppRegionCode": null,
      "PmppRegionName": null,
      "PmppCountry": null,
      "PmppPostalCode": null,
      "PmppDirGroupCode": null,
      "PmppDirGroupName": null,
      "PmppSortOrder": null,
      "PmppClvValueCode1": null,
      "PmppClvValueCode2": null,
      "PmppClvValueCode3": null,
      "PmppClvValueCode4": null,
      "PmppClvValueCode5": null,
      "PmppClvValueCode6": null,
      "PmppVUuid": "F4EB068F91455561E05316821FACA529",
      "PmppAddCode": null,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmprojpartner/F4EB068F91455561E05316821FACA529",
          "name": "pmprojpartner",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmprojpartner/F4EB068F91455561E05316821FACA529",
          "name": "pmprojpartner",
          "kind": "item"
        }
      ]
    }
    object