GET api/Tt_Pos_Sesion?id_pos_sesion_srg={id_pos_sesion_srg}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_srg | 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": "d0b3e43f-7469-40fe-bc7e-c210d3914be6",
"nro_z": 1,
"date_tax": "2025-12-08T21:30:30.082326+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"
}
]