Receiving the parameter.
When I look at the actual http post, the id is in there.
My method on my controller looks like this
public JsonResult EditClients(string address, string clientdescription, string clientname, string contactname, string contactnumber, string country, string id, string province)
Everything has a value except id, it is empty.
I got around though, in the