Oracle E-Business Suite · JSON Structure

Human Resources Address Structure

Type: object Properties: 13
Business ApplicationsE-Business SuiteEnterpriseERPOracle

Address is a JSON Structure definition published by Oracle E-Business Suite, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

addressId addressType addressLine1 addressLine2 addressLine3 townOrCity region1 region2 postalCode country primaryFlag dateFrom dateTo

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Address",
  "type": "object",
  "properties": {
    "addressId": {
      "type": "integer"
    },
    "addressType": {
      "type": "string"
    },
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "addressLine3": {
      "type": "string"
    },
    "townOrCity": {
      "type": "string"
    },
    "region1": {
      "type": "string"
    },
    "region2": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "primaryFlag": {
      "type": "string"
    },
    "dateFrom": {
      "type": "string"
    },
    "dateTo": {
      "type": "string"
    }
  }
}