Retrieves the List of Existing Cross Border Sweeps
get
/service/lmd/crossborder
This endpoint is used to get the list of existing cross border sweeps.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
currency(optional): string
currency base on which the data to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : LmdTbTopCrossborderSweepsServiceCollection
Type:
object
Collection of CrossborderSweeps
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object LmdTbTopCrossborderSweepsDTO
CrossborderSweeps DTO
Nested Schema : LmdTbTopCrossborderSweepsDTO
Type:
object
CrossborderSweeps DTO
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmdTbTopCrossborderSweepsDTO-allOf[1]
Type:
Show Source
object
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
customerId -
customerName(optional):
string
Maximum Length:
100
customerName -
fromAccountNumber(optional):
string
Maximum Length:
35
fromAccountNumber -
fromAmount(optional):
number
fromAmount
-
fromCountryCode(optional):
string
Maximum Length:
4
fromCountryCode -
fromCurrencyCode(optional):
string
Maximum Length:
3
fromCurrencyCode -
lcyAmount(optional):
number
lcyAmount
-
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
structureId -
toAccountNumber(optional):
string
Maximum Length:
35
toAccountNumber -
toAmount(optional):
number
toAmount
-
toCountryCode(optional):
string
Maximum Length:
4
toCountryCode -
toCurrencyCode(optional):
string
Maximum Length:
3
toCurrencyCode -
userId(optional):
string
Maximum Length:
12
userId -
valueDate(optional):
string(date)
value Date
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error