SAP Concur · Example Payload

Sap Concur Getallocation Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Getallocation 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": "getAllocation",
  "method": "GET",
  "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/allocations/{allocationId}",
  "summary": "Sap Concur Retrieve a Single Allocation by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getallocation200Example",
      "example": {
        "allocationId": "500123",
        "expenseId": "500123",
        "accountCode": "example_value",
        "overLimitAccountCode": "example_value",
        "allocationAmount": {
          "value": 42.5,
          "currencyCode": "example_value"
        },
        "approvedAmount": {
          "value": 42.5,
          "currencyCode": "example_value"
        },
        "claimedAmount": {
          "value": 42.5,
          "currencyCode": "example_value"
        },
        "percentage": 42.5,
        "isSystemAllocation": true,
        "isPercentEdited": true,
        "customData": [
          {
            "id": "abc123",
            "value": "example_value",
            "isValid": "500123"
          }
        ]
      }
    }
  ]
}