---
title: "Create an OM Competitor"
slug: "create-an-om-competitor"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-an-om-competitor"
---

> ## 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 an OM Competitor

Post/om-rest-api/rest/1/omcompetitor

## Create OM Competitors

UI Location: Customer Relationship Management - Opportunity Management - Setup - Competitors

### 

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='6d4db940-0359-47b2-982f-193d0262fd50'>application/json</option>
</select>object  Example{
  "OmcCompetitorCode": "TEST",
  "OmcName": "Test Competitor",
  "OmcVUuid": ""
}OmcNamestring    Required

The competitor name

💻 UI Fieldname: Name

Max length50
OmcVUuidstring    Required

Leave Blank

Max length64
OmcCompetitorCodestring    Required

The unique identifier of the competitor

💻 UI Fieldname: * Code

Max length8
OmcStrengthsstring    

A description of the competitor's strengths

💻 UI Fieldname: Strengths

Max length200
OmcPartnTypeCodestring    

Partner Type

Max length1
OmcRatingstring    

The competitor's rating

💻 UI Fieldname: Rating

Max length60
OmcIuUpdateUserstring    

Last Update User

Max length30
OmcIuUpdateDatestring    

Last Update Date

OmcThreatsstring    

A description of the competitor's threats

💻 UI Fieldname: Threats

Max length200
OmcIuCreateUserstring    

Initial Create User ID

Max length30
OmcPartnCodestring    Max length8
OmcContactCodestring    

A contact, from table SYSCONTACT, associated with the competitor

Max length10
OmcProductNamestring    

The name of the competitor's product

💻 UI Fieldname: Product Name

Max length60
OmcOpportunitiesstring    

A description of the competitor's opportunities

💻 UI Fieldname: Opportunities

Max length200
OmcWeaknessesstring    

A description of the competitor's weaknesses

💻 UI Fieldname: Weaknesses

Max length200
OmcIuCreateDatestring    

Initial Create Date

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='2b49890e-517c-4298-b5a3-66432207e1f0'>application/json</option>
</select>

```json
{
  "OmcCompetitorCode": "TEST",
  "OmcName": "Test Competitor",
  "OmcProductName": null,
  "OmcStrengths": null,
  "OmcWeaknesses": null,
  "OmcRating": null,
  "OmcPartnCode": null,
  "OmcPartnTypeCode": null,
  "OmcContactCode": null,
  "OmcOpportunities": null,
  "OmcThreats": null,
  "OmcIuCreateDate": null,
  "OmcIuCreateUser": null,
  "OmcIuUpdateDate": null,
  "OmcIuUpdateUser": null,
  "OmcVUuid": "",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/om-rest-api/rest/1/omcompetitor/",
      "name": "omcompetitor",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/om-rest-api/rest/1/omcompetitor/",
      "name": "omcompetitor",
      "kind": "item"
    }
  ]
}
```

object
