GET api/order/service/{OrderServiceID}/fraud
Returns a list of fraud detection rules for an order service
Error Messages
- 500/Internal Server Error - Error retrieving order service record with id x.
- 404/Not Found - No order service found with id x - Specified Order Service ID does not exist.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderServiceID | ID number of the order service | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of ViewFraud
FraudView| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | Type of event | string |
None. |
| Period | Period to mesure for limit | string |
None. |
| NotificationType | What sort of notification will be sent | string |
None. |
| ID | ID number of fraud record | string |
None. |
| SMS | Telephone number that alert will be sent to over SMS | string |
None. |
| Email address that alert will be sent to | string |
None. |
|
| Limit | Threshold to send an alert | string |
None. |