Update proration policy
PUT/subscriptions/proration-policies/:proration_policy_uuid
You can update a proration policy at any time. For any subscriptions that are using the updated proration policy, the changes are also applied. Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the proration policy is not updated.
When updating proration policies:
- You can change the name of an existing policy.
- You can update
rounding
. - You can update
external_ref
as long asexternal_ref
is still unique in your store. - You can remove
external_ref
as this attribute is optional. - You cannot remove any required attributes, such as
name
orrounding
.
Request
Responses
- 200
- 400
- 403
- 404
- 409
Success. The proration policy details are updated.
Bad request. The request failed validation.
Forbidden. The operation is forbidden on this entity.
Not found. The requested entity does not exist.
Write conflict. Unable to perform the operation at this time.