Update a recurring invoice
POST
https://api.tamio.com/v2/orders/recurring/update/{uuid}
Updates an existing recurring invoice subscription with new billing cycles, products, customer details, and subscription settings.
The interval field maximum depends on the billing_cycle value:
day→ max interval 365week→ max interval 52month→ max interval 12year→ max interval 1
Path Parameters
uuid
string*
UUID of the recurring invoice subscription to update
Body Parameters
customer
object*
date
object*
Subscription start date
due_date
object
Payment due date for each generated invoice
label
string
locale
string
currency
string*
recurring
boolean*
taxes
string
accountoff
statement_descriptor
string
send_to_customer
boolean
trial_period
integer
billing_cycle
string*
dayweekmonthyear
interval
integer*
payments
array of string*
products
array of object*
Responses
200
Recurring invoice updated successfully
Recurring invoice updated successfully
status
integer
transaction
object
Updated transaction object
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string