POST api/v1/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": "233db752-0dda-4c03-b261-217af38d5947", "CustomerPersonId": "b9556c48-12c1-4043-b367-7423d1cc5f46", "SendAmount": 4.0, "SendAmountCurrencyId": "f73fd6c9-543f-40ab-b5c2-22ee2f9f98e5", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "ae18d8c9-db2c-4b27-a462-405d6ac07509", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "5a2b96fd-a28b-48de-9152-a7d99af5529d", "SenderCurrencyId": "255ca2d5-63bd-4e44-9a8d-7173690313dc", "ReceiverCustAccountId": "d7248615-3836-43f7-a2ed-67eac39a884a", "ReceiverCurrencyId": "3ea57d31-9a63-47e1-b818-1f0a026fe4e5", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "cfbecea1-a58f-4365-b917-eb2b031d2a33", "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": "31cfde63-6e83-4a15-b4a2-6e1d32f001b8", "AccountWithdrawId": "e8381393-f1bd-4dc3-9633-8e04f6c5f96d", "SenderAccountNo": "sample string 3", "SenderAccountId": "a068a56f-653c-4c69-9671-4ea3489e5a05", "RecipientAccountId": "c2ae0dc9-a589-4c26-8c54-8c30d46173fe", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "d279f317-6f7c-431a-a17f-9917dfb927f1", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "b99c8de5-0360-4744-81e2-428225822fe5", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "56b58371-72f4-4a15-9071-a7966249de2a", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "c72bf94f-a272-47e1-b839-4c911e74723f", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "707e50a5-f915-461c-975a-1898e6e17d38", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2024-11-14T07:28:52.0856246+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "7536b978-060e-4b33-822f-f78ad4f2da54", "Sender": "sample string 27", "RecipientId": "a0553fff-7645-48fa-92bc-840394c63033", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }