create_purchase_order
Create a supplier purchase order with product line items, quantities, and prices in rubles. Specify organization and counterparty, optionally add warehouse.
Instructions
Create a purchase order (заказ поставщику). Prices in RUBLES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | Document line items | |
| agent_href | Yes | Meta href of the counterparty. Get from get_counterparties | |
| store_href | No | Meta href of the receiving warehouse (optional) | |
| description | No | Comment | |
| organization_href | Yes | Meta href of the organization. Get from list_organizations |