POST api/CustomerAccountOperation/Request
Request Information
URI Parameters
None.
Body Parameters
CustomerAccountOperationRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
CustomerPersonId | globally unique identifier |
None. |
|
SendAmount | decimal number |
None. |
|
SendAmountCurrencyId | globally unique identifier |
None. |
|
SendAmountCurrencyIsoCode | string |
None. |
|
ReceivedAmount | decimal number |
None. |
|
ReceivedAmountCurrencyId | globally unique identifier |
None. |
|
ExchangeRate | decimal number |
None. |
|
MarginParity | decimal number |
None. |
|
OriginalParity | decimal number |
None. |
|
SenderCustAccountId | globally unique identifier |
None. |
|
SenderCurrencyId | globally unique identifier |
None. |
|
ReceiverCustAccountId | globally unique identifier |
None. |
|
ReceiverCurrencyId | globally unique identifier |
None. |
|
ReceiverCurrencyIsoCode | string |
None. |
|
ReceiverIban | string |
None. |
|
ReceiverAccountNo | string |
None. |
|
PaymentTypeId | globally unique identifier |
None. |
|
TransferType | AccountTransferType |
None. |
|
MobileOperationType | MobileOperationTypes |
None. |
|
ReceiverPhoneNumber | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "b3e92895-af78-4dca-ac2a-9ecf164a29de", "CustomerPersonId": "4ba34cac-7ee4-4db2-b9bb-a302534cb31c", "SendAmount": 4.0, "SendAmountCurrencyId": "59a189e9-ebf1-4ad3-9d66-eb3bdb33eebc", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "39d5ecb2-7373-4038-8eff-2bf276daa128", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "703fac66-fcb5-4f88-ba3c-cbec6e3a4f1f", "SenderCurrencyId": "6a436616-a847-4fc5-9f03-821cb5c703d2", "ReceiverCustAccountId": "e7d887af-665f-43f5-8a49-bc1291917779", "ReceiverCurrencyId": "337ad5ec-f04e-4414-8c3e-bc8ccac7a3ea", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "ff2dac3c-ee13-4fbf-b513-63a09fbad205", "TransferType": 1, "MobileOperationType": 1, "ReceiverPhoneNumber": "sample string 20", "Description": "sample string 21" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCustomerAccountOperationResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CustomerAccountOperationResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "AccountDepositId": "6ed1431c-8aa9-4610-aa31-0e5c59b331af", "AccountWithdrawId": "5fb3bb88-401f-40d7-b70a-b70004088cf4", "SenderAccountNo": "sample string 3", "SenderAccountId": "9277dab1-6da3-4df9-bbfb-557590fe2ad3", "RecipientAccountId": "c1312b1f-2112-4a15-acec-7373f6d5b3fe", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "234c9322-df92-4fbd-8114-82854f91f20a", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "d1367e21-7292-4928-baa6-95839b74635d", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "e9335600-8cd3-4786-8674-795b8797106c", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "5579663f-a057-4b1a-8f96-d2b3f630d01b", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "fe4380c0-143e-4c59-9dbc-8f7bd00cecf6", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-07-08T06:32:13.3161254+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "0c5677c0-be2c-4e6e-a2e2-d0bfc9efa098", "Sender": "sample string 27", "RecipientId": "d3cf87ea-bd36-49fc-bb3b-d339e485b813", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }