POST FraudAlertsConfiguration
Request Information
URI Parameters
None.
Body Parameters
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": "532c3be6-ffe4-49ff-b1b2-a5c766f8435b", "NetworkId": "009e2575-7ade-44cf-839d-6fa027555fcb", "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>532c3be6-ffe4-49ff-b1b2-a5c766f8435b</Id> <NetworkId>009e2575-7ade-44cf-839d-6fa027555fcb</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
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": "d643d4ca-8998-4f43-b2aa-04ef9d0c1fae", "NetworkId": "d385fbc3-f739-403f-a55b-8523d0235b6c", "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>d643d4ca-8998-4f43-b2aa-04ef9d0c1fae</Id> <NetworkId>d385fbc3-f739-403f-a55b-8523d0235b6c</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>