Create a PM Project Partner
    • 27 Feb 2025
    • 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

    UI Location:

    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 Required

    Abbreviation BP code for a partner

    Max length8
    PmppVUuid
    string Required

    Unique ID

    Max length64
    PmppPartnName
    string Required

    Parner's name

    Max length50
    PmppCompCode
    string Required

    Company Code

    Max length8
    PmppProjCode
    string Required

    Project Code

    Max length10
    PmppPartnTypeCode
    string Required

    Partner Type: C/P

    Max length2
    PmppPartnCode
    string Required

    Partner Code

    Max length10
    PmppDirGroupName
    string

    Company Type Name

    Max length60
    PmppPostalCode
    string

    Enter Postal Code

    Max length12
    PmppClvValueCode6
    string

    Pm Classifier Value 6

    Max length16
    PmppClvValueCode4
    string

    Pm Classifier Value 4

    Max length16
    PmppClvValueCode5
    string

    Pm Classifier Value 5

    Max length16
    PmppClvValueCode2
    string

    Pm Classifier Value 2

    Max length16
    PmppClvValueCode3
    string

    Pm Classifier Value 3

    Max length16
    PmppClvValueCode1
    string

    Pm Classifier Value 1

    Max length16
    PmppRegionName
    string
    Max length30
    PmppAdd1
    string

    Enter Street

    Max length40
    PmppAdd3
    string

    Enter City

    Max length40
    PmppAdd2
    string

    Enter Suite

    Max length40
    PmppDirGroupCode
    string

    Company Type

    Max length10
    PmppSortOrder
    number

    Sort Order

    PmppCountry
    string

    Enter Country

    Max length30
    PmppRegionCode
    string

    Enter Region Code

    Max length3
    PmppAddCode
    string

    Address Code

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