POST api/v1/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": "9e6cd2b1-5993-469e-968c-cbe00339e61f", "CustomerPersonId": "336922ed-2660-4144-9cac-ac9df6329675", "SendAmount": 4.0, "SendAmountCurrencyId": "f80ee68f-a7cf-4ffa-93dd-4b041d4db27a", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "7505c932-e6d3-4c1d-8eda-9885d922c512", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "d64605ef-a6bb-478b-a0cb-afb537f61e07", "SenderCurrencyId": "d9642de8-b206-45b0-94a1-6ce6efa53678", "ReceiverCustAccountId": "c51ae3db-58e8-4ef4-a054-ef064d201086", "ReceiverCurrencyId": "eb986414-4525-47ac-9c73-13430541b111", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "98065566-a402-4d0c-897b-88c26af36760", "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": "2f0e18a2-10fa-4d01-8905-b16ebfac3983", "AccountWithdrawId": "84dff9dc-f560-456f-af85-43f2002d1e46", "SenderAccountNo": "sample string 3", "SenderAccountId": "a431a7ba-93ec-42f5-b3af-1a34d014086e", "RecipientAccountId": "9e698b21-dc72-49e5-afe3-89dc08f6c215", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "71068fb2-eacb-49e7-8739-d8e3a63a11c4", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "ac9a78bc-e0a2-4a22-a7f6-aa002414ef94", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "596a4605-cd87-4d2a-8a7a-7bed8aec5c8a", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "e30b2480-cf61-4ca9-9b51-a71d48d047f4", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "5f1b49df-9e50-4ca5-a6c5-545a5729a006", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-07-08T16:32:12.0192176+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "e59c3dee-4b12-4162-9187-e044a175a978", "Sender": "sample string 27", "RecipientId": "386d9d1a-9e01-450b-921e-3ed07575e05e", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }