get_business_partner โ Get Business Partner
Gets one business partner by its exact card code โ card code, name, type, balance.
Gets one business partner (customer or supplier) by its exact card code: card code, name, type, balance. Read-only. Use it when the user references a single partner by code โ “show customer C001”, “details for V001”. A missing code returns an empty result.
To match by name or list several partners, use search_business_partners instead.
Try these prompts
- “show customer C001”
- “details for V001”
- “who is C001?”
- “what’s the balance on C002?”
ื ืกื ืื ืืขืืจืืช
- “ืืฆื ืคืจืืื ืขื ืืงืื ืืกืืื”
- “ืื ืืกืคืง ืืื ืืื ืคืจืืื?”
- “ืื ืืืชืจื ืฉื ืืืงืื?”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | required | The partner’s exact card code, e.g. C001 or V001. |
Example result
C001 Acme Corp โ customer, balance $1,900.00.
Related
search_business_partnersโ match partners by name or list several.