POST api/Local/GetConnectedTerminalList
Request Information
URI Parameters
None.
Body Parameters
PaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| merchantAccount | string |
None. |
|
| ApiKey | string |
None. |
|
| RequestObject | Object |
None. |
|
| RequestIdentifier | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"merchantAccount": "sample string 1",
"ApiKey": "sample string 2",
"RequestObject": {},
"RequestIdentifier": "sample string 4"
}
application/xml, text/xml
Sample:
<PaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckinPortalCloudAPI.Models.AdyenPayment"> <ApiKey>sample string 2</ApiKey> <RequestIdentifier>sample string 4</RequestIdentifier> <RequestObject /> <merchantAccount>sample string 1</merchantAccount> </PaymentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AdyenEcomResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject | Object |
None. |
|
| Result | boolean |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseObject": {},
"Result": true,
"ResponseMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<AdyenEcomResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckinPortalCloudAPI.Models.AdyenPayment"> <ResponseMessage>sample string 3</ResponseMessage> <ResponseObject /> <Result>true</Result> </AdyenEcomResponse>