getFundTransactions
getFundTransactions
Path Parameters
pageNo int32 required
pageNo
Query Parameters
date-from date
date-from
date-to date
date-to
external boolean
external
order-mode string
order-mode
portion-size int32
portion-size
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
accountId int64
amount object
foreign double
local double
amountMovingDirectionId int64
cashOfficeId int64
clientId int64
comment string
contactTxnId int64
contractId int64
controlAmount object
foreign double
local double
createdUserId int32
date date
dateTime date-time
externalAction boolean
id int64
liderSysId string
liderSysNo int64
linkedCashOfficeId int64
orderId string
osmpTxnId int64
paymentTypeId int64
settlementAccountId int64
hasNextPage boolean
pageNo int32
portionSize int32
{
"data": [
{
"accountId": 0,
"amount": {
"foreign": 0,
"local": 0
},
"amountMovingDirectionId": 0,
"cashOfficeId": 0,
"clientId": 0,
"comment": "string",
"contactTxnId": 0,
"contractId": 0,
"controlAmount": {
"foreign": 0,
"local": 0
},
"createdUserId": 0,
"date": "2024-11-20",
"dateTime": "2024-11-20T07:47:13.849Z",
"externalAction": true,
"id": 0,
"liderSysId": "string",
"liderSysNo": 0,
"linkedCashOfficeId": 0,
"orderId": "string",
"osmpTxnId": 0,
"paymentTypeId": 0,
"settlementAccountId": 0
}
],
"hasNextPage": true,
"pageNo": 0,
"portionSize": 0
}
Unauthorized
Forbidden
Not Found
Loading...