SAP Concur · Example Payload

Sap Concur Getcostobjectsforapprover Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Getcostobjectsforapprover 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": "getCostObjectsForApprover",
  "method": "GET",
  "path": "/expensereports/v4/users/{userId}/reports/{reportId}/costObjectsForApprover",
  "summary": "Sap Concur Retrieve Cost Objects for an Approver",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcostobjectsforapprover200Example",
      "example": [
        {
          "costObjectId": "500123",
          "name": "Example Title",
          "code": "example_value"
        }
      ]
    }
  ]
}