generate_json2_payload
Generate a preview of a JSON-2 request payload for Odoo, enabling validation of model, method, arguments, and headers without sending a network request.
Instructions
Build a JSON-2 request preview without network access
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| model | Yes | ||
| kwargs | No | ||
| method | Yes | ||
| base_url | No | ||
| database | No | ||
| include_database_header | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |