POST api/Nymcard/GetVelocityLimit
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VelocityLimitInfoName | Description | Type | Additional information |
---|---|---|---|
after | string |
None. |
|
has_more | boolean |
None. |
|
data | Collection of VelocityLimit |
None. |
Response Formats
application/json, text/json
Sample:
{ "after": "sample string 1", "has_more": true, "data": [ { "id": "sample string 1", "description": "sample string 2", "active": true, "type": "sample string 4", "min_amount": 5.1, "max_amount": 6.1, "currency": "sample string 7", "frequency": 8, "period": "sample string 9", "num_of_days": 10, "transaction_scope": [ "sample string 1", "sample string 2" ], "channel_scope": "sample string 11", "program_level": true, "created": "2023-09-20T09:53:18.2328216+00:00", "modified": "2023-09-20T09:53:18.2328216+00:00" }, { "id": "sample string 1", "description": "sample string 2", "active": true, "type": "sample string 4", "min_amount": 5.1, "max_amount": 6.1, "currency": "sample string 7", "frequency": 8, "period": "sample string 9", "num_of_days": 10, "transaction_scope": [ "sample string 1", "sample string 2" ], "channel_scope": "sample string 11", "program_level": true, "created": "2023-09-20T09:53:18.2328216+00:00", "modified": "2023-09-20T09:53:18.2328216+00:00" } ] }
application/xml, text/xml
Sample:
<VelocityLimitInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.Integrations.NYMCARD"> <after>sample string 1</after> <data> <VelocityLimit> <active>true</active> <channel_scope>sample string 11</channel_scope> <created>2023-09-20T09:53:18.2328216+00:00</created> <currency>sample string 7</currency> <description>sample string 2</description> <frequency>8</frequency> <id>sample string 1</id> <max_amount>6.1</max_amount> <min_amount>5.1</min_amount> <modified>2023-09-20T09:53:18.2328216+00:00</modified> <num_of_days>10</num_of_days> <period>sample string 9</period> <program_level>true</program_level> <transaction_scope xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </transaction_scope> <type>sample string 4</type> </VelocityLimit> <VelocityLimit> <active>true</active> <channel_scope>sample string 11</channel_scope> <created>2023-09-20T09:53:18.2328216+00:00</created> <currency>sample string 7</currency> <description>sample string 2</description> <frequency>8</frequency> <id>sample string 1</id> <max_amount>6.1</max_amount> <min_amount>5.1</min_amount> <modified>2023-09-20T09:53:18.2328216+00:00</modified> <num_of_days>10</num_of_days> <period>sample string 9</period> <program_level>true</program_level> <transaction_scope xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </transaction_scope> <type>sample string 4</type> </VelocityLimit> </data> <has_more>true</has_more> </VelocityLimitInfo>