SAP Concur Expense · Schema

ReceiptImageCreateResponse

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

Name Type Description
ID string The unique identifier of the uploaded receipt image
URI string
View JSON Schema on GitHub

JSON Schema

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