SAP Concur Expense · Schema

ExpenseReportCreateResponse

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

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

JSON Schema

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