Application Integration
- Application Integration
- All Products
https://mySPIwebAdress:portNumber/active-bpel/services/REST/<process_name>?var=value
{ "param_A" : "abc", // NOTE: string, no $t "param_B" : 123, // NOTE: typed as a number "param_C" : true // NOTE: typed as bool }
{ "field_A" : "abc", "field_B" : 123, "field_C" : true }
GET/rt/ProcessName?param_A=abc¶m_B=123¶m_C=true
{ "orders" : ["O-213", "O-425"] }
{ "orders" : [{OrderNumber : "O-213"}, {OrderNumber : "O-425"}] }