Update delivery interval for a subscription contract
Updates the delivery interval for the specified subscription contract. This endpoint allows external API consumers to change the delivery interval count and type (of type SellingPlanInterval) used for scheduling deliveries.
Full behavior, validation rules, and side effects
The service validates that the contract exists, that the new delivery interval differs from the current setting, and that it meets all business rules.
Authentication is enforced via the X-API-Key header (the ‘api_key’ parameter is deprecated).
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
Query Parameters
Contract ID
API Key (Deprecated - Use Header X-API-Key instead)
Delivery Interval Count
Delivery Interval Type
DAY, WEEK, MONTH, YEAR, $UNKNOWN Response
Delivery interval updated successfully
ACTIVE, PAUSED, CANCELLED, EXPIRED, FAILED, $UNKNOWN SUCCEEDED, FAILED, $UNKNOWN