Get Cases in Business Catalyst REST API -


business catalyst has push notification new customer inquiries sends post request object id, e.g.objectid=1234567&objecttype=2001

the answer this question use soap api(legacy) request details of case.

is there way using new rest api?https://docs.worldsecuresystems.com/reference/rest-apis/index.html

there no documented method cases or case endpoint.

if not, solution wil mix api calls being used .

some of api's haven't been updated v3 yet (rest) unfortunately still need use soap endpoint cases api.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -