Updates the notes field on an order.
Documentation Index
Fetch the complete documentation index at: https://docs.flexportal.io/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Required | Description |
|---|---|---|
notes | Yes | Note text (max 5000 characters) |
| Field | Description |
|---|---|
success | Always true on success |
message | Confirmation message |
orderId | The updated order ID |
| Error Code | Cause | Solution |
|---|---|---|
NOT_FOUND | Order doesn’t exist | Verify order ID |
VALIDATION_ERROR | Notes exceed 5000 characters | Shorten the note text |
API key obtained from FlexPortal dashboard
Your tenant identifier
The order ID
5000