SAP Concur · Schema

UpdateAllocationRequest

Request body for updating an allocation

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Properties

Name Type Description
allocation object The allocation fields to update
expenseIds array The expense IDs to which this update applies
View JSON Schema on GitHub

JSON Schema

sap-concur-expense-update-allocation-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateAllocationRequest",
  "type": "object",
  "description": "Request body for updating an allocation",
  "properties": {
    "allocation": {
      "type": "object",
      "description": "The allocation fields to update"
    },
    "expenseIds": {
      "type": "array",
      "description": "The expense IDs to which this update applies"
    }
  }
}