Record a resolution for a screening hit

post/entity/{partyId}/resolutions

Records the resolution of a screening hit for an entity profile.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
partyId
string
true

The party identifier of the screened entity.

>= 5 characters<= 100 characters

Request Body

A record describing the resolution.

Screening Resolution is used to record the disposition of a screening hit.

NameTypeRequiredDescription
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.

Responses

StatusMeaningDescription
201Created

The request succeeded.

HeadersSchema
400Bad Request

Bad request (the request is not well-formed).

Schema
404Not Found

The service is not available.

Schema
406Not Acceptable

Not Acceptable. Include an Accept header with a supported value on the request.

Schema
415Unsupported Media Type

Unsupported Media Type. Include a Content-Type header with a supported value in the request.

Schema