GET api/tt_doc_sa/terminal-payment?terminal_name={terminal_name}&id_pos={id_pos}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| terminal_name | string |
Required |
|
| id_pos | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TerminalPaymentResumeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| terminal_name | string |
None. |
|
| id_pos | globally unique identifier |
None. |
|
| pay_count | integer |
None. |
|
| amt_tot | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"terminal_name": "sample string 1",
"id_pos": "f47be1d1-5838-473b-9e3a-0c55f21d12e2",
"pay_count": 3,
"amt_tot": 4.1
}