POST FraudAlertsConfiguration
Request Information
URI Parameters
None.
Body Parameters
FraudAlertConfigurationDto| Name | 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": "3995b0ab-777c-4a34-a6b8-46b0aeffb243",
"NetworkId": "8ed729e9-6f22-4a32-b895-ffc4c540b3f1",
"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>3995b0ab-777c-4a34-a6b8-46b0aeffb243</Id> <NetworkId>8ed729e9-6f22-4a32-b895-ffc4c540b3f1</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
FraudAlertConfigurationDto| Name | 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": "6d47b481-5494-441e-b2b5-6f4ab4c2d3fc",
"NetworkId": "86a61ff6-4ee8-47b2-a165-58b4f2b2cae6",
"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>6d47b481-5494-441e-b2b5-6f4ab4c2d3fc</Id> <NetworkId>86a61ff6-4ee8-47b2-a165-58b4f2b2cae6</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>