Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Screening /
  • World-Check One /

For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

avatar image
Question by aparna.sandesh.koli · Aug 28, 2019 at 05:45 AM · world-checkworld-check-one

‘SEQ-case-update’: Case data updates at alternate request sent to World Check API

Hi Team,

I am trying to update case details like Date of birth and Country in World Check profile. I am using Update API call ‘SEQ-case-update: Update a case’ of postman collection and WC1 pilot environment. With my first request sent to WC1, existing case data like DOB and country gets blank out. if I send same request again, data gets updated successfully in World check profile. Looks like every alternate response gets expected output. Sample request payload and two consecutive responses are given below. Can you please advise?

Request Sent:

{

"groupId": "{ {group-id}}",

"entityType": "INDIVIDUAL",

"providerTypes": [

"WATCHLIST"

],

"name": "Kane Hanes",

"caseId": "4edb1836-8794-4481-89d6-6c115de98749",

"customFields": [

{

"typeId": "{ {custom-field-1}}",

"value": "C9D8B8333C55CCC9"

}

],

"secondaryFields": [

{

"typeId": "SFCT_2",

"dateTimeValue": "1980-01-01"

},

{

"typeId": "SFCT_3",

"value": "USA"

}

]

}

First response for above request:

{

"caseId": "4edb1836-8794-4481-89d6-6c115de98749",

"name": "Kane Hanes",

"providerTypes": [

"WATCHLIST"

],

"customFields": [

{

"typeId": "0a3687cf-673a-134c-99d5-bf33000005a4",

"value": "C9D8B8333C55CCC9",

"dateTimeValue": null

}

],

"secondaryFields": [],

"groupId": "0a3687d0-65b4-1cc3-99a1-e4250000229b",

"entityType": "INDIVIDUAL",

"caseSystemId": "0a3687cf-6cb9-1ed0-9b34-6e56001b10a9",

"caseScreeningState": "INITIAL",

"lifecycleState": "UNARCHIVED",

"creator": {

"userId": "xxxx",

"firstName": "Fistname",

"lastName": "Lastname",

"fullName": "Fistname Lastname",

"email": "Fistname.lastname@gmail.com",

"status": "ACTIVE",

"registrationKey": "dummy"

},

"modifier": {

"userId": "xxxx",

"firstName": "Fistname",

"lastName": "Lastname",

"fullName": "Fistname Lastname",

"email": "Fistname.lastname@gmail.com",

"status": "ACTIVE",

"registrationKey": "dummy"

},

"assignee": null,

"creationDate": "2019-08-27T06:18:01.314Z",

"modificationDate": "2019-08-28T06:08:05.298Z",

"outstandingActions": false

}

Second response for same request:

{

"caseId": "4edb1836-8794-4481-89d6-6c115de98749",

"name": "Kane Hanes",

"providerTypes": [

"WATCHLIST"

],

"customFields": [

{

"typeId": "0a3687cf-673a-134c-99d5-bf33000005a4",

"value": "C9D8B8333C55CCC9",

"dateTimeValue": null

}

],

"secondaryFields": [

{

"typeId": "SFCT_2",

"value": null,

"dateTimeValue": "1980-01-01"

},

{

"typeId": "SFCT_3",

"value": "USA",

"dateTimeValue": null

}

],

"groupId": "0a3687d0-65b4-1cc3-99a1-e4250000229b",

"entityType": "INDIVIDUAL",

"caseSystemId": "0a3687cf-6cb9-1ed0-9b34-6e56001b10a9",

"caseScreeningState": "INITIAL",

"lifecycleState": "UNARCHIVED",

"creator": {

"userId": "xxxx",

"firstName": "Fistname",

"lastName": "Lastname",

"fullName": "Fistname Lastname",

"email": "Fistname.lastname@gmail.com",

"status": "ACTIVE",

"registrationKey": "dummy"

},

"modifier": {

"userId": "xxxx",

"firstName": "Fistname",

"lastName": "Lastname",

"fullName": "Fistname Lastname",

"email": "Fistname.Lastname@gmail.com",

"status": "ACTIVE",

"registrationKey": null

},

"assignee": null,

"creationDate": "2019-08-27T06:18:01.314Z",

"modificationDate": "2019-08-28T09:08:05.486Z",

"outstandingActions": false

}

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

3 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Irfan.Khan · Aug 30, 2019 at 07:47 AM

@aparna.sandesh.koli

Thank you for the clarification. As Berkshire are already in production, I will have to close this developer community question. Do not worry I will write an email to you, to take case of this issue.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
Answer by Irfan.Khan · Aug 28, 2019 at 10:21 AM

@aparna.sandesh.koli

This is highly unusual. Can you please reproduce this? Also, please provide me the account name so that I can locate your API credentials for a check.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by aparna.sandesh.koli · Aug 29, 2019 at 02:23 PM

@Irfan.Khan

Hi,

I am using account of Berkshire Hathaway Inc. in WC1 pilot environment. Update case in postman collection for any individual or organisation blanks out secondary parameters in first request and updates data correctly in second pass.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
9 People are following this question.

Related Questions

"cases/{ {case-system-id}}/screeningRequest" is not updating case results when called again after case update request

C# need url and sample for consumption world check one api with api key and secret

How to get more details from WorldCheck response.

Using customer integration tools to call the API?

WC1 Pilot Environment Postman JSON file import resulted in an error in Postman. Any thoughts?

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges