Skip to main content
PUT
/
api
/
external
/
v2
/
subscription-contracts-update-order-note
/
{contractId}
Update order note for subscription
curl --request PUT \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-contracts-update-order-note/{contractId} \
  --header 'X-API-Key: <x-api-key>'
true

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.