SAP Billing Document
Schema for SAP S/4HANA Billing Document entity (A_BillingDocument) from the API_BILLING_DOCUMENT_SRV OData service. Represents billing document headers including invoices, credit memos, and debit memos.
DistributionERPODataS/4HANASalesSAP
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.sap.com/schemas/sap-sd-billing-document",
"title": "SAP Billing Document",
"description": "Schema for SAP S/4HANA Billing Document entity (A_BillingDocument) from the API_BILLING_DOCUMENT_SRV OData service. Represents billing document headers including invoices, credit memos, and debit memos.",
"type": "object",
"properties": {
"BillingDocument": {
"type": "string",
"maxLength": 10,
"description": "Billing document number"
},
"BillingDocumentType": {
"type": "string",
"maxLength": 4,
"description": "Billing document type (F2=Invoice, G2=Credit Memo, L2=Debit Memo)"
},
"BillingDocumentCategory": {
"type": "string",
"maxLength": 1,
"description": "Billing document category"
},
"SDDocumentCategory": {
"type": "string",
"maxLength": 4,
"description": "SD document category"
},
"BillingDocumentDate": {
"type": "string",
"format": "date",
"description": "Billing date"
},
"CreationDate": {
"type": "string",
"format": "date",
"description": "Date the document was created"
},
"LastChangeDate": {
"type": "string",
"format": "date",
"description": "Date of last change"
},
"SalesOrganization": {
"type": "string",
"maxLength": 4,
"description": "Sales organization"
},
"DistributionChannel": {
"type": "string",
"maxLength": 2,
"description": "Distribution channel"
},
"Division": {
"type": "string",
"maxLength": 2,
"description": "Division"
},
"SoldToParty": {
"type": "string",
"maxLength": 10,
"description": "Sold-to party"
},
"PayerParty": {
"type": "string",
"maxLength": 10,
"description": "Payer"
},
"TotalNetAmount": {
"type": "string",
"description": "Net value in document currency"
},
"TotalGrossAmount": {
"type": "string",
"description": "Gross value in document currency"
},
"TransactionCurrency": {
"type": "string",
"maxLength": 5,
"description": "SD document currency"
},
"TotalTaxAmount": {
"type": "string",
"description": "Tax amount in document currency"
},
"BillingDocumentIsCancelled": {
"type": "boolean",
"description": "Indicates if the billing document is cancelled"
},
"CancelledBillingDocument": {
"type": "string",
"maxLength": 10,
"description": "Cancelled billing document number"
},
"AccountingDocument": {
"type": "string",
"maxLength": 10,
"description": "Accounting document number"
},
"CompanyCode": {
"type": "string",
"maxLength": 4,
"description": "Company code"
}
},
"required": ["BillingDocument"]
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-sd-billing-document"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.