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": "ab5cb5bd-4c48-4b3b-b5a2-50edd70aac34", "CustomerPersonId": "0bfd5571-4f38-412c-9d66-3b9196b074a0", "SendAmount": 4.0, "SendAmountCurrencyId": "ae8bc2f0-9c50-4d4a-bbed-8a64903d41d7", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "aa4e9a79-d6b3-4541-87a3-e9b5c696c8ef", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "f66d17d9-6ec3-4f0e-bcdd-63ac3090b550", "SenderCurrencyId": "defa7861-063e-4050-89fc-43fa64c20d78", "ReceiverCustAccountId": "a946e601-18b0-4759-8923-7ade1024a9a1", "ReceiverCurrencyId": "131d8b3c-ef14-43a0-ad4f-85a0715977b8", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "e978268b-ce20-4606-88c8-ad17c64d4934", "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": "84736513-71b6-4885-97ab-8fd303c2e92c", "AccountWithdrawId": "34fd8bd4-b5a2-4557-a220-af802a9fe194", "SenderAccountNo": "sample string 3", "SenderAccountId": "e9b10bb3-f7cd-432a-bcc6-5074111c8cf7", "RecipientAccountId": "8e0d7c1f-b6d6-40ca-8c47-4fdc360d1fc5", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "ff68215e-4ee4-4547-a03c-2e3469890e1a", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "5abd82c3-7a44-4f11-944e-6908c0bde5df", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "a70a8672-e46d-4fd1-a795-5ad1ecd6dae4", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "2f505dbc-62f3-4269-baf9-7f7be41a8ddd", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "265d2648-99f2-4954-b4f0-47aaaee3b321", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-02-21T21:08:27.494708+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "c9ed1f03-e65e-4299-893b-0a53d7858a31", "Sender": "sample string 27", "RecipientId": "086653be-1e20-4314-8c38-fa265efeea05", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }