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": "fc9e21fc-7c66-4b5a-b1f6-e756659ebd85", "CustomerPersonId": "5b24f8e9-b70f-46be-86e4-33d9df65b14d", "SendAmount": 4.0, "SendAmountCurrencyId": "367c9c8e-01fc-4008-9640-e96c4d9a2039", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "92ce29a4-84a7-4cd8-9c4a-877a31e10137", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "c1fd2e4a-401a-481a-8938-a8fb0e65996d", "SenderCurrencyId": "ec1c37d8-0d63-45c9-9923-954c7d0439cb", "ReceiverCustAccountId": "5021e35f-11bf-4e5f-bde1-bb4da78bba1e", "ReceiverCurrencyId": "049ca0f9-589f-4567-a2da-a856298a4e54", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "e2454b63-f558-4b39-83d6-eb5ea12de888", "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": "69afaaa4-3257-45d8-86c0-551a7d4d2621", "AccountWithdrawId": "4e18f531-f345-4090-b493-d742bbca52fb", "SenderAccountNo": "sample string 3", "SenderAccountId": "5de13268-24e3-4954-a21a-4e17999c78cc", "RecipientAccountId": "15130e96-f4ac-4ae1-a49e-123a8a095a3d", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "f59d93f2-b381-4791-a50b-475ab65031e4", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "e3cd6b93-3624-4a68-95ec-8ae15e9d6dd6", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "fb7262da-16e0-4edb-9204-b0268e2b088a", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "c9feee35-6b9b-4b40-a5bc-d055a6d8cfdf", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "144a6974-74fb-4e15-932e-02088b166ef5", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2024-11-14T07:31:14.3263674+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "71b4648a-f7ee-49c9-ac38-ad156c1e8b56", "Sender": "sample string 27", "RecipientId": "6cdb8693-1d56-4efc-8938-cf0b207c7426", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }