Retrieves the list of existing CrossborderSweeps.
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: string
currency base on which the data to be fetched
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
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:
string
Pattern:
[a-zA-Z0-9]{1,20}
customerId -
customerName:
string
customerName
-
fromAccountNumber:
string
fromAccountNumber
-
fromAmount:
number
fromAmount
-
fromCountryCode:
string
fromCountryCode
-
fromCurrencyCode:
string
fromCurrencyCode
-
lcyAmount:
number
lcyAmount
-
structureId:
string
Pattern:
[0-9a-fA-Z-]{1,36}
structureId -
toAccountNumber:
string
toAccountNumber
-
toAmount:
number
toAmount
-
toCountryCode:
string
toCountryCode
-
toCurrencyCode:
string
toCurrencyCode
-
userId:
string
userId
-
valueDate:
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