create_ar_downpayment โ Create A/R Down Payment
Creates a SAP A/R down payment for a customer โ an advance against future invoices, held for human review.
Creates a SAP A/R down payment for a customer โ an advance payment against future
invoices (money the customer pays up front). A write, so it is always held for human
review. Use it when the user wants to record a customer down payment, advance, or
prepayment. Each line may carry a unit_price: when given it is authoritative (the
down-payment amount); when omitted the line uses the item’s list price.
Not for A/R invoices (use create_invoice) or credit memos (use create_credit_memo) โ
and not when the user only wants to see data.
Try these prompts
- “record a down payment from C001 for 10 of I001”
- “log an advance from Acme Corp of $950”
- “customer C001 prepaid for 5 units of I002”
ื ืกื ืื ืืขืืจืืช
- “ืจืฉืื ืืงืืื ืฉืงืืืื ื ืืืงืื”
- “ืืงืื ืฉืืื ืืจืืฉ ืขืืืจ ืืืื ื”
- “ืชืขื ืชืฉืืื ืืงืืื ืืืงืื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | required | The customer’s partner code, e.g. C001. |
lines[].item_code | required | Item the advance applies to, e.g. I001. |
lines[].quantity | required | How many units the advance covers. |
lines[].unit_price | optional | Down-payment amount per unit. Omit to use the item’s list price. |
Example result
A/R down payment drafted for review. C001 Acme Corp โ advance for 10 ร I001 at $95.00 each. Held for your approval before it posts to SAP.
Related
create_invoiceโ the future invoice the advance is applied against.create_credit_memoโ credit value back on an invoice.