SAP Concur · JSON Structure

Sap Concur Expense Location Structure

Type: object Properties: 5
Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Location is a JSON Structure definition published by SAP Concur, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name city countryCode countrySubDivisionCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Location",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "countrySubDivisionCode": {
      "type": "string"
    }
  }
}