create_payment_in
Create an incoming bank payment in rubles. Provide organization, counterparty, and amount; optionally add description and incoming date.
Instructions
Create an incoming bank payment (входящий платёж). Amount in RUBLES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_href | Yes | Meta href of the counterparty. Get from get_counterparties | |
| sum_rubles | Yes | Amount in RUBLES (converted to kopecks internally) | |
| description | No | Comment | |
| incoming_date | No | Incoming document date (ISO 8601) | |
| incoming_number | No | Incoming document number | |
| organization_href | Yes | Meta href of the organization. Get from list_organizations |