---
title: "Create a PCI RFQ Extension"
slug: "create-a-pci-rfq-extension"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-pci-rfq-extension"
---

> ## 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 PCI RFQ Extension

Post/cm-rest-api/rest/1/cmrfqextend

## Create PCI RFQ Extensions

### 

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='199a648c-9a13-4735-b5b3-95764d5cbc7e'>application/json</option>
</select>object  Example{
  "CmdvdCompCode": "001",
  "CmdvdJobCode": "14001",
  "CmdvdVenCode": "37846",
  "CmdvdChgCode": "EXT0026",
  "CmdvdPartnTypeCode": "P",
  "CmdvdVUuid": ""
}CmdvdVUuidstring    Required

Unique row id. Leave empty

💻 UI Fieldname: CmdvdVUuid

Max length36
CmdvdCompCodestring    Required

Company Code

💻 UI Fieldname: CmdvdCompCode

Max length8
CmdvdChgCodestring    Required

Change code

💻 UI Fieldname: CmdvdChgCode

Max length11
CmdvdPartnTypeCodestring    Required

Partner Type Code

💻 UI Fieldname: CmdvdPartnTypeCode

Max length1
CmdvdJobCodestring    Required

Job Code

💻 UI Fieldname: CmdvdJobCode

Max length10
CmdvdVenCodestring    Required

Vendor Code

💻 UI Fieldname: CmdvdVenCode

Max length8

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='60089b08-bbe7-4ad5-a741-3e705c14f7ef'>application/json</option>
</select>

```json
{
  "CmdvdPostedFlag": "N",
  "CmdvdCompCode": "001",
  "CmdvdJobCode": "14001",
  "CmdvdChgCode": "EXT0026",
  "CmdvdVenCode": "37846",
  "CmdvdRfqDueDate": null,
  "CmdvdRfqSentDate": null,
  "CmdvdRfqReceivedDate": null,
  "CmdvdRfqComments": null,
  "CmdvdContactCode": null,
  "CmdvdPrintFlag": null,
  "CmdvdQuotedRate": null,
  "CmdvdQuotedQty": null,
  "CmdvdQuotedAmt": null,
  "CmdvdSrcCmdOraseq": null,
  "CmdvdOrigQuoteAmt": null,
  "CmdvdPartnTypeCode": "P",
  "CmdvdInternalFlag": "1",
  "CmdvdInternalDesc": "Regular PCI (unposted)",
  "CmdvdCmmastOraseq": null,
  "CmdvdScPricingStatus": null,
  "CmdvdIuCreateDate": null,
  "CmdvdIuUpdateDate": null,
  "CmdvdVUuid": "F396762021747DDEE05316821FACD0CF",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmrfqextend/F396762021747DDEE05316821FACD0CF",
      "name": "cmrfqextend",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmrfqextend/F396762021747DDEE05316821FACD0CF",
      "name": "cmrfqextend",
      "kind": "item"
    }
  ]
}
```

object
