POST api/{apiVersion}/VirtualPos/Start
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "ac5ffa9a-dde2-443a-ac4b-b319bc2fe90d", "ExpenseAmount": 3.0, "ExpenseAmountCurrencyId": "b5ec2e06-2ded-4de6-8274-320e02b33ee7", "ReceivedAmount": 5.0, "ReceivedAmountCurrencyId": "5c239f41-0b15-4778-8b59-73fbc39fd8a2", "CustomerAccountId": "33059a31-9bd1-4717-b7af-25445f221aa2", "CustomerId": "22166805-8064-42c0-8d5b-bd656b7f0cfd" }
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": "5599161a-9669-4422-86d1-229c6e400091", "Amount": 2.0, "AmountCurrencyId": "186451eb-b4ad-4ec0-a095-a09679102a62", "AmountCurrencyName": "sample string 4", "ExpenseAmount": 5.0, "ExpenseAmountCurrencyId": "21b09b38-3a4e-4a9b-919f-839fb4171384", "ExpenseAmountCurrencyName": "sample string 7", "ReceivedAmount": 8.0, "ReceivedAmountCurrencyId": "6538f1fb-b236-4572-a282-50174b4e38a0", "ReceivedAmountCurrencyName": "sample string 10", "FormContent": "sample string 11", "SuccessUrl": "sample string 12", "FailUrl": "sample string 13" }, "IsShowMessage": true, "IsShowRateAndReview": true }