get
https://api-identifid.determan.dev/v1/fraudreport-manager/
Response Payload Object
| Property | Type | Description |
|---|---|---|
| transactionSignatureId | Guid | |
| transactionCreateDate | DateTime | |
| referenceNumber | String | |
| isActive | Bool | |
| createdByUserId | Guid | |
| createdByUserEmail | String | |
| createdAtUtc | DateTime | |
| deletedByUserId | Guid | |
| deletedByUserEmail | String | |
| deletedAtUtc | DateTime | |
| fraudReportNotes | Array of Object "FraudReportNotes" (see definition Models) | |
| companyData | Object "CompanyData" (see definition Models) |
Possible properties that could be null in the response payload
Possible properties that could be null in the response payload if the requester doesn't come from the same account:t
- transactionSignatureId
- createdByUserEmail
- createdByUserId
- deletedByUserEmail
- deletedByUserId
The property "fraudReportNotes" in the response payload
The property "fraudReportNotes" will contain objects with some properties being null if the requester is not from the same account or does not have the correct permissions.
- createdByUserId
- modifiedByUserId
- createdByUserEmail
- modifiedByUserEmail
Controlled Errors
These are the error codes that will appear when the property hasErrors is equal to true.
| Error Code | Error Message |
|---|---|
| error_flaggedreport_not_found | Fraud Report Not Found |
| error_user_not_found | User not found |
| failed_system_operation | Operation Failed |
