SAP Concur · JSON Structure

Sap Concur Expense New Report Structure

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

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

Properties

name businessPurpose reportDate startDate endDate currencyCode countryCode countrySubDivisionCode policyId customData

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NewReport",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "businessPurpose": {
      "type": "string"
    },
    "reportDate": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "countrySubDivisionCode": {
      "type": "string"
    },
    "policyId": {
      "type": "string"
    },
    "customData": {
      "type": "array"
    }
  }
}