POST api/CustomerAccountOperation/MoneyOrderRequest
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": "539cd7c9-7f22-4a3b-a7b8-59758da55f6c", "CustomerPersonId": "d516d0dc-1275-47fb-8a5c-7bdcf3bd2901", "SendAmount": 4.0, "SendAmountCurrencyId": "7264912c-630c-49cc-a1ca-25723fb27967", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "b100f8a9-ff4c-4498-99bf-e4975f5e2b12", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "7597beb8-6d5f-4e76-a128-edf8810c42af", "SenderCurrencyId": "93abfa7e-85ae-4753-8639-ee3e37ee04df", "ReceiverCustAccountId": "a154d64e-58d0-48b8-8e8f-740b90d66559", "ReceiverCurrencyId": "a44fb0cb-1c60-433a-b5ec-fae7192df68f", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "894d6aab-0e66-4250-addf-dc48101e1297", "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": "90b002f3-6f23-4815-9a67-f87b7ddda7bf", "AccountWithdrawId": "650f28a6-f26f-43ed-968e-aa79a5b49554", "SenderAccountNo": "sample string 3", "SenderAccountId": "f9fe1575-34a1-48d4-8547-edb77dbd650b", "RecipientAccountId": "35758075-c1dd-4b5d-9d43-fd2574a9d3f0", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "07613231-c247-45a4-84df-dfe497954df5", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "5349b2d4-4e02-4989-a331-1c8dedf792c2", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "93901e9d-01e9-4a86-a529-89ee81a62a01", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "27e6f1ea-b536-4eff-9c19-c1c4fd88a550", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "e7273af2-2601-48a9-80e6-3f5cc7ff9e79", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-07-08T16:54:44.0271587+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "331ab77b-c4b9-4fa8-a501-5eaeaedbc96b", "Sender": "sample string 27", "RecipientId": "f8f19df2-6cbc-493f-b5cf-ab22f7cb0618", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }