GET api/Tt_Doc_Sa?id_pos_sesion_pt={id_pos_sesion_pt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_pt | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Sales_By_Pays_Card_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| id_pay | globally unique identifier |
None. |
|
| pay_name | string |
None. |
|
| order | integer |
None. |
|
| amt_tot_md | decimal number |
None. |
|
| card_method | string |
None. |
|
| terminal_name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "4b5c8b4d-ed88-49e9-bd0c-af829457409f",
"id_pay": "40509668-7312-4d62-b2d2-b50fc773620d",
"pay_name": "sample string 1",
"order": 1,
"amt_tot_md": 1.1,
"card_method": "sample string 2",
"terminal_name": "sample string 3"
},
{
"$ref": "1"
}
]