SAP Concur Expense · Schema

QuickExpenseCreateResponse

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

Name Type Description
ID string The unique identifier of the created quick expense
URI string
View JSON Schema on GitHub

JSON Schema

sap-concur-expense-quickexpensecreateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QuickExpenseCreateResponse",
  "title": "QuickExpenseCreateResponse",
  "type": "object",
  "properties": {
    "ID": {
      "type": "string",
      "description": "The unique identifier of the created quick expense"
    },
    "URI": {
      "type": "string"
    }
  }
}