Work Order Task Attachment Insert
Inserts an attachment into a work order task.
General information:
| Module | Category |
|---|---|
Work Order |
Insert |
Molecule details
Input parameters:
item_code: str, optional
Input schema:
| Field | Type | Required | Description | Default value | Examples |
|---|---|---|---|---|---|
item_code |
Optional[str] | ❌ | Related item code. | None |
- |
folio |
Optional[str] | ❌ | Work order folio. | None |
- |
id_work_order_task |
Optional[str] | ❌ | OT task identifier. | None |
- |
id_work_orders_tasks_form_items |
Optional[str] | ❌ | ID of the associated form item. | None |
- |
value |
str | ✅ | Attachment value (can be base64, URL, etc.). | PydanticUndefined |
- |
type |
Optional[str] | ❌ | Type of attachment (e.g. 'image', 'pdf', etc.). | None |
- |
Notes:
The value field is required.