#krs_api

1 messages ยท Page 1 of 1 (latest)

cosmic ospreyBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1368803357904601133

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rare cape
#

Hi there, this error happens because you request also include changes to the already ended phase (i.e., phase 1).

orchid cargo
#

I have not done any changes to the current and older phases, only change was done in is for the last phase to add coupon_code. I have compared the payload with schedule information. But still it is throwing error as cannot be modified. Is it possible to check and conirm which detail is being modified? It would help us to understand the issue better

rare cape
#

I'd recommend you retrieve the subscription schedule object first and only make changes on the future phases.

If you take a look at the data in your request, the first two phases are already ended, and they do not exist in the current subscription schedule object.

orchid cargo
#

That is exactly what I am doing. Retrieve the schedule and modify only the coupon code the future phase of the schedule. No other changes.

rare cape
#

Can you share with me the subscription schedule object that you just retrieved before making the change to it?

orchid cargo
rare cape
orchid cargo
#

ok. I did not know that we need to remove the past phases, it used to work for last few years. I will try this and update. Thanks