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": "a98e1881-8d7c-4450-9dd7-73d4c72baede", "CustomerPersonId": "ecb09058-b0b6-4981-8e4c-6ae0a32b97eb", "SendAmount": 4.0, "SendAmountCurrencyId": "6fdd56a8-b52b-4ede-9aad-10ed3c079a54", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "8b6b02d3-5fad-4608-8e53-b2038d8fa89f", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "862234cc-6cc0-4104-b901-f08a3f826b5e", "SenderCurrencyId": "6b3e1c07-5aba-482b-bea2-88a87e59b918", "ReceiverCustAccountId": "6f60b24e-1785-40da-b924-845f46b32a1e", "ReceiverCurrencyId": "7566f726-0a2f-4a9e-a8e4-a984cb9de0a4", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "17a1d2df-8149-41b1-9051-e6161f914490", "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": "125ea975-a158-45fc-b2ba-3b839dac737f", "AccountWithdrawId": "2b21c6fa-d59d-4f20-aa88-ada5460e9dd2", "SenderAccountNo": "sample string 3", "SenderAccountId": "fe6393af-d172-4135-8cc2-5a3f395ad9e9", "RecipientAccountId": "04616ef0-6b21-4a48-9397-9b1c5eacc347", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "ee055e4d-f5ee-4f38-ab47-65f141521237", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "d809cb58-2808-4478-b5e9-8e6ffd475ef4", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "793cd937-1feb-45f1-bc34-85c54de5176d", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "a334a157-c7c8-49be-b1a2-38505ed669e2", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "ce0f52df-8120-4c13-bced-1de2cd50b14e", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-02-21T21:25:52.1115011+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "53b326d7-78d2-4cc4-af32-38c9ff712f2c", "Sender": "sample string 27", "RecipientId": "8d9c1343-a795-4ebf-beb8-0a09e6f3e5b4", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }