Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue with Activating Subscription via REST API When Subscription Number Contains Forward Slash

Hi All,

We are using the following REST API to activate subscriptions:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/action/activate.

However, we’re encountering an issue when the subscription number contains a forward slash (/).
For example: xxx/yyy-71/25.

When we attempt to invoke the API with such a subscription number, we receive a 404 Not Found error.

We also tried URL-encoding the forward slashes by replacing / with %2F, but this did not resolve the issue.

We would appreciate any suggestions or guidance on how to handle this scenario.

Regards,
Radheshyam.

Comments
Post Details
Added on Jun 5 2025
0 comments
62 views