GET api/Tt_Pos_Sesion?id_pos_sesion_cb={id_pos_sesion_cb}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_cb | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Control_Correlation_previous_Sesion_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_doc | globally unique identifier |
None. |
|
| name_doc | string |
None. |
|
| id_pos | globally unique identifier |
None. |
|
| prev_id_pos_sesion | globally unique identifier |
None. |
|
| prev_date_tax | date |
None. |
|
| current_id_pos_sesion | globally unique identifier |
None. |
|
| current_date_tax | date |
None. |
|
| last_nro_prev_session | integer |
None. |
|
| expected_next_nro | integer |
None. |
|
| actual_next_nro | integer |
None. |
|
| status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_doc": "f2e044dd-a17b-43d3-9066-165bd93256cb",
"name_doc": "sample string 1",
"id_pos": "2a0e2966-579f-41e0-9637-3650cc1d42cf",
"prev_id_pos_sesion": "dc6fe001-0e9c-480c-b690-17ab9a611451",
"prev_date_tax": "2026-07-08T06:22:49.4999916+02:00",
"current_id_pos_sesion": "11d86248-bdea-4a44-90c3-47161e61078e",
"current_date_tax": "2026-07-08T06:22:49.4999916+02:00",
"last_nro_prev_session": 1,
"expected_next_nro": 1,
"actual_next_nro": 1,
"status": "sample string 2"
},
{
"$ref": "1"
}
]