SAP Concur · Example Payload

Sap Concur Updateallocation Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Updateallocation Example is an example object payload from SAP Concur, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateAllocation",
  "method": "PATCH",
  "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/allocations/{allocationId}",
  "summary": "Sap Concur Update an Allocation",
  "requestExamples": [
    {
      "contentType": "application/merge-patch+json",
      "name": "UpdateallocationRequestExample",
      "example": {
        "allocation": {
          "customData": [
            {}
          ]
        },
        "expenseIds": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": []
}