# Fraud Case Management Gather endpoints that provide functionalities for managing fraud cases. These functionalities include creating a new fraud case, reading the details of a specific fraud case identified by its case ID, modifying the details of an existing fraud case, deleting an existing fraud case, and removing all fraud case data from a specific storage. ## List Fraud Cases - [GET /fraudcases](https://developer.cdq.com/apis/bankaccount-data-api/api-v2/fraud-case-management/paths/~1fraudcases/get.md): Display a page of Fraud Cases. ## Create Fraud Case - [POST /fraudcases](https://developer.cdq.com/apis/bankaccount-data-api/api-v2/fraud-case-management/paths/~1fraudcases/post.md): Create a new Fraud Case with the given data. ## Update Fraud Case - [PUT /fraudcases/{fraudCaseId}](https://developer.cdq.com/apis/bankaccount-data-api/api-v2/fraud-case-management/paths/~1fraudcases~1%7Bfraudcaseid%7D/put.md): Update a Fraud Case with the given data. ## Delete Fraud Case - [DELETE /fraudcases/{fraudCaseId}](https://developer.cdq.com/apis/bankaccount-data-api/api-v2/fraud-case-management/paths/~1fraudcases~1%7Bfraudcaseid%7D/delete.md): Delete a Fraud Case with the given ID. ## Fraud Alert - [POST /fraudcases/{fraudCaseId}/triggeralert](https://developer.cdq.com/apis/bankaccount-data-api/api-v2/fraud-case-management/paths/~1fraudcases~1%7Bfraudcaseid%7D~1triggeralert/post.md): Broadcast a fraud alert for the given Fraud Case. ## Fraud Cases Statistics - [GET /fraudcases/statistics](https://developer.cdq.com/apis/bankaccount-data-api/api-v2/fraud-case-management/paths/~1fraudcases~1statistics/get.md): Get statistics about the Fraud Cases.