Create Fraud Case

Creates a fraud case asynchronously.

  • The method validates the input FraudCasePostModel and, if invalid, returns a BadRequest with detailed validation errors.
  • After successful validation, it processes the business logic to create the fraud case and persists it in the database.
  • On validation or business logic errors, appropriate status codes and error messages are returned (e.g., 422 for known issues).
  • For unhandled exceptions, an HTTP 500 (Internal Server Error) is returned with a generic error message.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The fraud case data.

string
required
length ≥ 1
string | null
^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$
string | null
int32 | null
enum
Allowed:
string
required
length between 1 and 1000
string | null
questionResponses
array of objects | null
questionResponses
string
required
length ≥ 1
string | null
int64 | null
int64 | null
string | null
caseTransactionIds
array of int64s
required
length ≥ 1
caseTransactionIds*
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

500

Internal Server Error

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json
text/plain
text/json