UKG · JSON Structure

Pro Hcm Location Structure

Work location

Type: object Properties: 7
Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsScheduling

Location is a JSON Structure definition published by UKG, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

locationId locationName address city stateProvince country postalCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ukg/refs/heads/main/json-structure/pro-hcm-location-structure.json",
  "name": "Location",
  "description": "Work location",
  "type": "object",
  "properties": {
    "locationId": {
      "type": "string",
      "description": "Location identifier",
      "example": "LOC-NYC"
    },
    "locationName": {
      "type": "string",
      "description": "Location name",
      "example": "New York Office"
    },
    "address": {
      "type": "string",
      "description": "Street address",
      "example": "123 Main Street"
    },
    "city": {
      "type": "string",
      "description": "City",
      "example": "New York"
    },
    "stateProvince": {
      "type": "string",
      "description": "State or province",
      "example": "NY"
    },
    "country": {
      "type": "string",
      "description": "Country code",
      "example": "US"
    },
    "postalCode": {
      "type": "string",
      "description": "Postal or ZIP code",
      "example": "10001"
    }
  }
}