Change sales order status via api

Change sales order status via api

Fed up with Mr Bean yet ?

A little more help with the following if not :-) ....

var url = ' https://books.zoho.com/api/v3/salesorders/'+ soId+"/status/open?organization_id="+ orgID +"?authtoken="+ token;

What am I doing wrong here ? - keep getting "code":2,"message":"Invalid value passed for organization_id" ?
In the wrong place maybe ? - tried every way I can think of & the ID is correct !

From api documentation - https://books.zoho.eu/api/v3/salesorders/{salesorder_id}/status/void?organization_id=1023469