---
title: "Create Subcontract Prequal Partner"
slug: "create-subcontract-prequal-partner"
updated: 2026-07-30T19:24:15Z
published: 2026-07-30T19:24:15Z
canonical: "developers.cmicglobal.com/create-subcontract-prequal-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 Subcontract Prequal Partner
Post/prq-rest-api/rest/1/pmprqbpartners
## Create Subcontract Prequal Partners
UI Location:
###
SecurityHTTPType basic
Basic authentication
Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
Body parametersobject Example{
"PmprqBpCode": "BpCodeV5",
"PmprqBpId": "1988706",
"PmprqBpRegionCode": "CA",
"PmprqBpFlag": "N",
"PmprqVUuid": "{{$guid}}"
}PmprqBpCodestring Required
Partner Code
PmprqBpIdstring Required
Partner Tax ID
PmprqBpRegionCodestring Required
State/Region Code'
PmprqBpFlagstring Required
Business Partner required Flag
PmprqVUuidstring Required
Uniuqe Record Id
PmprqBpAkaNamestring
Also Known As Name
PmprqBpParentCodestring
Controlling Busness Partner
PmprqBpNamestring
Partner Name
PmprqBpAdd1string
Address Line 1
PmprqBpAdd2string
Address Line 2
PmprqBpAdd3string
Address Line 3
PmprqBpCountrystring
Country Name
PmprqBpPostalCodestring
Zip/Postal Code
PmprqBpFaxstring
Fax Number
PmprqBpEmailstring
Email Address
PmprqBpPhonestring
Phone Number
PmprqBpPhone2string
Phone Number 2
PmprqBpContactNamestring
Partner Contact Name
PmprqLegalNamestring
Partner Legal Name
PmprqBpPrequalRequiredFlagstring
Prequal Required Flag
PmprqPreqStatusCodestring
Preq Status Code
PmprqPreqRankCodestring
Preq Rank Code
PmprqFinancialRankCodestring
Financial Rank Code
PmprqOveralRankCodestring
Overall Rank Code
PmprqAggregateProjLimitstring
Aggregate Project Limit
PmprqSingleProjLimitstring
Single Project Limit
PmprqSignatoryToUnionstring
Signatory to Union
PmprqCompFoundedYrstring
Company Founded Year
PmprqMbesOtherFlagstring
MBES Other Flag
PmprqMbesOtherstring
MBES Other
PmprqCapApprovedstring
CAP Approved Date
PmprqCapRequiredFlagstring
CAP Required Flag
PmprqParentCompstring
Parent Company Name
PmprqLastApprovedDatestring
Last Approved Date
PmprqRenewalDatestring
Renewal Date
PmprqBpApplicationStatusstring
Application Status
PmprqWkfStatusstring
Workflow Status
PmprqUrgentFlagstring
Urgent Flag
PmprqText1string
Host Region Name
PmprqAddCommentFlagstring
Additional Comment Flag
PmprqReceivedDatestring
Received Date
PmprqScLimitOnCtrlBpFlagstring
Override with Ctrl BP Limits
PmprqJointCheckFlagstring
Joint Check Flag
PmprqWebSitestring
Web Site Address
Responses201
Created
HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
```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