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": "e5300a27-4918-4f67-8b68-e7ec6eba84fc", "CustomerPersonId": "f412c767-620d-410a-9d67-f196cc6c82d7", "SendAmount": 4.0, "SendAmountCurrencyId": "71da5e67-e14e-4b97-933b-842e58d524a6", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "52fa95ec-5b30-4a56-af1d-5493a1057e17", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "33dc5f4e-ecb8-460a-9aa6-3107db6300c9", "SenderCurrencyId": "587eecf4-997d-4f9c-b9fe-4855636b4341", "ReceiverCustAccountId": "ee56bdd7-496a-44bb-9488-90ab99419cd7", "ReceiverCurrencyId": "75d8c629-c606-440d-b84e-4cd9d37c5f87", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "161f12db-287d-41c5-87d9-064fee9fdaba", "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": "3e66730a-0a87-484b-965f-bb31b2312428", "AccountWithdrawId": "c5a17454-05e9-41dc-b92b-9ab94338ee35", "SenderAccountNo": "sample string 3", "SenderAccountId": "afa0e991-1977-4685-b509-d74b6dfa2376", "RecipientAccountId": "0988edca-e4ff-49e1-a796-be567adc32d1", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "af48a333-7ed5-4fd1-a3a4-2318d8c6bbd3", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "1f006e1d-26d8-4d26-abd8-b9e8dfdf9afd", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "be4af0b2-a2d9-4304-8e28-3ec16f10e3bf", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "4080c948-a93b-49e6-8483-3ea79606de0d", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "089577e2-e64e-4520-9afa-0f3179ffd5e3", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2024-11-14T07:25:23.7552309+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "902775e7-a132-487f-b407-ac1881420650", "Sender": "sample string 27", "RecipientId": "6b35da66-e3f0-4c82-80fd-3aaf1fe034e6", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }