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": "03a07061-1f86-4104-824f-27be5757ef90", "CustomerPersonId": "141e317d-a4c5-456a-b422-7d800d5073d7", "SendAmount": 4.0, "SendAmountCurrencyId": "9e157ed7-6525-4493-8e1f-e5796e396c23", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "dd3dda00-11a7-4156-a0fe-05eeb47bb33a", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "480d420b-6aa0-4801-b198-83f4f6c4e3ca", "SenderCurrencyId": "9fa771dc-1c95-4b78-9a6c-2439ec1368ba", "ReceiverCustAccountId": "ff7c795e-6d4b-4ead-8d3e-31fccefd389a", "ReceiverCurrencyId": "9c250d43-89a7-4e08-bd6f-64910b5ed662", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "0e670b30-b678-4a52-9d93-a145c1ff08d8", "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": "bc7480b0-13bd-413f-9d5d-9a053f2d836a", "AccountWithdrawId": "c0e366b8-110d-4868-bfed-b2917eb7774e", "SenderAccountNo": "sample string 3", "SenderAccountId": "a0b1a8db-a038-44d5-aa22-fb9911b3869b", "RecipientAccountId": "13197b43-b8a4-44a0-b9e2-2373c9965952", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "100a4a69-b134-415a-baa1-bef6709693ac", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "eec77971-724f-40a8-970d-607f837df1d0", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "74d40bb1-5147-43a3-a296-d5dcf9ba669c", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "5f080662-9cd4-40c8-8975-1c4de4418e69", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "0e72ed90-7a0f-4a34-967c-60c657a8ba9d", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-02-21T21:15:48.7278777+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "92be3dfb-118e-455e-bbca-76486c82ee2b", "Sender": "sample string 27", "RecipientId": "b46be0f7-6dc1-41b7-97b0-13b261a8afa4", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }