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": "6c7bdaca-e421-4c6c-8cf1-c23a33ce26c7",
"id_pay": "c98f2359-7b65-49af-8e4c-82036b1d91be",
"pay_name": "sample string 1",
"order": 1,
"amt_tot_md": 1.1,
"card_method": "sample string 2",
"terminal_name": "sample string 3"
},
{
"$ref": "1"
}
]