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": "cc4fec54-1366-4dad-a510-95895642c33e", "CustomerPersonId": "a32d995d-7756-4cb3-ae28-be1025096dc8", "SendAmount": 4.0, "SendAmountCurrencyId": "a3d61a98-0a53-4044-88b2-1ed61cab7308", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "106a09ce-c6ea-4534-a6d0-b3077328d8e1", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "c6880f57-454e-4e69-a0af-4f1d7871d23f", "SenderCurrencyId": "c3b13fec-9f0b-4769-8209-31866828d3e8", "ReceiverCustAccountId": "5f2e496c-1219-4a0f-87da-63e10a5ef47d", "ReceiverCurrencyId": "b1584c20-922d-45d7-892c-c9ea52592f01", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "bbff2071-65e4-436e-ace4-f2971353b42d", "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": "e9fb8d2f-9606-4158-9ee7-032ce438690d", "AccountWithdrawId": "f016d601-ef0d-4349-919c-41cd8a92aee5", "SenderAccountNo": "sample string 3", "SenderAccountId": "2fc3c51a-d50b-4e2c-a5c9-8b33336a603a", "RecipientAccountId": "41941c3f-df3d-42d7-8ffe-43f33647f036", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "aceeaf92-d41a-43be-897b-01f7eccf31e3", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "52c60850-07e4-4308-a7a8-b9224d92c1b8", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "8844dac2-576f-44c9-af4f-e6150a36dbd8", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "4097f798-d094-4e3d-934d-c0e6c4148c95", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "88e1798c-3ec9-4902-b1f7-8e8be649bfbe", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2025-07-08T16:46:18.8555071+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "3930e41a-0955-42f3-9347-95abd4e7164e", "Sender": "sample string 27", "RecipientId": "1fa16c19-be70-495c-b5f8-a49d616a8c85", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }