POST api/{apiVersion}/CustomerAccountOperation/Request
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "0bfc5c2a-0c85-4ddf-91d2-8b604811b8b7", "CustomerPersonId": "4cba2dde-bd73-4aa7-9e64-d88c381da425", "SendAmount": 4.0, "SendAmountCurrencyId": "67d050f2-f0f9-48e8-9db3-d88a11c54ad8", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "ecc8be27-2d6c-44a1-8ca2-6873b0e6b437", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "e5ebc942-28c7-4f69-bf24-aa0d7aad6c22", "SenderCurrencyId": "c7f0e18c-f5d1-4e7b-9c93-30b88b1b82fd", "ReceiverCustAccountId": "65088921-b415-4284-855e-8303081e2294", "ReceiverCurrencyId": "c6711358-1486-434e-a069-87249fc5ff38", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "8352a39a-210c-4fac-83ef-60b3fe87e47e", "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": "6f21d254-e655-41da-84af-b12929785ed8", "AccountWithdrawId": "fab510bb-d1a4-4088-8d55-533f6bfa539d", "SenderAccountNo": "sample string 3", "SenderAccountId": "aa78e701-90bc-42e5-89e7-d3f002c641b4", "RecipientAccountId": "2a478753-9a30-472f-92e1-94bb6f6a37b4", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "10127e18-5254-4523-b6c6-db6eb91850d7", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "78026eed-1ddf-469b-882a-20bb112c4742", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "aad748ea-797b-4f13-a10e-9cdf98420e3a", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "4aaf0610-ad0c-47f7-819a-a19bbf308482", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "279cc213-950a-4f3c-9442-36fb3de439ca", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-07-08T15:43:42.0732851+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "8295e9b7-d1ce-4fb5-8bbc-108eed85f305", "Sender": "sample string 27", "RecipientId": "3bd94cae-9807-4821-9a21-92332134c64e", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }