SAP Concur · Schema

UpdateSubmittedExpense

Limited-field update for an expense on a submitted report. Only accessible with Company JWT authentication.

Business TravelExpense ManagementFinancial-ServicesInvoice ManagementTravel Management

Properties

Name Type Description
businessPurpose string Business justification, maximum 64 characters
expenseSource string The source system that created or modified the expense
isExpenseRejected boolean Whether to mark the expense as rejected
isPaperReceiptReceived boolean Whether a physical receipt has been received
customData array
View JSON Schema on GitHub

JSON Schema

sap-concur-updatesubmittedexpense-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateSubmittedExpense",
  "title": "UpdateSubmittedExpense",
  "type": "object",
  "description": "Limited-field update for an expense on a submitted report. Only accessible with Company JWT authentication.",
  "required": [
    "expenseSource"
  ],
  "properties": {
    "businessPurpose": {
      "type": "string",
      "description": "Business justification, maximum 64 characters",
      "maxLength": 64,
      "example": "example_value"
    },
    "expenseSource": {
      "type": "string",
      "description": "The source system that created or modified the expense",
      "enum": [
        "EA",
        "MOB",
        "OTHER",
        "SE",
        "TA",
        "TR",
        "UI"
      ],
      "example": "EA"
    },
    "isExpenseRejected": {
      "type": "boolean",
      "description": "Whether to mark the expense as rejected",
      "example": true
    },
    "isPaperReceiptReceived": {
      "type": "boolean",
      "description": "Whether a physical receipt has been received",
      "example": true
    },
    "customData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomData"
      },
      "example": []
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-concur-updatesubmittedexpense"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.