PUT FraudAlertsConfiguration
Updates the Fraud Alerts Configuration
Request Information
URI Parameters
None.
Body Parameters
The new data of the Fraud Alerts Configuration
FraudAlertConfigurationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
NetworkId | globally unique identifier |
None. |
|
Type | byte |
None. |
|
TypeDescription | string |
None. |
|
Periodicity | byte |
None. |
|
PeriodicityValue | integer |
None. |
|
TransactionsQuantity | integer |
None. |
|
Amount | decimal number |
None. |
|
Volume | decimal number |
None. |
|
Distance | integer |
None. |
|
Active | boolean |
None. |
|
Description | string |
None. |
|
TransactionMode | byte |
None. |
|
SubAccountOwner | byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "92500f54-6fb0-487a-84ee-255402c0c72a", "NetworkId": "c0cf2a53-052c-405b-8af6-c959248de0e0", "Type": 64, "TypeDescription": "sample string 4", "Periodicity": 64, "PeriodicityValue": 6, "TransactionsQuantity": 1, "Amount": 1.0, "Volume": 1.0, "Distance": 1, "Active": true, "Description": "sample string 8", "TransactionMode": 64, "SubAccountOwner": 64 }
application/xml, text/xml
Sample:
<FraudAlertConfigurationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Active>true</Active> <Amount>1</Amount> <Description>sample string 8</Description> <Distance>1</Distance> <Id>92500f54-6fb0-487a-84ee-255402c0c72a</Id> <NetworkId>c0cf2a53-052c-405b-8af6-c959248de0e0</NetworkId> <Periodicity>64</Periodicity> <PeriodicityValue>6</PeriodicityValue> <SubAccountOwner>64</SubAccountOwner> <TransactionMode>64</TransactionMode> <TransactionsQuantity>1</TransactionsQuantity> <Type>64</Type> <TypeDescription>sample string 4</TypeDescription> <Volume>1</Volume> </FraudAlertConfigurationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
If sucessful, returns the updated dto
FraudAlertConfigurationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
NetworkId | globally unique identifier |
None. |
|
Type | byte |
None. |
|
TypeDescription | string |
None. |
|
Periodicity | byte |
None. |
|
PeriodicityValue | integer |
None. |
|
TransactionsQuantity | integer |
None. |
|
Amount | decimal number |
None. |
|
Volume | decimal number |
None. |
|
Distance | integer |
None. |
|
Active | boolean |
None. |
|
Description | string |
None. |
|
TransactionMode | byte |
None. |
|
SubAccountOwner | byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "80a93f8c-2a48-436f-992c-156e64201ce0", "NetworkId": "905b06df-2b31-4b7a-abc5-86337a3b834f", "Type": 64, "TypeDescription": "sample string 4", "Periodicity": 64, "PeriodicityValue": 6, "TransactionsQuantity": 1, "Amount": 1.0, "Volume": 1.0, "Distance": 1, "Active": true, "Description": "sample string 8", "TransactionMode": 64, "SubAccountOwner": 64 }
application/xml, text/xml
Sample:
<FraudAlertConfigurationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Active>true</Active> <Amount>1</Amount> <Description>sample string 8</Description> <Distance>1</Distance> <Id>80a93f8c-2a48-436f-992c-156e64201ce0</Id> <NetworkId>905b06df-2b31-4b7a-abc5-86337a3b834f</NetworkId> <Periodicity>64</Periodicity> <PeriodicityValue>6</PeriodicityValue> <SubAccountOwner>64</SubAccountOwner> <TransactionMode>64</TransactionMode> <TransactionsQuantity>1</TransactionsQuantity> <Type>64</Type> <TypeDescription>sample string 4</TypeDescription> <Volume>1</Volume> </FraudAlertConfigurationDto>