POST api/{apiVersion}/CustomerAccountOperation/MoneyOrderRequest
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "0a67bacf-e90f-4c2c-8e3d-a239e7dbe24b", "CustomerPersonId": "c35287f5-b1bf-44fc-96b5-c18738bcbe21", "SendAmount": 4.0, "SendAmountCurrencyId": "ac316dbc-bd12-4ef2-988c-807347d9f21c", "SendAmountCurrencyIsoCode": "sample string 6", "ReceivedAmount": 7.0, "ReceivedAmountCurrencyId": "720ce5ad-5223-4f99-b112-59ed0f0d4e45", "ExchangeRate": 9.1, "MarginParity": 10.0, "OriginalParity": 11.0, "SenderCustAccountId": "2abc5956-f916-438c-9d20-8e820494a097", "SenderCurrencyId": "c0a9cad1-beb0-4fd9-a174-9edb96179023", "ReceiverCustAccountId": "6ba9d783-e803-40ee-a98a-b8cbc8ba9f93", "ReceiverCurrencyId": "89664c19-2138-476a-8de7-901493f139f2", "ReceiverCurrencyIsoCode": "sample string 16", "ReceiverIban": "sample string 17", "ReceiverAccountNo": "sample string 18", "PaymentTypeId": "d53c3d40-2374-43ee-9222-5a462adae711", "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": "94f6e754-c353-473d-ad72-67b9ccc8d246", "AccountWithdrawId": "e57c39bd-0e52-4c1e-8143-355519a677c8", "SenderAccountNo": "sample string 3", "SenderAccountId": "15d0a9c7-1304-4669-813a-8ac60b38596c", "RecipientAccountId": "9cbd6228-1ef8-4888-afe9-e6a39736acf9", "SenderAccountIban": "sample string 6", "RecipientAccountIban": "sample string 7", "RecipientAccountNo": "sample string 8", "RecipientAccountCurrencyId": "f38b78f9-d168-44b1-ad46-7ad053f42dab", "RecipientAccountCurrencyName": "sample string 10", "Amount": 11.0, "AmountCurrencyId": "04e87b0a-3074-4cd1-8908-75b9d0838c9a", "AmountCurrencyName": "sample string 13", "ExpenseAmount": 14.0, "ExpenseAmountCurrencyId": "2810d68e-5aed-43eb-b796-57ed1b34ef47", "ExpenseAmountCurrencyName": "sample string 16", "ReceivedAmount": 17.0, "ReceivedAmountCurrencyId": "c487b4da-d016-436b-a493-164e2b905585", "ReceivedAmountCurrencyName": "sample string 19", "SenderKambiyoAmount": 20.0, "SenderKambiyoAmountCurrencyId": "e65706a0-c0e0-446f-a66e-89cbb075dfd7", "SenderKambiyoAmountCurrencyName": "sample string 22", "TransactionDate": "2024-11-14T07:30:26.103744+03:00", "PaymentTypeName": "sample string 24", "Description": "sample string 25", "SenderId": "10efa725-d9d9-4674-92e6-765e0b3114cb", "Sender": "sample string 27", "RecipientId": "3e1b8687-9bf8-42f8-827a-13bb7a024795", "Recipient": "sample string 29", "MarginParity": 30.0, "OriginalParity": 31.0, "DisplayMarginParity": 32.0, "hasKambiyo": true, "SenderAccountName": "sample string 34" }, "IsShowMessage": true, "IsShowRateAndReview": true }