Hi
Follow https://developers.thomsonreuters.com/customer-and-third-party-screening/world-check-one-api/quick-start
After set api-key + secret
Step 1) SEQ-1a - groups Web Service - "Get my top-level
groups"
Success
{
"id": "0a3687d0-64a6-1d01-993d-ef2a00000bb0",
"name": "ProximaX Singapore Pte Ltd (T)",
"parentId": null,
"hasChildren": true,
"status": "ACTIVE",
"children": [
{
"id": "0a3687d0-64a6-1d01-993d-ef5300000bfd",
"name": "ProximaX Singapore Pte Ltd - Screening",
"parentId": "0a3687d0-64a6-1d01-993d-ef2a00000bb0",
"hasChildren": false,
"status": "ACTIVE",
"children": []
}
]
}
Step 2) SEQ-case-create-simple: Save a very simple case
FAILStatus code is 201 | AssertionError: expected response to have status code 201 but got 404
FAILCould retrieve the caseSystemId from response | AssertionError: expected [] to have property 'caseSystemId'
FAILCould retrieve the caseId from response | AssertionError: expected [] to have property 'caseId'
FAILCould retrieve the userId from response | AssertionError: expected [] to have property 'creator'
So, what issue here and how can I solve it?
Thanks