Skip to main content
PUT
/
api
/
external
/
v2
/
subscription-billing-attempts-update-order-note
/
{id}
Update order note for a billing attempt
curl --request PUT \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-billing-attempts-update-order-note/{id}
true

Documentation Index

Fetch the complete documentation index at: https://developers.appstle.com/llms.txt

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

Headers

X-API-Key
string

Path Parameters

id
integer<int64>
required

Billing Attempt ID

Query Parameters

api_key
string

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

orderNote
string
required

Updated Order Note

Response

Order note successfully updated

The response is of type boolean.