Example case creation: SEQ-screen-sync-individual: Perform Synchronous Screening: Individual Below 200 OK result: { "groupId": "{{group-id}}", "entityType": "INDIVIDUAL", "caseId": "Spiderman", "providerTypes": [ "WATCHLIST", "MEDIA_CHECK" ], "caseScreeningState": { "WATCHLIST": "ONGOING", "MEDIA_CHECK": "INITIAL" }, "name": "Peter Parker", "nameTransposition": false, "secondaryFields": [ { "typeId": "SFCT_1", "value": "MALE" }, { "typeId": "SFCT_2", "dateTimeValue": "1980-01-18" }, { "typeId": "SFCT_3", "value": "ZAF" }, { "typeId": "SFCT_4", "value": "USA" }, { "typeId": "SFCT_5", "value": "USA" } ] } 200 OK (fields have been ommited due to sensitive information): "caseId": "Spiderman", "name": "Peter Parker", "providerTypes": [ "MEDIA_CHECK", "WATCHLIST" ], "customFields": [], "secondaryFields": [ { "typeId": "SFCT_2", "value": null, "dateTimeValue": "1980-01-18" }, { "typeId": "SFCT_3", "value": "ZAF", "dateTimeValue": null }, { "typeId": "SFCT_5", "value": "USA", "dateTimeValue": null }, { "typeId": "SFCT_1", "value": "MALE", "dateTimeValue": null }, { "typeId": "SFCT_4", "value": "USA", "dateTimeValue": null }