Factset · JSON Structure

Factset Procure To Pay Scim Location Resource Structure

Type: object Properties: 15
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

LocationResource is a JSON Structure definition published by Factset, describing 15 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

schemas id externalId name description address1 address2 address3 locality region postalCode country phoneNumber mainLocation meta

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LocationResource",
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array"
    },
    "id": {
      "type": "string"
    },
    "externalId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "address1": {
      "type": "string"
    },
    "address2": {
      "type": "string"
    },
    "address3": {
      "type": "string"
    },
    "locality": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    },
    "mainLocation": {
      "type": "string"
    },
    "meta": {
      "type": "object"
    }
  }
}