Below are the details to connect and post to a Case Manager TEST system against which you can test your integrations.
➡ Note: That this is a test system and is intended for test data only.
Important Before any testing can begin, you will need to request a Case Manager Test system against which you can test your integrations. Please contact the IIZUKA support team to request the system by emailing support@iizuka.co.uk. Once a Case Manager Test system has been setup you will be provided with the following details which you will use to access and verify the Case Manager Public API. Case Manager Test system
Portal Submission User
|
How to Use
- Request JWT Token. Below is an example CURL command but you can request this via a web service call.
curl -X POST -u <client_id>:<client_secret> -d "grant_type=client_credentials" https://<Token Endpoint>
- Set Header
Authorisation: Bearer <your_access_token>
- Call the standard Endpoint, POST, with a payload. See example payloads below.
https://uk-test.casemanager.net/processBatch
Important The below examples use the Google Chrome Advanced REST client (ARC) add-on, see; https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo/related |
Setup the POST request
Once you have a valid JWT Token you need to set the Header as shown in the example below.
Post with the body payload JSON
You can now post to the Case Manager Public API.
➡ Note: Please Right-Click & Open Image in New Tab for a Better Look!
Pete Patel
Comments