Retrieve PCI Types By Code
  • 27 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve PCI Types By Code

  • Dark
    Light

Article summary

Get
/cm-rest-api/rest/1/cmtype

Query Standards

Finder

Following row finders are available for data filtering and optimizing request performance.

  • Cm Type Finder
  • By UUID

Cm Type Finder

Recommended finder parameters. Refer to Query Parameters for example.

ParameterDescriptionSample
CompCodeCompany Code001

By UUID

This is an optional finder for querying a specific PCI Type by row ID.

ParameterDescriptionSample
/VUUIDThe VUuid attribute is the Unique row ID/cm-rest-api/rest/1/cmtype/BEB0744062862A62E05316821FAC1494
Security
HTTP
Type basic

Basic authentication

Query parameters
finder
string
ExampleCmTypeFinder; CompCode=001
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
ExampleTrue
orderBy
string
ExampleCmtVUuid:desc
Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
  "items": [
    {
      "CmtAllowCostsFlag": "N",
      "CmtChgOrdNumberMask": "EXT****",
      "CmtClassCode": "E",
      "CmtCompCode": "001",
      "CmtIuCreateDate": "2015-04-21T13:00:25Z",
      "CmtIuCreateUser": "ADWAIT",
      "CmtIuUpdateDate": "2022-04-08T00:19:48Z",
      "CmtIuUpdateUser": "EXTRACKER",
      "CmtName": "External (Out of Scope) Change",
      "CmtNotAllowBillAmtFlag": null,
      "CmtPciMaskOverrideFlag": "N",
      "CmtTenantId": "VF389BTEQP11127",
      "CmtTypeCode": "EXT",
      "CmtVUuid": "BEB0744062862A62E05316821FAC1494",
      "DiscriminatorCode": null,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmtype/BEB0744062862A62E05316821FAC1494",
          "name": "cmtype",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmtype/BEB0744062862A62E05316821FAC1494",
          "name": "cmtype",
          "kind": "item"
        }
      ]
    }
  ],
  "count": 1,
  "hasMore": false,
  "limit": 1,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmtype",
      "name": "cmtype",
      "kind": "collection"
    }
  ]
}
object