hello
I am building a Angular + Bonita application.
I am able to start a case with the http://localhost:8080/bonita/API/bpm/process/6911839711750862830/instantiation .
If I pass the Http POST body as empty string , I am able to start a case.
But Now i need to start the same with some contract value. If I pass a JSON variable with request body then I get error 415.
Please suggest how can I initialize a process which has contacts defined at process level.
I am using Angular to call the REST API and pass the parameter.
thanks