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": "01d1365b-1644-4035-a8bb-9905e2b71f45",
"name_doc": "sample string 1",
"id_pos": "32e3c2cf-b1f9-4e8f-b6e2-112c6fe5cde8",
"prev_id_pos_sesion": "b37fb1d8-976a-4c40-b8e9-9be88101d727",
"prev_date_tax": "2026-09-06T06:23:09.3923135+02:00",
"current_id_pos_sesion": "3778ea02-b7b0-499e-b6c2-4d5b74260a35",
"current_date_tax": "2026-09-06T06:23:09.3923135+02:00",
"last_nro_prev_session": 1,
"expected_next_nro": 1,
"actual_next_nro": 1,
"status": "sample string 2"
},
{
"$ref": "1"
}
]