POST api/{apiVersion}/CustomerAccountOperation/MoneyOrderRequest
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": "0fd3f286-127d-4f5c-9df8-df6bf84cc97d", "CustomerPersonId": "4f618cfa-9fb5-4750-b523-82d228efb2b3", "SendAmount": 4.0, "SendAmountCurrencyId": "226d5303-e0fd-4c62-a56f-449bc50094eb", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "b2f79a81-127d-4f6c-8d39-ffc2d6999ee4", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "e611b190-5d4a-492b-92b9-0154604c0791", "SenderCurrencyId": "a4610868-cf58-4519-8c88-80e44dce0d47", "ReceiverCustAccountId": "658b9fc0-ceb7-4488-93ea-596fb95dca39", "ReceiverCurrencyId": "636c792f-5c24-4228-9b42-8d6966596e1f", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "a8463153-a3a8-4ae7-9dc9-f2bc12ea8e78", "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": "e558acc6-838d-46db-8eb7-3620dcbf8646", "AccountWithdrawId": "6bf56abd-0f0f-48cb-8fa9-4a4c0f1d9719", "SenderAccountNo": "sample string 3", "SenderAccountId": "004dc9a6-c07a-44a0-9f1e-6bff04118d97", "RecipientAccountId": "afb25892-7f8b-47d3-ad14-0e52c9f7c13d", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "cf03b099-7803-42c9-b7a4-67cbd67f0383", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "c4e169bd-c574-48ea-92f3-1f9183d784fe", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "d6c53476-869b-4056-bab4-01b36228828c", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "932b5be8-fba6-48e0-a4ec-8863d6fa61e5", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "e34d3ef0-456c-459a-9079-340da28ff678", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-07-08T15:51:37.9272216+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "5b40b943-a0b4-4824-8c6a-e98e0fb0bd62", "Sender": "sample string 27", "RecipientId": "a92f407e-4e0b-4771-9750-9e6519a03947", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }