Get required input fields
get_required_fieldsList required field names for a camt message type to use as a mandatory columns checklist before building reversing-entry records.
Instructions
List only the required input field names for a camt message type.
Use this for a quick checklist of the mandatory columns before building
reversing-entry records. When you need full type/format constraints (not
just which fields are required), call ``get_input_schema`` instead.
Args:
message_type: A supported ISO 20022 camt.05x message type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_type | Yes | A supported ISO 20022 camt.05x message type string, e.g. 'camt.053.001.14'. Call list_message_types first to discover the exact accepted values. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |