SAP Concur · Example Payload

Sap Concur Expense Form Field Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

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

Top-level fields

idlabelcontrolTypedataTypeisRequiredisCustommaxLengthsequence

Example Payload

Raw ↑
{
  "id": "abc123",
  "label": "Example Title",
  "controlType": "example_value",
  "dataType": "example_value",
  "isRequired": true,
  "isCustom": true,
  "maxLength": 10,
  "sequence": 10
}