SAP Concur · JSON Structure

Sap Concur Expense Cost Object For Approver Structure

Type: object Properties: 3
Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

CostObjectForApprover is a JSON Structure definition published by SAP Concur, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

costObjectId name code

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CostObjectForApprover",
  "type": "object",
  "properties": {
    "costObjectId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    }
  }
}