Update subscription notes
Subscriptions
Update Subscription Notes
Updates the notes field on a subscription.
PATCH
Update subscription notes
Overview
Update the notes field on a subscription. Use this to add internal comments, support ticket references, or any relevant information about the subscription.Request Fields
| Field | Required | Description |
|---|---|---|
notes | Yes | Note text (max 5000 characters) |
Example Request
Response Fields
| Field | Description |
|---|---|
success | Always true on success |
message | Confirmation message |
rentalId | The updated subscription ID |
Common Use Cases
Support Tickets
Reference support interactions and resolutions
Customer Preferences
Record delivery, communication, or service preferences
Internal Notes
Add context for team members handling the account
Issue Tracking
Document known issues or special handling requirements
Example: Append to Existing Notes
Notes are replaced, not appended. To preserve existing notes:Example: Log Support Interaction
Example: Bulk Update Notes
Notes Best Practices
- Be concise but include relevant details
- Use timestamps when logging events
- Include references (ticket IDs, order numbers)
- Avoid sensitive data (use separate secure storage for PII)
Error Handling
| Error Code | Cause | Solution |
|---|---|---|
NOT_FOUND | Subscription doesn’t exist | Verify subscription ID |
VALIDATION_ERROR | Notes exceed 5000 characters | Shorten the note text |
Related Endpoints
- Get Subscription - View current notes
- List Subscriptions - Find subscriptions
Authorizations
API key obtained from FlexPortal dashboard
Headers
Your tenant identifier
Path Parameters
The subscription ID
Body
application/json
Maximum string length:
5000