Hi,
As I tried to move subscription from some company to another company via management API, there was 404 error.
What I do is:
- URI: https://jp3.psb.fsapi.com/mp/v1/partners/<my SOP partner ID>/subscriptions/<target subscription ID>
- method: PUT
- JSON data: { "companyId": <company ID of another company> }
Thre result is:
- Response code: 404 Not Found
- Body: { "error": "resourceNotFound" }
Does "Update subscription details" work? or Do I have mis-understanding?