Perform adhoc Restricted Party Screening.

post

/custom-actions/adhocRPS

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : party
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

The default response.
Body ()
Root Schema : adhocRPSResponse
Type: object
The response body contains the request body in the response along with status parameter along with list of restricted parties (at most 5 with highest match factor).
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : restrictedPartyList
Type: array
List of 5 restricted parties with relevant details.
Show Source
Nested Schema : party
Type: object
Show Source
Nested Schema : items
Type: object
Show Source

400 Response

The default response.
Body ()
Root Schema : errorResponse400
Type: object
Show Source

429 Response

The default response.
Body ()
Root Schema : errorResponse429
Type: object
Show Source

500 Response

The default response.
Body ()
Root Schema : errorResponse500
Type: object
Show Source
Back to Top