{ "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" } ] } } ] }