---
title: "Create a PM Project Partner"
slug: "create-a-pm-project-partner"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-pm-project-partner"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a PM Project Partner

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

## Create Project Partners

UI Location:

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='d2c5e780-73b0-47e5-a047-40abaae2e824'>application/json</option>
</select>object  Example{
  "PmppCompCode": "001",
  "PmppProjCode": "2019",
  "PmppPartnCode": "TEST",
  "PmppPartnTypeCode": "P",
  "PmppAbbrevPartnCode": "VFDEV",
  "PmppPartnName": "Tester",
  "PmppVUuid": ""
}PmppAbbrevPartnCodestring    Required

Abbreviation BP code for a partner

Max length8
PmppVUuidstring    Required

Unique ID

Max length64
PmppPartnNamestring    Required

Parner's name

Max length50
PmppCompCodestring    Required

Company Code

Max length8
PmppProjCodestring    Required

Project Code

Max length10
PmppPartnTypeCodestring    Required

Partner Type: C/P

Max length2
PmppPartnCodestring    Required

Partner Code

Max length10
PmppDirGroupNamestring    

Company Type Name

Max length60
PmppPostalCodestring    

Enter Postal Code

Max length12
PmppClvValueCode6string    

Pm Classifier Value 6

Max length16
PmppClvValueCode4string    

Pm Classifier Value 4

Max length16
PmppClvValueCode5string    

Pm Classifier Value 5

Max length16
PmppClvValueCode2string    

Pm Classifier Value 2

Max length16
PmppClvValueCode3string    

Pm Classifier Value 3

Max length16
PmppClvValueCode1string    

Pm Classifier Value 1

Max length16
PmppRegionNamestring    Max length30
PmppAdd1string    

Enter Street

Max length40
PmppAdd3string    

Enter City

Max length40
PmppAdd2string    

Enter Suite

Max length40
PmppDirGroupCodestring    

Company Type

Max length10
PmppSortOrdernumber    

Sort Order

PmppCountrystring    

Enter Country

Max length30
PmppRegionCodestring    

Enter Region Code

Max length3
PmppAddCodestring    

Address Code

Max length10

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='7cd9f8b3-f48b-4528-9615-bdba1e233f4a'>application/json</option>
</select>

```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
