SAP Concur · JSON Structure

Sap Concur Expense Report Details Structure

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

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

Properties

reportId name businessPurpose reportDate startDate endDate countryCode countrySubDivisionCode currencyCode policyId reportFormId ledgerId approvalStatus approvalStatusId paymentStatus paymentStatusId userId isSubmitted isSentBack creationDate submitDate reportVersion customData links

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportDetails",
  "type": "object",
  "properties": {
    "reportId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "businessPurpose": {
      "type": "string"
    },
    "reportDate": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "countrySubDivisionCode": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "policyId": {
      "type": "string"
    },
    "reportFormId": {
      "type": "string"
    },
    "ledgerId": {
      "type": "string"
    },
    "approvalStatus": {
      "type": "string"
    },
    "approvalStatusId": {
      "type": "string"
    },
    "paymentStatus": {
      "type": "string"
    },
    "paymentStatusId": {
      "type": "string"
    },
    "userId": {
      "type": "string"
    },
    "isSubmitted": {
      "type": "boolean"
    },
    "isSentBack": {
      "type": "boolean"
    },
    "creationDate": {
      "type": "string"
    },
    "submitDate": {
      "type": "string"
    },
    "reportVersion": {
      "type": "integer"
    },
    "customData": {
      "type": "array"
    },
    "links": {
      "type": "array"
    }
  }
}