SAP Concur · JSON Structure

Sap Concur Expense Error Response Structure

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

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

Properties

errorId errorMessage httpStatus path timestamp validationErrors

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "errorId": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "httpStatus": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "validationErrors": {
      "type": "array"
    }
  }
}