GET api/Tt_Pos_Sesion?id_pos_sesion_sr={id_pos_sesion_sr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_sr | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Sales_Resume_ByIdPosSesion_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| nro_z | integer |
None. |
|
| date_tax | date |
None. |
|
| count_doc | integer |
None. |
|
| amt_net | decimal number |
None. |
|
| amt_tax | decimal number |
None. |
|
| amt_dis | decimal number |
None. |
|
| amt_chr | decimal number |
None. |
|
| amt_tot | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "bb27f680-0023-4fdc-b6be-1b8bbb6db70f",
"nro_z": 1,
"date_tax": "2026-01-10T12:09:12.8029163+01:00",
"count_doc": 1,
"amt_net": 1.1,
"amt_tax": 1.1,
"amt_dis": 1.1,
"amt_chr": 1.1,
"amt_tot": 1.1
},
{
"$ref": "1"
}
]