SAP Concur · JSON Structure

Sap Concur Expense Report Approve Request Structure

Type: object Properties: 5
Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

ReportApproveRequest is a JSON Structure definition published by SAP Concur, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

comment expenseRejectedComment statusId expectedStepCode expectedStepSequence

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportApproveRequest",
  "type": "object",
  "properties": {
    "comment": {
      "type": "string"
    },
    "expenseRejectedComment": {
      "type": "string"
    },
    "statusId": {
      "type": "string"
    },
    "expectedStepCode": {
      "type": "string"
    },
    "expectedStepSequence": {
      "type": "integer"
    }
  }
}