get_business_partner
Retrieve a specific business partner by ID from SAP S/4HANA, returning complete details. Use $expand to include related addresses or roles.
Instructions
Get a specific business partner by ID from SAP S/4HANA. Returns full details. Use $expand to include related data like addresses or roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Business Partner ID (e.g. '1000001') | |
| expand | No | OData $expand (e.g. "to_BusinessPartnerAddress,to_BusinessPartnerRole") | |
| select | No | Comma-separated fields to return |