POST api/{apiVersion}/VirtualPos/Complete
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
VirtualPosCompleteRequestName | Description | Type | Additional information |
---|---|---|---|
OperationId | globally unique identifier |
None. |
|
OperationIpPort | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OperationId": "ae2ed398-a2a4-42d5-b0cd-3a0605a7f063", "OperationIpPort": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfObjectName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Object |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": {}, "IsShowMessage": true, "IsShowRateAndReview": true }