Skip to main content
PUT
Update order note for subscription

Headers

X-API-Key
string
required

API Key for authentication

Path Parameters

contractId
integer<int64>
required

Subscription contract ID to update

Required range: x >= 1

Query Parameters

api_key
string

API Key (Deprecated - Use X-API-Key header instead)

orderNote
string
required

Note text to be added to all future orders. Can include special instructions, preferences, or internal notes. Pass empty string to clear existing note. HTML tags are not rendered - stored as plain text.

Response

Order note successfully updated

The response is of type boolean.