POST api/VirtualPos/Start
Request Information
URI Parameters
None.
Body Parameters
VirtualPosStartRequestName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
AmountCurrencyId | globally unique identifier |
None. |
|
ExpenseAmount | decimal number |
None. |
|
ExpenseAmountCurrencyId | globally unique identifier |
None. |
|
ReceivedAmount | decimal number |
None. |
|
ReceivedAmountCurrencyId | globally unique identifier |
None. |
|
CustomerAccountId | globally unique identifier |
None. |
|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Amount": 1.0, "AmountCurrencyId": "fba6edca-5b8f-4a65-96e1-8ab2c909a366", "ExpenseAmount": 3.0, "ExpenseAmountCurrencyId": "759fd242-1822-478c-ad93-24c372d948c0", "ReceivedAmount": 5.0, "ReceivedAmountCurrencyId": "05abdbee-d6dd-43a9-acfc-8011e1a68783", "CustomerAccountId": "d866691a-8e5f-403b-b907-b302adb1b301", "CustomerId": "cb1a14e1-8e24-45f0-970d-1d6834ff8eb3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfVirtualPosStartResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | VirtualPosStartResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "OperationId": "00b3316a-be54-4e24-9d34-19a28572289c", "Amount": 2.0, "AmountCurrencyId": "4e4809f0-f14c-467c-a066-c0121a0e2142", "AmountCurrencyName": "sample string 4", "ExpenseAmount": 5.0, "ExpenseAmountCurrencyId": "031186f3-a1c9-4cd6-bdeb-2c88cb90a358", "ExpenseAmountCurrencyName": "sample string 7", "ReceivedAmount": 8.0, "ReceivedAmountCurrencyId": "19df0f0a-16f5-42a8-913d-1f27020243c4", "ReceivedAmountCurrencyName": "sample string 10", "FormContent": "sample string 11", "SuccessUrl": "sample string 12", "FailUrl": "sample string 13" }, "IsShowMessage": true, "IsShowRateAndReview": true }