Retrieve Vertex Location Cities By Zip Code Range
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve Vertex Location Cities By Zip Code Range

  • Dark
    Light

Article summary

Get
/hcm-rest-api/rest/1/vertexloccity

Query Standards

Finder

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

VertexLocCityFinder

Recommended finder parameters. Refer to Query Parameters for example.

ParameterDescriptionSample
GeocountyVarCountry Code7
GeocityVarCity Code997
AbbrevCityVarAbbreviated City NameMCINTO
...Any Other Attribute...
Security
HTTP
Type basic

Basic authentication

Query parameters
finder
string
ExampleVertexLocCityFinder;ZipCodeVar=64802
Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
  "items": [
    {
      "Locgeostate": 26,
      "Locgeocounty": 97,
      "Locgeocity": 680,
      "Loccompressedcity": "JOPLIN                   ",
      "Locnamecity": "JOPLIN                   ",
      "Locabbrevcity": "JOPLIN",
      "Loczipcodestart": "64801 ",
      "Loczipcodeend": "64804 ",
      "Locapofpoind": 0,
      "Loccitynametype": 3,
      "Locupdflg": "c",
      "links": [
        {
          "rel": "self",
          "href": "https://dev6v12.cmic.ca:9999/cmicdevv12/hcm-rest-api/rest/1/vertexloccity/000B00000002C11B00000002C16200000003C20751000000194A4F504C494E20202020202020202020202020202020202020000000194A4F504C494E20202020202020202020202020202020202020000000064A4F504C494E0000000636343830312000000006363438303420000000018000000002C1040000000163",
          "name": "vertexloccity",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "https://dev6v12.cmic.ca:9999/cmicdevv12/hcm-rest-api/rest/1/vertexloccity/000B00000002C11B00000002C16200000003C20751000000194A4F504C494E20202020202020202020202020202020202020000000194A4F504C494E20202020202020202020202020202020202020000000064A4F504C494E0000000636343830312000000006363438303420000000018000000002C1040000000163",
          "name": "vertexloccity",
          "kind": "item"
        }
      ]
    },
    {
      "Locgeostate": 26,
      "Locgeocounty": 145,
      "Locgeocity": 680,
      "Loccompressedcity": "JOPLIN                   ",
      "Locnamecity": "JOPLIN                   ",
      "Locabbrevcity": "JOPLIN",
      "Loczipcodestart": "64801 ",
      "Loczipcodeend": "64804 ",
      "Locapofpoind": 0,
      "Loccitynametype": 3,
      "Locupdflg": "c",
      "links": [
        {
          "rel": "self",
          "href": "https://dev6v12.cmic.ca:9999/cmicdevv12/hcm-rest-api/rest/1/vertexloccity/000B00000002C11B00000003C2022E00000003C20751000000194A4F504C494E20202020202020202020202020202020202020000000194A4F504C494E20202020202020202020202020202020202020000000064A4F504C494E0000000636343830312000000006363438303420000000018000000002C1040000000163",
          "name": "vertexloccity",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "https://dev6v12.cmic.ca:9999/cmicdevv12/hcm-rest-api/rest/1/vertexloccity/000B00000002C11B00000003C2022E00000003C20751000000194A4F504C494E20202020202020202020202020202020202020000000194A4F504C494E20202020202020202020202020202020202020000000064A4F504C494E0000000636343830312000000006363438303420000000018000000002C1040000000163",
          "name": "vertexloccity",
          "kind": "item"
        }
      ]
    }
  ],
  "count": 2,
  "hasMore": false,
  "limit": 25,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "https://dev6v12.cmic.ca:9999/cmicdevv12/hcm-rest-api/rest/1/vertexloccity",
      "name": "vertexloccity",
      "kind": "collection"
    }
  ]
}
object

What's Next