Record a resolution for a screening hit
Records the resolution of a screening hit for an entity profile.
1{2 "messageReference": "317afc87-6240-480a-b58c-4732539eabe7",3 "profileId": "OFAC000000018400",4 "resolutionName": "False Positive",5 "comment": "This is OK",6 "productivity": "full",7 "action": "none",8 "sendForReview": false,9 "triggerException": true,10 "modifiedBy": "bobby",11 "modifiedDttm": "2025-09-23T17:10:01Z",12 "reviewedBy": "jimmy",13 "reviewedDttm": "2025-09-23T17:21:15Z",14 "links": [15 {16 "href": "/watchlistScreening/entity/00001",17 "method": "GET",18 "rel": "entity",19 "type": "application/json",20 "uri": "/watchlistScreening/entity/00001"21 }22 ]23}
| Name | Type | Required | Description |
|---|---|---|---|
partyId | string | true | The party identifier of the screened entity. >= 5 characters<= 100 characters |
A record describing the resolution.
Screening Resolution is used to record the disposition of a screening hit.
| Name | Type | Required | Description |
|---|---|---|---|
messageReference | string | false | The unique identifier that is generated by SAS Real-Time Watchlist Screening for a screening request. |
profileId | string | false | The ID of the watchlist profile. |
resolutionName | string | false | The name of the resolution. |
productivity | string | false | The productivity impact of the resolution. |
comment | string | false | Any additional comments regarding the resolution. |
action | string | false | The action taken as a result of the resolution. |
sendForReview | boolean | false | Indicates whether the resolution should be sent for review. |
triggerException | boolean | false | Indicates whether an exception should be triggered. |
modifiedBy | string | false | The user who last modified the screening resolution. |
modifiedDttm | string | false | The date and time when the screening resolution was last modified. |
reviewedBy | string | false | The user who reviewed the screening resolution. |
reviewedDttm | string | false | The date and time when the screening resolution was reviewed. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 201 | Created | The request succeeded. | Headers | Schema |
| 400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
| 404 | Not Found | The service is not available. | Schema | |
| 406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema | |
| 415 | Unsupported Media Type | Unsupported Media Type. Include a Content-Type header with a supported value in the request. | Schema |