SAP Concur · JSON Structure

Sap Concur Expense Allocation Structure

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

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

Properties

allocationId expenseId accountCode overLimitAccountCode percentage isSystemAllocation isPercentEdited customData

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Allocation",
  "type": "object",
  "properties": {
    "allocationId": {
      "type": "string"
    },
    "expenseId": {
      "type": "string"
    },
    "accountCode": {
      "type": "string"
    },
    "overLimitAccountCode": {
      "type": "string"
    },
    "percentage": {
      "type": "number"
    },
    "isSystemAllocation": {
      "type": "boolean"
    },
    "isPercentEdited": {
      "type": "boolean"
    },
    "customData": {
      "type": "array"
    }
  }
}