SAP Sales and Distribution (SD) · Schema
Customer
Customer entity (A_Customer)
DistributionERPODataS/4HANASalesSAP
Properties
| Name | Type | Description |
|---|---|---|
| Customer | string | Customer number |
| CustomerAccountGroup | string | Customer account group |
| CustomerName | string | Customer name |
| DeliveryIsBlocked | string | Delivery block |
| OrderIsBlocked | string | Order block |
| PostingIsBlocked | boolean | Posting block |
| CreationDate | string | Customer creation date |
| CustomerClassification | string | Customer classification |
| IndustryCode1 | string | Industry key |
| NFPartnerIsNaturalPerson | string | Natural person indicator |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Customer",
"title": "Customer",
"type": "object",
"description": "Customer entity (A_Customer)",
"properties": {
"Customer": {
"type": "string",
"maxLength": 10,
"description": "Customer number"
},
"CustomerAccountGroup": {
"type": "string",
"maxLength": 4,
"description": "Customer account group"
},
"CustomerName": {
"type": "string",
"maxLength": 80,
"description": "Customer name"
},
"DeliveryIsBlocked": {
"type": "string",
"maxLength": 2,
"description": "Delivery block"
},
"OrderIsBlocked": {
"type": "string",
"maxLength": 2,
"description": "Order block"
},
"PostingIsBlocked": {
"type": "boolean",
"description": "Posting block"
},
"CreationDate": {
"type": "string",
"format": "date",
"description": "Customer creation date"
},
"CustomerClassification": {
"type": "string",
"maxLength": 2,
"description": "Customer classification"
},
"IndustryCode1": {
"type": "string",
"maxLength": 4,
"description": "Industry key"
},
"NFPartnerIsNaturalPerson": {
"type": "string",
"maxLength": 1,
"description": "Natural person indicator"
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-sales-and-distribution-sd-customer"
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 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.