SAP Concur Expense · Schema

ExpenseEntryCreateResponse

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

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

JSON Schema

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