SAP Concur · JSON Structure

Sap Concur Expense Update Allocation Request Structure

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

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

Properties

allocation expenseIds

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateAllocationRequest",
  "type": "object",
  "properties": {
    "allocation": {
      "type": "object"
    },
    "expenseIds": {
      "type": "array"
    }
  }
}