---
title: "Create a PCI Change Order SC Vendor Detail"
slug: "create-a-pci-change-order-sc-vendor-detail"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-pci-change-order-sc-vendor-detail"
---

> ## 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 Change Order SC Vendor Detail

Post/cm-rest-api/rest/1/cmvendordetail

## Create PCI Change Orderr SC Vendor Details

### 

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='68fd4e38-1cae-48a3-b67a-5183a1ecd7b9'>application/json</option>
</select>object  Example{
  "CmdvdCompCode": "002",
  "CmdvdJobCode": "2000",
  "CmdvdChgCode": "TEST.001",
  "CmdvdVenCode": "TEST",
  "CmdvdPostingFlag": "N",
  "CmdvdVUuid": ""
}CmdvdVUuidstring    

Row ID. Leave blank.

CmdvdCompCodestring    

Company Code

Max length8
CmdvdChgCodestring    

Change order code

Max length11
CmdvdJobCodestring    

MASTER job of a change order

Max length10
CmdvdVenCodestring    

SUBCONTRACT vendor

Max length8
CmdvdPostingFlagstring    

Posting Flag POSTED/ORIGB_POSTED/UNPOSTED

Max length12

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='d9b9ca5c-4115-4999-b2f8-767494cef605'>application/json</option>
</select>

```json
{
  "CmdvdCompCode": "002",
  "CmdvdJobCode": "2000",
  "CmdvdChgCode": "TEST.001",
  "CmdvdVenCode": "TEST",
  "CmdvdBpAbbrevCode": null,
  "CmdvdVenName": null,
  "CmdvdContactCode": null,
  "CmdvdContactName": null,
  "CmdvdQuotedQty": null,
  "CmdvdQuotedRate": null,
  "CmdvdQuotedAmt": null,
  "CmdvdRfqSentDate": null,
  "CmdvdRfqDueDate": null,
  "CmdvdRfqReceivedDate": null,
  "CmdvdRfqComments": null,
  "CmdvdPrintFlag": null,
  "CmdvdSrcCmdOraseq": null,
  "CmdvdOrigQuoteAmt": null,
  "CmdvdPartnTypeCode": null,
  "CmdvdCmmastOraseq": null,
  "CmdvdPostingFlag": "N",
  "CmdvdIuCreateDate": null,
  "CmdvdIuUpdateDate": null,
  "CmdvdVUuid": "F3A44BEF969616FAE05316821FACB7F1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmvendordetail/F3A44BEF969616FAE05316821FACB7F1",
      "name": "cmvendordetail",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmvendordetail/F3A44BEF969616FAE05316821FACB7F1",
      "name": "cmvendordetail",
      "kind": "item"
    }
  ]
}
```

object
