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.