SAP Concur · Example Payload

Sap Concur Createreport Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Createreport 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": "createReport",
  "method": "POST",
  "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports",
  "summary": "Sap Concur Create a New Expense Report",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatereportRequestExample",
      "example": {
        "name": "Example Title",
        "businessPurpose": "example_value",
        "reportDate": "2026-01-15",
        "startDate": "2026-01-15",
        "endDate": "2026-01-15",
        "currencyCode": "example_value",
        "countryCode": "example_value",
        "countrySubDivisionCode": "example_value",
        "policyId": "500123",
        "customData": [
          {
            "id": "abc123",
            "value": "example_value",
            "isValid": "500123"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createreport201Example",
      "example": {
        "uri": "https://www.example.com"
      }
    }
  ]
}