Sap Concur Expense Report Structure
Structural documentation for the SAP Concur Expense Report object showing field groupings, data types, and relationships.
SAP Concur Expense Report Structure is a JSON Structure definition published by SAP Concur Expense.
Meta-schema:
JSON Structure
{
"name": "SAP Concur Expense Report Structure",
"description": "Structural documentation for the SAP Concur Expense Report object showing field groupings, data types, and relationships.",
"fields": [
{
"name": "ID",
"type": "string",
"description": "System-generated unique identifier",
"example": "39BD9B5BEA224C358917F4A3369E5A28"
},
{
"name": "Name",
"type": "string",
"description": "User-provided name for the expense report",
"example": "Q1 2026 Sales Conference Travel"
},
{
"name": "Total",
"type": "number",
"description": "Sum of all entry amounts in report currency",
"example": 2450.75
},
{
"name": "CurrencyCode",
"type": "string",
"description": "ISO 4217 code (e.g., USD, EUR, GBP)",
"example": "USD"
},
{
"name": "ApprovalStatusCode",
"type": "string",
"description": "Workflow status code. A_FILE=Draft, A_PEND=Pending Manager Approval, A_APPR=Approved, A_EXTV=External Validation",
"example": "A_PEND"
},
{
"name": "PaymentStatusCode",
"type": "string",
"description": "Payment status. P_NOTP=Not Processed, P_PROC=Processing, P_PAID=Paid, P_HOLD=On Hold",
"example": "P_NOTP"
},
{
"name": "SubmitDate",
"type": "string (ISO 8601 datetime)",
"description": "When the report was submitted for approval",
"example": "2026-04-15T09:30:00.000Z"
},
{
"name": "CreateDate",
"type": "string (ISO 8601 datetime)",
"description": "When the report was initially created",
"example": "2026-04-10T14:22:00.000Z"
},
{
"name": "OwnerLoginID",
"type": "string",
"description": "Employee login (email) who owns the report",
"example": "john.smith@example.com"
},
{
"name": "OwnerName",
"type": "string",
"description": "Full name of the report owner",
"example": "John Smith"
},
{
"name": "PolicyID",
"type": "string",
"description": "Expense policy applied to the report",
"example": "j_crna3c9c00-000000-000000-000000000000"
},
{
"name": "ReportNumber",
"type": "string",
"description": "Human-readable sequential report identifier",
"example": "2026-0042"
},
{
"name": "HasException",
"type": "boolean",
"description": "True if any entry violates policy and has an exception",
"example": false
},
{
"name": "PurposeStatement",
"type": "string",
"description": "Business justification for all expenses in the report",
"example": "Expenses incurred attending the annual North America Sales Summit in Chicago."
}
],
"relationships": [
{
"field": "ID",
"relatesTo": "ExpenseEntry.ReportID",
"description": "One report contains many expense entries"
},
{
"field": "PolicyID",
"relatesTo": "ExpenseGroupConfig.PolicyID",
"description": "The policy governs expense type rules and approval workflows"
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/sap-concur-expense-report-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.