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": "4b92165f-9668-470a-bd80-e82e1662646a",
"pay_count": 3,
"amt_tot": 4.1
}