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": "c03ff615-b55b-4df0-b359-197f79f7a4e1",
"id_pay": "eb3b7cc3-405a-4494-a464-eea5513d76c9",
"pay_name": "sample string 1",
"order": 1,
"amt_tot_md": 1.1,
"card_method": "sample string 2",
"terminal_name": "sample string 3"
},
{
"$ref": "1"
}
]