Create Subcontract Prequal Partner
  • 04 Nov 2025
  • 1 Minute to read
  • Dark
    Light

Create Subcontract Prequal Partner

  • Dark
    Light

Article summary

Post
/prq-rest-api/rest/1/pmprqbpartners

Create Subcontract Prequal Partners

UI Location:

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmprqBpCode": "BpCodeV5", "PmprqBpId": "1988706", "PmprqBpRegionCode": "CA", "PmprqBpFlag": "N", "PmprqVUuid": "{{$guid}}" }
PmprqBpCode
string Required

Partner Code

PmprqBpId
string Required

Partner Tax ID

PmprqBpRegionCode
string Required

State/Region Code'

PmprqBpFlag
string Required

Business Partner required Flag

PmprqVUuid
string Required

Uniuqe Record Id

PmprqBpAkaName
string

Also Known As Name

PmprqBpParentCode
string

Controlling Busness Partner

PmprqBpName
string

Partner Name

PmprqBpAdd1
string

Address Line 1

PmprqBpAdd2
string

Address Line 2

PmprqBpAdd3
string

Address Line 3

PmprqBpCountry
string

Country Name

PmprqBpPostalCode
string

Zip/Postal Code

PmprqBpFax
string

Fax Number

PmprqBpEmail
string

Email Address

PmprqBpPhone
string

Phone Number

PmprqBpPhone2
string

Phone Number 2

PmprqBpContactName
string

Partner Contact Name

PmprqLegalName
string

Partner Legal Name

PmprqBpPrequalRequiredFlag
string

Prequal Required Flag

PmprqPreqStatusCode
string

Preq Status Code

PmprqPreqRankCode
string

Preq Rank Code

PmprqFinancialRankCode
string

Financial Rank Code

PmprqOveralRankCode
string

Overall Rank Code

PmprqAggregateProjLimit
string

Aggregate Project Limit

PmprqSingleProjLimit
string

Single Project Limit

PmprqSignatoryToUnion
string

Signatory to Union

PmprqCompFoundedYr
string

Company Founded Year

PmprqMbesOtherFlag
string

MBES Other Flag

PmprqMbesOther
string

MBES Other

PmprqCapApproved
string

CAP Approved Date

PmprqCapRequiredFlag
string

CAP Required Flag

PmprqParentComp
string

Parent Company Name

PmprqLastApprovedDate
string

Last Approved Date

PmprqRenewalDate
string

Renewal Date

PmprqBpApplicationStatus
string

Application Status

PmprqWkfStatus
string

Workflow Status

PmprqUrgentFlag
string

Urgent Flag

PmprqText1
string

Host Region Name

PmprqAddCommentFlag
string

Additional Comment Flag

PmprqReceivedDate
string

Received Date

PmprqScLimitOnCtrlBpFlag
string

Override with Ctrl BP Limits

PmprqJointCheckFlag
string

Joint Check Flag

PmprqWebSite
string

Web Site Address

Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "PmprqAddCommentFlag": null,
  "PmprqAdditionalComment": null,
  "PmprqAggregateProjLimit": null,
  "PmprqBpAdd1": null,
  "PmprqBpAdd2": null,
  "PmprqBpAdd3": null,
  "PmprqBpAkaName": null,
  "PmprqBpApplicationStatus": null,
  "PmprqBpCode": "BpCodeV5",
  "PmprqBpContactName": null,
  "PmprqBpCountry": null,
  "PmprqBpEmail": null,
  "PmprqBpFax": null,
  "PmprqBpFlag": "N",
  "PmprqBpId": "1988706",
  "PmprqBpName": null,
  "PmprqBpOraseq": null,
  "PmprqBpParentCode": null,
  "PmprqBpPhone": null,
  "PmprqBpPhone2": null,
  "PmprqBpPostalCode": null,
  "PmprqBpPrequalRequiredFlag": null,
  "PmprqBpRegionCode": "CA",
  "PmprqCapApproved": null,
  "PmprqCapRequiredFlag": null,
  "PmprqCompFoundedYr": null,
  "PmprqFinancialRankCode": null,
  "PmprqJointCheckFlag": null,
  "PmprqLastApprovedDate": null,
  "PmprqLegalName": null,
  "PmprqMbesOther": null,
  "PmprqMbesOtherFlag": null,
  "PmprqOveralRankCode": null,
  "PmprqParentComp": null,
  "PmprqPreqRankCode": null,
  "PmprqPreqStatusCode": null,
  "PmprqReceivedDate": null,
  "PmprqRenewalDate": null,
  "PmprqScLimitOnCtrlBpFlag": null,
  "PmprqSignatoryToUnion": null,
  "PmprqSingleProjLimit": null,
  "PmprqText1": null,
  "PmprqUrgentFlag": null,
  "PmprqVUuid": "d61f1d41-49a5-4243-82e1-63c771d6ba6f",
  "PmprqWebSite": null,
  "PmprqWkfStatus": null,
  "links": [
    {
      "rel": "self",
      "href": "https://dev7v12win1.cmic.ca:443/cmicdevv12/prq-rest-api/rest/1/pmprqbpartners/d61f1d41-49a5-4243-82e1-63c771d6ba6f",
      "name": "pmprqbpartners",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "https://dev7v12win1.cmic.ca:443/cmicdevv12/prq-rest-api/rest/1/pmprqbpartners/d61f1d41-49a5-4243-82e1-63c771d6ba6f",
      "name": "pmprqbpartners",
      "kind": "item"
    }
  ]
}
object